LLVM API Documentation
AMDGPUInstrInfo(const AMDGPUSubtarget &st) | llvm::AMDGPUInstrInfo | [explicit] |
buildIndirectRead(MachineBasicBlock *MBB, MachineBasicBlock::iterator I, unsigned ValueReg, unsigned Address, unsigned OffsetReg) const =0 | llvm::AMDGPUInstrInfo | [pure virtual] |
buildIndirectWrite(MachineBasicBlock *MBB, MachineBasicBlock::iterator I, unsigned ValueReg, unsigned Address, unsigned OffsetReg) const =0 | llvm::AMDGPUInstrInfo | [pure virtual] |
buildMovInstr(MachineBasicBlock *MBB, MachineBasicBlock::iterator I, unsigned DstReg, unsigned SrcReg) const =0 | llvm::AMDGPUInstrInfo | [pure virtual] |
calculateIndirectAddress(unsigned RegIndex, unsigned Channel) const =0 | llvm::AMDGPUInstrInfo | [pure virtual] |
canFoldMemoryOperand(const MachineInstr *MI, const SmallVectorImpl< unsigned > &Ops) const override | llvm::AMDGPUInstrInfo | |
convertToThreeAddress(MachineFunction::iterator &MFI, MachineBasicBlock::iterator &MBBI, LiveVariables *LV) const override | llvm::AMDGPUInstrInfo | |
DefinesPredicate(MachineInstr *MI, std::vector< MachineOperand > &Pred) const override | llvm::AMDGPUInstrInfo | |
enableClusterLoads() const override | llvm::AMDGPUInstrInfo | |
expandPostRAPseudo(MachineBasicBlock::iterator MI) const override | llvm::AMDGPUInstrInfo | |
foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI, const SmallVectorImpl< unsigned > &Ops, int FrameIndex) const override | llvm::AMDGPUInstrInfo | [protected] |
foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI, const SmallVectorImpl< unsigned > &Ops, MachineInstr *LoadMI) const override | llvm::AMDGPUInstrInfo | [protected] |
getIndirectAddrRegClass() const =0 | llvm::AMDGPUInstrInfo | [pure virtual] |
getIndirectIndexBegin(const MachineFunction &MF) const | llvm::AMDGPUInstrInfo | |
getIndirectIndexEnd(const MachineFunction &MF) const | llvm::AMDGPUInstrInfo | |
getMaskedMIMGOp(uint16_t Opcode, unsigned Channels) const | llvm::AMDGPUInstrInfo | |
getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore, unsigned *LoadRegIndex=nullptr) const override | llvm::AMDGPUInstrInfo | |
getRegisterInfo() const =0 | llvm::AMDGPUInstrInfo | [pure virtual] |
hasLoadFromStackSlot(const MachineInstr *MI, const MachineMemOperand *&MMO, int &FrameIndex) const override | llvm::AMDGPUInstrInfo | |
hasStoreFromStackSlot(const MachineInstr *MI, const MachineMemOperand *&MMO, int &FrameIndex) const | llvm::AMDGPUInstrInfo | |
insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const override | llvm::AMDGPUInstrInfo | |
isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg, unsigned &DstReg, unsigned &SubIdx) const override | llvm::AMDGPUInstrInfo | |
isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const override | llvm::AMDGPUInstrInfo | |
isLoadFromStackSlotPostFE(const MachineInstr *MI, int &FrameIndex) const override | llvm::AMDGPUInstrInfo | |
isMov(unsigned opcode) const =0 | llvm::AMDGPUInstrInfo | [pure virtual] |
isPredicable(MachineInstr *MI) const override | llvm::AMDGPUInstrInfo | |
isPredicated(const MachineInstr *MI) const override | llvm::AMDGPUInstrInfo | |
isRegisterLoad(const MachineInstr &MI) const | llvm::AMDGPUInstrInfo | |
isRegisterStore(const MachineInstr &MI) const | llvm::AMDGPUInstrInfo | |
isSafeToMoveRegClassDefs(const TargetRegisterClass *RC) const override | llvm::AMDGPUInstrInfo | |
isStoreFromStackSlot(const MachineInstr *MI, int &FrameIndex) const | llvm::AMDGPUInstrInfo | |
isStoreFromStackSlotPostFE(const MachineInstr *MI, int &FrameIndex) const | llvm::AMDGPUInstrInfo | |
loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, unsigned DestReg, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const override | llvm::AMDGPUInstrInfo | |
ReverseBranchCondition(SmallVectorImpl< MachineOperand > &Cond) const override | llvm::AMDGPUInstrInfo | |
shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, int64_t Offset1, int64_t Offset2, unsigned NumLoads) const override | llvm::AMDGPUInstrInfo | |
ST | llvm::AMDGPUInstrInfo | [protected] |
storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, unsigned SrcReg, bool isKill, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const override | llvm::AMDGPUInstrInfo | |
SubsumesPredicate(const SmallVectorImpl< MachineOperand > &Pred1, const SmallVectorImpl< MachineOperand > &Pred2) const override | llvm::AMDGPUInstrInfo | |
unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, unsigned Reg, bool UnfoldLoad, bool UnfoldStore, SmallVectorImpl< MachineInstr * > &NewMIs) const override | llvm::AMDGPUInstrInfo | |
unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, SmallVectorImpl< SDNode * > &NewNodes) const override | llvm::AMDGPUInstrInfo |