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

1 2

  /external/llvm/lib/Target/ARM/
Thumb1InstrInfo.h 46 void storeRegToStackSlot(MachineBasicBlock &MBB,
Thumb2InstrInfo.h 48 void storeRegToStackSlot(MachineBasicBlock &MBB,
Thumb1InstrInfo.cpp 52 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
Thumb2InstrInfo.cpp 125 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
148 ARMBaseInstrInfo::storeRegToStackSlot(MBB, I, SrcReg, isKill, FI, RC, TRI);
ARMBaseInstrInfo.h 114 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 59 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
MSP430InstrInfo.cpp 34 void MSP430InstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.h 52 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
Mips16InstrInfo.h 51 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
MipsSEFrameLowering.cpp 128 TII.storeRegToStackSlot(MBB, MBBI, ehDataReg(I), false,
236 TII.storeRegToStackSlot(*EntryBlock, MI, Reg, IsKill,
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 90 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 69 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
XCoreInstrInfo.cpp 361 void XCoreInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 50 void storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 71 bool StoreRegToStackSlot(MachineFunction &MF,
128 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/CodeGen/
Spiller.cpp 149 tii->storeRegToStackSlot(*mi->getParent(), llvm::next(miItr),newLI->reg,
RegisterScavenging.cpp 375 TII->storeRegToStackSlot(*MBB, I, SReg, true, ScavengingFrameIndex, RC,TRI);
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 78 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
HexagonFrameLowering.cpp 261 TII.storeRegToStackSlot(MBB, MI, SuperReg, true,
269 TII.storeRegToStackSlot(MBB, MI, Reg, true, CSI[i].getFrameIdx(), RC,
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.h 215 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
MBlazeInstrInfo.cpp 93 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.h 79 void storeRegToStackSlot(MachineBasicBlock &MBB,
AMDGPUInstrInfo.cpp 124 AMDGPUInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 472 /// storeRegToStackSlot - Store the specified register of the given register
477 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
483 "TargetInstrInfo::storeRegToStackSlot!");
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 237 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,

Completed in 470 milliseconds

1 2