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

1 2

  /external/llvm/lib/Target/ARM/
Thumb1InstrInfo.h 52 void loadRegFromStackSlot(MachineBasicBlock &MBB,
Thumb2InstrInfo.h 54 void loadRegFromStackSlot(MachineBasicBlock &MBB,
Thumb1InstrInfo.cpp 80 loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
Thumb2InstrInfo.cpp 169 loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
209 ARMBaseInstrInfo::loadRegFromStackSlot(MBB, I, DestReg, FI, RC, TRI);
ARMBaseInstrInfo.h 120 virtual void loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 65 virtual void loadRegFromStackSlot(MachineBasicBlock &MBB,
MSP430InstrInfo.cpp 62 void MSP430InstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 88 virtual void loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 75 virtual void loadRegFromStackSlot(MachineBasicBlock &MBB,
XCoreInstrInfo.cpp 376 void XCoreInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 51 void loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 93 virtual void loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 132 AMDGPUInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
AMDGPUInstrInfo.h 83 void loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/CodeGen/
Spiller.cpp 136 tii->loadRegFromStackSlot(*mi->getParent(), miItr, newLI->reg, ss, trc,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 76 bool LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL,
145 virtual void loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 113 AMDGPUInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
AMDGPUInstrInfo.h 85 void loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 160 loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 132 AMDGPUInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
AMDGPUInstrInfo.h 83 void loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 313 TII.loadRegFromStackSlot(MBB, MI, SuperReg, CSI[i+1].getFrameIdx(),
321 TII.loadRegFromStackSlot(MBB, MI, Reg, CSI[i].getFrameIdx(), RC, TRI);
HexagonInstrInfo.h 91 virtual void loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 493 /// loadRegFromStackSlot - Load the specified register of the given register
497 virtual void loadRegFromStackSlot(MachineBasicBlock &MBB,
503 "TargetInstrInfo::loadRegFromStackSlot!");
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 263 virtual void loadRegFromStackSlot(MachineBasicBlock &MBB,

Completed in 477 milliseconds

1 2