Home
last modified time | relevance | path

Searched refs:isLoadFromStackSlotPostFE (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstrInfo.h55 unsigned isLoadFromStackSlotPostFE(const MachineInstr *MI,
DAMDGPUInstrInfo.cpp49 unsigned AMDGPUInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI, in isLoadFromStackSlotPostFE() function in AMDGPUInstrInfo
/external/llvm/lib/Target/R600/
DAMDGPUInstrInfo.h56 unsigned isLoadFromStackSlotPostFE(const MachineInstr *MI,
DAMDGPUInstrInfo.cpp53 unsigned AMDGPUInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI, in isLoadFromStackSlotPostFE() function in AMDGPUInstrInfo
/external/llvm/lib/Target/X86/
DX86InstrInfo.h198 unsigned isLoadFromStackSlotPostFE(const MachineInstr *MI,
DX86InstrInfo.cpp2216 unsigned X86InstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI, in isLoadFromStackSlotPostFE() function in X86InstrInfo
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h154 unsigned isLoadFromStackSlotPostFE(const MachineInstr *MI,
DARMBaseInstrInfo.cpp1256 unsigned ARMBaseInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI, in isLoadFromStackSlotPostFE() function in ARMBaseInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h143 virtual unsigned isLoadFromStackSlotPostFE(const MachineInstr *MI, in isLoadFromStackSlotPostFE() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp616 if (TII->isLoadFromStackSlotPostFE(&MI, FI)) { in emitComments()