LLVM API Documentation

Defines | Functions
SparcInstrInfo.cpp File Reference
#include "SparcInstrInfo.h"
#include "Sparc.h"
#include "SparcMachineFunctionInfo.h"
#include "SparcSubtarget.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineMemOperand.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/TargetRegistry.h"
#include "SparcGenInstrInfo.inc"
Include dependency graph for SparcInstrInfo.cpp:

Go to the source code of this file.

Defines

#define GET_INSTRINFO_CTOR_DTOR

Functions

static bool IsIntegerCC (unsigned CC)
static SPCC::CondCodes GetOppositeBranchCondition (SPCC::CondCodes CC)

Define Documentation

Definition at line 29 of file SparcInstrInfo.cpp.


Function Documentation

static bool IsIntegerCC ( unsigned  CC) [static]

Definition at line 82 of file SparcInstrInfo.cpp.

References llvm::SPCC::ICC_VC.

Referenced by llvm::SparcInstrInfo::InsertBranch().