HomeSort by relevance Sort by last modified time
    Searched refs:isLoadFromStackSlotPostFE (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.h 56 unsigned isLoadFromStackSlotPostFE(const MachineInstr *MI,
AMDGPUInstrInfo.cpp 50 unsigned AMDGPUInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 129 /// isLoadFromStackSlotPostFE - Check for post-frame ptr elimination
132 virtual unsigned isLoadFromStackSlotPostFE(const MachineInstr *MI,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 104 virtual unsigned isLoadFromStackSlotPostFE(const MachineInstr *MI,
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 175 /// isLoadFromStackSlotPostFE - Check for post-frame ptr elimination
178 unsigned isLoadFromStackSlotPostFE(const MachineInstr *MI,
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 502 if (TM.getInstrInfo()->isLoadFromStackSlotPostFE(&MI, FI)) {
    [all...]

Completed in 587 milliseconds