HomeSort by: relevance | last modified time | path
    Searched refs:isLoadFromStackSlotPostFE (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiInstrInfo.h 44 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
LanaiInstrInfo.cpp 728 unsigned LanaiInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.h 218 /// isLoadFromStackSlotPostFE - Check for post-frame ptr elimination
221 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
X86InstrInfo.cpp 895 unsigned X86InstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 274 virtual unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 194 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
ARMBaseInstrInfo.cpp 1584 unsigned ARMBaseInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp 2356 if (TII->isLoadFromStackSlotPostFE(*this, FI)) {

Completed in 41 milliseconds