HomeSort by relevance Sort by last modified time
    Searched defs:loadRegFromStackSlot (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/Target/ARM/
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.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 93 virtual void loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 62 void MSP430InstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 132 AMDGPUInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 113 AMDGPUInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 341 loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 376 void XCoreInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 132 AMDGPUInstrInfo::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/AArch64/
AArch64InstrInfo.cpp 415 AArch64InstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 403 SystemZInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 515 loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 102 // Note: This list must be kept consistent with LoadRegFromStackSlot.
687 PPCInstrInfo::LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL,
740 return LoadRegFromStackSlot(MF, DL, Reg, FrameIdx,
763 PPCInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
777 if (LoadRegFromStackSlot(MF, DL, DestReg, FrameIdx, RC, NewMIs,
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 902 milliseconds