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

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.h 229 /// isStoreToStackSlotPostFE - Check for post-frame ptr elimination
232 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
X86InstrInfo.cpp 930 unsigned X86InstrInfo::isStoreToStackSlotPostFE(const MachineInstr &MI,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 312 virtual unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 196 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
ARMBaseInstrInfo.cpp 1341 unsigned ARMBaseInstrInfo::isStoreToStackSlotPostFE(const MachineInstr &MI,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
InstrRefBasedImpl.cpp 210 // Rely on isStoreToStackSlotPostFE and similar to observe all stack spills.
1871 // XXX FIXME: On x86, isStoreToStackSlotPostFE returns '1' instead of an
1875 Reg = TII->isStoreToStackSlotPostFE(MI, FI);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp 2337 if (TII->isStoreToStackSlotPostFE(*this, FI)) {

Completed in 162 milliseconds