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

1 2

  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 50 /// isLoadFromStackSlot - If the specified machine instruction is a direct
55 unsigned isLoadFromStackSlot(const MachineInstr *MI,
SparcInstrInfo.cpp 40 /// isLoadFromStackSlot - If the specified machine instruction is a direct
45 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 37 /// isLoadFromStackSlot - If the specified machine instruction is a direct
42 unsigned isLoadFromStackSlot(const MachineInstr *MI,
XCoreInstrInfo.cpp 58 /// isLoadFromStackSlot - If the specified machine instruction is a direct
64 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 unsigned isLoadFromStackSlot(const MachineInstr *MI,
Mips16InstrInfo.h 30 /// isLoadFromStackSlot - If the specified machine instruction is a direct
35 unsigned isLoadFromStackSlot(const MachineInstr *MI,
Mips16InstrInfo.cpp 42 /// isLoadFromStackSlot - If the specified machine instruction is a direct
48 isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const
MipsSEInstrInfo.cpp 37 /// isLoadFromStackSlot - If the specified machine instruction is a direct
43 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/R600/
AMDGPUInstrInfo.h 57 unsigned isLoadFromStackSlot(const MachineInstr *MI,
AMDGPUInstrInfo.cpp 47 unsigned AMDGPUInstrInfo::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/AArch64/
AArch64InstrInfo.h 54 unsigned isLoadFromStackSlot(const MachineInstr *MI,
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 45 /// isLoadFromStackSlot - If the specified machine instruction is a direct
50 unsigned isLoadFromStackSlot(const MachineInstr *MI,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 112 unsigned isLoadFromStackSlot(const MachineInstr *MI,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 137 unsigned isLoadFromStackSlot(const MachineInstr *MI,
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 187 unsigned isLoadFromStackSlot(const MachineInstr *MI,
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 254 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
622 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) {
    [all...]
StackSlotColoring.cpp 394 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue;
TargetInstrInfo.cpp 531 isLoadFromStackSlot(LoadMI, FrameIndex)) {
585 if (TII.isLoadFromStackSlot(MI, FrameIdx) &&
MachineLICM.cpp 488 (TII->isLoadFromStackSlot(MI, FI) && MFI->isSpillSlotObjectIndex(FI)))
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 121 /// isLoadFromStackSlot - If the specified machine instruction is a direct
126 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
143 /// isLoadFromStackSlot, this returns true for any instructions that
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 98 unsigned isLoadFromStackSlot(const MachineInstr *MI,

Completed in 467 milliseconds

1 2