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

  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.h 39 /// isStoreToStackSlot - If the specified machine instruction is a direct
44 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
Mips16InstrInfo.h 38 /// isStoreToStackSlot - If the specified machine instruction is a direct
43 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
Mips16InstrInfo.cpp 57 /// isStoreToStackSlot - If the specified machine instruction is a direct
63 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const
MipsSEInstrInfo.cpp 61 /// isStoreToStackSlot - If the specified machine instruction is a direct
67 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 57 /// isStoreToStackSlot - If the specified machine instruction is a direct
62 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
SparcInstrInfo.cpp 54 /// isStoreToStackSlot - If the specified machine instruction is a direct
59 unsigned SparcInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 44 /// isStoreToStackSlot - If the specified machine instruction is a direct
49 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
XCoreInstrInfo.cpp 72 /// isStoreToStackSlot - If the specified machine instruction is a direct
78 XCoreInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 102 unsigned isStoreToStackSlot(const MachineInstr *MI,
PPCInstrInfo.cpp 113 unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 48 /// isStoreToStackSlot - If the specified machine instruction is a direct
53 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
HexagonInstrInfo.cpp 90 /// isStoreToStackSlot - If the specified machine instruction is a direct
95 unsigned HexagonInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.h 189 /// isStoreToStackSlot - If the specified machine instruction is a direct
194 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
MBlazeInstrInfo.cpp 57 /// isStoreToStackSlot - If the specified machine instruction is a direct
63 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const {
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 148 /// isStoreToStackSlot - If the specified machine instruction is a direct
153 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
169 /// reference. If not, return false. Unlike isStoreToStackSlot,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 102 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 181 unsigned isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const;
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 252 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot)
782 if (Reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) {
    [all...]
StackSlotColoring.cpp 367 if (!(StoreReg = TII->isStoreToStackSlot(NextMI, SecondSS))) continue;

Completed in 266 milliseconds