Searched refs:isLoadFromStackSlotPostFE (Results 1 - 16 of 16) sorted by relevance

/external/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h44 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DLanaiInstrInfo.cpp726 unsigned LanaiInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, function in class:LanaiInstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp49 unsigned AMDGPUInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI, function in class:AMDGPUInstrInfo
H A DAMDGPUInstrInfo.h55 unsigned isLoadFromStackSlotPostFE(const MachineInstr *MI,
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMBaseInstrInfo.h104 virtual unsigned isLoadFromStackSlotPostFE(const MachineInstr *MI,
H A DARMBaseInstrInfo.cpp993 unsigned ARMBaseInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI, function in class:ARMBaseInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrInfo.h171 /// isLoadFromStackSlotPostFE - Check for post-frame ptr elimination
174 unsigned isLoadFromStackSlotPostFE(const MachineInstr *MI,
H A DX86InstrInfo.cpp1056 unsigned X86InstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI, function in class:X86InstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h163 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DARMBaseInstrInfo.cpp1222 unsigned ARMBaseInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, function in class:ARMBaseInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h201 /// isLoadFromStackSlotPostFE - Check for post-frame ptr elimination
204 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DX86InstrInfo.cpp2259 unsigned X86InstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, function in class:X86InstrInfo
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetInstrInfo.h125 /// isLoadFromStackSlotPostFE - Check for post-frame ptr elimination
128 virtual unsigned isLoadFromStackSlotPostFE(const MachineInstr *MI, function in class:llvm::TargetInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h187 virtual unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI, function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp640 if (TII->isLoadFromStackSlotPostFE(MI, FI)) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp500 if (TM.getInstrInfo()->isLoadFromStackSlotPostFE(&MI, FI)) {

Completed in 296 milliseconds