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

12

/external/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.h45 void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DThumb2InstrInfo.h47 void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DThumb1InstrInfo.cpp51 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, function in class:Thumb1InstrInfo
H A DThumb2InstrInfo.cpp126 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, function in class:Thumb2InstrInfo
165 ARMBaseInstrInfo::storeRegToStackSlot(MBB, I, SrcReg, isKill, FI, RC, TRI);
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h60 void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DMSP430InstrInfo.cpp37 void MSP430InstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, function in class:MSP430InstrInfo
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h83 void storeRegToStackSlot(MachineBasicBlock &MBB,
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h70 void storeRegToStackSlot(MachineBasicBlock &MBB,
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h90 void storeRegToStackSlot(MachineBasicBlock &MBB,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp122 AMDGPUInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, function in class:AMDGPUInstrInfo
H A DAMDGPUInstrInfo.h78 void storeRegToStackSlot(MachineBasicBlock &MBB,
/external/llvm/lib/CodeGen/
H A DSpiller.cpp145 tii->storeRegToStackSlot(*mi->getParent(), std::next(miItr), NewVReg,
H A DRegisterScavenging.cpp417 TII->storeRegToStackSlot(*MBB, I, SReg, true, Scavenged[SI].FrameIndex,
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h84 void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DSIInstrInfo.h70 void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DAMDGPUInstrInfo.cpp106 AMDGPUInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, function in class:AMDGPUInstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp122 AMDGPUInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, function in class:AMDGPUInstrInfo
H A DAMDGPUInstrInfo.h78 void storeRegToStackSlot(MachineBasicBlock &MBB,
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp259 TII.storeRegToStackSlot(MBB, MI, SuperReg, true,
267 TII.storeRegToStackSlot(MBB, MI, Reg, true, CSI[i].getFrameIdx(), RC,
H A DHexagonInstrInfo.h83 void storeRegToStackSlot(MachineBasicBlock &MBB,
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h111 void storeRegToStackSlot(MachineBasicBlock &MBB,
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h154 void storeRegToStackSlot(MachineBasicBlock &MBB,
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h172 void storeRegToStackSlot(MachineBasicBlock &MBB,
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h268 void storeRegToStackSlot(MachineBasicBlock &MBB,
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h521 /// storeRegToStackSlot - Store the specified register of the given register
526 virtual void storeRegToStackSlot(MachineBasicBlock &MBB, function in class:llvm::TargetInstrInfo
532 "TargetInstrInfo::storeRegToStackSlot!");

Completed in 5565 milliseconds

12