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 52 /// isLoadFromStackSlot - If the specified machine instruction is a direct
57 unsigned isLoadFromStackSlot(const MachineInstr *MI,
SparcInstrInfo.cpp 39 /// isLoadFromStackSlot - If the specified machine instruction is a direct
44 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 30 /// isLoadFromStackSlot - If the specified machine instruction is a direct
35 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 41 /// isLoadFromStackSlot - If the specified machine instruction is a direct
46 unsigned Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
MipsSEInstrInfo.cpp 36 /// isLoadFromStackSlot - If the specified machine instruction is a direct
41 unsigned MipsSEInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
  /external/llvm/lib/Target/AMDGPU/
AMDGPUInstrInfo.h 54 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 59 unsigned isLoadFromStackSlot(const MachineInstr *MI,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 155 unsigned isLoadFromStackSlot(const MachineInstr *MI,
PPCInstrInfo.cpp 261 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 140 unsigned isLoadFromStackSlot(const MachineInstr *MI,
SystemZInstrInfo.cpp 212 unsigned SystemZInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 46 unsigned isLoadFromStackSlot(const MachineInstr *MI,
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 253 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
624 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) {
    [all...]
StackSlotColoring.cpp 402 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue;
TargetInstrInfo.cpp 794 isLoadFromStackSlot(LoadMI, FrameIndex)) {
846 if (isLoadFromStackSlot(MI, FrameIdx) &&
    [all...]
MachineLICM.cpp 429 (TII->isLoadFromStackSlot(MI, FI) && MFI->isSpillSlotObjectIndex(FI)))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 161 unsigned isLoadFromStackSlot(const MachineInstr *MI,
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 200 unsigned isLoadFromStackSlot(const MachineInstr *MI,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 178 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
193 /// If not, return false. Unlike isLoadFromStackSlot, this returns true for
    [all...]

Completed in 818 milliseconds

1 2