HomeSort by relevance Sort by last modified time
    Searched refs:isLoadFromStackSlot (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 49 /// isLoadFromStackSlot - If the specified machine instruction is a direct
54 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
SparcInstrInfo.cpp 37 /// isLoadFromStackSlot - If the specified machine instruction is a direct
42 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 36 /// isLoadFromStackSlot - If the specified machine instruction is a direct
41 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
XCoreInstrInfo.cpp 51 /// isLoadFromStackSlot - If the specified machine instruction is a direct
57 XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const{
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.h 31 /// isLoadFromStackSlot - If the specified machine instruction is a direct
36 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
Mips16InstrInfo.h 30 /// isLoadFromStackSlot - If the specified machine instruction is a direct
35 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
Mips16InstrInfo.cpp 46 /// isLoadFromStackSlot - If the specified machine instruction is a direct
52 isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const
MipsSEInstrInfo.cpp 42 /// isLoadFromStackSlot - If the specified machine instruction is a direct
48 isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 43 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
AMDGPUInstrInfo.h 54 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 100 unsigned isLoadFromStackSlot(const MachineInstr *MI,
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 44 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
AMDGPUInstrInfo.h 56 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 116 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
SystemZInstrInfo.cpp 103 unsigned SystemZInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 43 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
AMDGPUInstrInfo.h 54 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 42 /// isLoadFromStackSlot - If the specified machine instruction is a direct
47 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 119 /// isLoadFromStackSlot - If the specified machine instruction is a direct
124 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
141 /// isLoadFromStackSlot, this returns true for any instructions that
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 100 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 174 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 253 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
607 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) {
    [all...]
StackSlotColoring.cpp 395 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue;
TargetInstrInfo.cpp 458 if (TII.isLoadFromStackSlot(MI, FrameIdx) &&
MachineLICM.cpp 484 (TII->isLoadFromStackSlot(MI, FI) && MFI->isSpillSlotObjectIndex(FI)))
    [all...]

Completed in 397 milliseconds

1 2