LLVM API Documentation
This is the complete list of members for llvm::SystemZInstrInfo, including all inherited members.
AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl< MachineOperand > &Cond, bool AllowModify) const LLVM_OVERRIDE | llvm::SystemZInstrInfo | virtual |
analyzeCompare(const MachineInstr *MI, unsigned &SrcReg, unsigned &SrcReg2, int &Mask, int &Value) const LLVM_OVERRIDE | llvm::SystemZInstrInfo | |
convertToThreeAddress(MachineFunction::iterator &MFI, MachineBasicBlock::iterator &MBBI, LiveVariables *LV) const | llvm::SystemZInstrInfo | virtual |
copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, DebugLoc DL, unsigned DestReg, unsigned SrcReg, bool KillSrc) const LLVM_OVERRIDE | llvm::SystemZInstrInfo | virtual |
expandPostRAPseudo(MachineBasicBlock::iterator MBBI) const LLVM_OVERRIDE | llvm::SystemZInstrInfo | virtual |
foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI, const SmallVectorImpl< unsigned > &Ops, int FrameIndex) const | llvm::SystemZInstrInfo | virtual |
foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI, const SmallVectorImpl< unsigned > &Ops, MachineInstr *LoadMI) const | llvm::SystemZInstrInfo | virtual |
getBranchInfo(const MachineInstr *MI) const | llvm::SystemZInstrInfo | |
getCompareAndBranch(unsigned Opcode, const MachineInstr *MI=0) const | llvm::SystemZInstrInfo | |
getInstSizeInBytes(const MachineInstr *MI) const | llvm::SystemZInstrInfo | |
getLoadAndTest(unsigned Opcode) const | llvm::SystemZInstrInfo | |
getLoadStoreOpcodes(const TargetRegisterClass *RC, unsigned &LoadOpcode, unsigned &StoreOpcode) const | llvm::SystemZInstrInfo | |
getOpcodeForOffset(unsigned Opcode, int64_t Offset) const | llvm::SystemZInstrInfo | |
getRegisterInfo() const | llvm::SystemZInstrInfo | inline |
InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl< MachineOperand > &Cond, DebugLoc DL) const LLVM_OVERRIDE | llvm::SystemZInstrInfo | virtual |
isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const LLVM_OVERRIDE | llvm::SystemZInstrInfo | virtual |
isPredicable(MachineInstr *MI) const LLVM_OVERRIDE | llvm::SystemZInstrInfo | virtual |
isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, unsigned ExtraPredCycles, const BranchProbability &Probability) const LLVM_OVERRIDE | llvm::SystemZInstrInfo | virtual |
isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumCyclesT, unsigned ExtraPredCyclesT, MachineBasicBlock &FMBB, unsigned NumCyclesF, unsigned ExtraPredCyclesF, const BranchProbability &Probability) const LLVM_OVERRIDE | llvm::SystemZInstrInfo | virtual |
isRxSBGMask(uint64_t Mask, unsigned BitSize, unsigned &Start, unsigned &End) const | llvm::SystemZInstrInfo | |
isStackSlotCopy(const MachineInstr *MI, int &DestFrameIndex, int &SrcFrameIndex) const LLVM_OVERRIDE | llvm::SystemZInstrInfo | virtual |
isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const LLVM_OVERRIDE | llvm::SystemZInstrInfo | virtual |
loadImmediate(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, unsigned Reg, uint64_t Value) const | llvm::SystemZInstrInfo | |
loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, unsigned DestReg, int FrameIdx, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const LLVM_OVERRIDE | llvm::SystemZInstrInfo | virtual |
optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg, unsigned SrcReg2, int Mask, int Value, const MachineRegisterInfo *MRI) const LLVM_OVERRIDE | llvm::SystemZInstrInfo | |
PredicateInstruction(MachineInstr *MI, const SmallVectorImpl< MachineOperand > &Pred) const LLVM_OVERRIDE | llvm::SystemZInstrInfo | virtual |
RemoveBranch(MachineBasicBlock &MBB) const LLVM_OVERRIDE | llvm::SystemZInstrInfo | virtual |
ReverseBranchCondition(SmallVectorImpl< MachineOperand > &Cond) const LLVM_OVERRIDE | llvm::SystemZInstrInfo | virtual |
storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, unsigned SrcReg, bool isKill, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const LLVM_OVERRIDE | llvm::SystemZInstrInfo | virtual |
SystemZInstrInfo(SystemZTargetMachine &TM) | llvm::SystemZInstrInfo | explicit |