Lines Matching refs:MachineInstr
36 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr()
43 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot()
49 unsigned AMDGPUInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI, in isLoadFromStackSlotPostFE()
55 bool AMDGPUInstrInfo::hasLoadFromStackSlot(const MachineInstr *MI, in hasLoadFromStackSlot()
61 unsigned AMDGPUInstrInfo::isStoreFromStackSlot(const MachineInstr *MI, in isStoreFromStackSlot()
66 unsigned AMDGPUInstrInfo::isStoreFromStackSlotPostFE(const MachineInstr *MI, in isStoreFromStackSlotPostFE()
71 bool AMDGPUInstrInfo::hasStoreFromStackSlot(const MachineInstr *MI, in hasStoreFromStackSlot()
78 MachineInstr *
140 MachineInstr *
142 MachineInstr *MI, in foldMemoryOperandImpl()
148 MachineInstr*
150 MachineInstr *MI, in foldMemoryOperandImpl()
152 MachineInstr *LoadMI) const { in foldMemoryOperandImpl()
157 AMDGPUInstrInfo::canFoldMemoryOperand(const MachineInstr *MI, in canFoldMemoryOperand()
164 AMDGPUInstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, in unfoldMemoryOperand()
167 SmallVectorImpl<MachineInstr*> &NewMIs) const { in unfoldMemoryOperand()
209 bool AMDGPUInstrInfo::isPredicated(const MachineInstr *MI) const { in isPredicated()
221 bool AMDGPUInstrInfo::DefinesPredicate(MachineInstr *MI, in DefinesPredicate()
227 bool AMDGPUInstrInfo::isPredicable(MachineInstr *MI) const { in isPredicable()
238 void AMDGPUInstrInfo::convertToISA(MachineInstr & MI, MachineFunction &MF, in convertToISA()