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

12

/freebsd-10.2-release/contrib/llvm/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.cpp127 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, function in class:Thumb2InstrInfo
166 ARMBaseInstrInfo::storeRegToStackSlot(MBB, I, SrcReg, isKill, FI, RC, TRI);
H A DARMBaseInstrInfo.h114 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
/freebsd-10.2-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h60 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DMSP430InstrInfo.cpp37 void MSP430InstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, function in class:MSP430InstrInfo
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h83 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DSparcInstrInfo.cpp348 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, function in class:SparcInstrInfo
/freebsd-10.2-release/contrib/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h70 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DXCoreInstrInfo.cpp365 void XCoreInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, function in class:XCoreInstrInfo
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h46 void storeRegToStackSlot(MachineBasicBlock &MBB,
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h86 virtual void storeRegToStackSlot(MachineBasicBlock &MBB, function in class:llvm::MipsInstrInfo
H A DMipsSEFrameLowering.cpp358 TII.storeRegToStackSlot(MBB, MBBI, ehDataReg(I), false,
466 TII.storeRegToStackSlot(*EntryBlock, MI, Reg, IsKill,
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DSpiller.cpp146 tii->storeRegToStackSlot(*mi->getParent(), llvm::next(miItr), NewVReg,
H A DRegisterScavenging.cpp416 TII->storeRegToStackSlot(*MBB, I, SReg, true, Scavenged[SI].FrameIndex,
H A DTargetInstrInfo.cpp431 storeRegToStackSlot(*MBB, Pos, MO.getReg(), MO.isKill(), FI, RC, TRI);
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h140 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
/freebsd-10.2-release/contrib/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.h81 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h81 void storeRegToStackSlot(MachineBasicBlock &MBB,
H A DAMDGPUInstrInfo.cpp107 AMDGPUInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, function in class:AMDGPUInstrInfo
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h180 storeRegToStackSlot(MachineBasicBlock &MBB,
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h252 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
/freebsd-10.2-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h496 /// storeRegToStackSlot - Store the specified register of the given register
501 virtual void storeRegToStackSlot(MachineBasicBlock &MBB, function in class:llvm::TargetInstrInfo
507 "TargetInstrInfo::storeRegToStackSlot!");

Completed in 99 milliseconds

12