Searched refs:storeRegToStackSlot (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DThumb1InstrInfo.h46 void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DThumb2InstrInfo.h48 void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DThumb1InstrInfo.cpp52 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, function in class:Thumb1InstrInfo
H A DThumb2InstrInfo.cpp125 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, function in class:Thumb2InstrInfo
148 ARMBaseInstrInfo::storeRegToStackSlot(MBB, I, SrcReg, isKill, FI, RC, TRI);
H A DARMBaseInstrInfo.h114 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
/macosx-10.10/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUInstrInfo.h53 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DSPUInstrInfo.cpp139 SPUInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, function in class:SPUInstrInfo
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430InstrInfo.h59 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DMSP430InstrInfo.cpp34 void MSP430InstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, function in class:MSP430InstrInfo
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMips16InstrInfo.h51 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DMipsSEInstrInfo.h52 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DMips16InstrInfo.cpp83 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, function in class:Mips16InstrInfo
H A DMipsSEFrameLowering.cpp180 TII.storeRegToStackSlot(*EntryBlock, MI, Reg, IsKill,
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcInstrInfo.h90 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
/macosx-10.10/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreInstrInfo.h69 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DXCoreInstrInfo.cpp361 void XCoreInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, function in class:XCoreInstrInfo
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCInstrInfo.h126 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DSpiller.cpp149 tii->storeRegToStackSlot(*mi->getParent(), llvm::next(miItr),newLI->reg,
H A DRegisterScavenging.cpp369 TII->storeRegToStackSlot(*MBB, I, SReg, true, ScavengingFrameIndex, RC,TRI);
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonInstrInfo.h74 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DHexagonFrameLowering.cpp260 TII.storeRegToStackSlot(MBB, MI, SuperReg, true,
268 TII.storeRegToStackSlot(MBB, MI, Reg, true, CSI[i].getFrameIdx(), RC,
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeInstrInfo.h215 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DMBlazeInstrInfo.cpp93 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, function in class:MBlazeInstrInfo
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86InstrInfo.h237 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetInstrInfo.h476 /// storeRegToStackSlot - Store the specified register of the given register
481 virtual void storeRegToStackSlot(MachineBasicBlock &MBB, function in class:llvm::TargetInstrInfo
487 "TargetInstrInfo::storeRegToStackSlot!");

Completed in 307 milliseconds

12