Searched refs:StoreRegToStackSlot (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 71 bool StoreRegToStackSlot(MachineFunction &MF,
|
D | PPCInstrInfo.cpp | 331 PPCInstrInfo::StoreRegToStackSlot(MachineFunction &MF, in StoreRegToStackSlot() function in PPCInstrInfo 448 return StoreRegToStackSlot(MF, Reg, isKill, FrameIdx, in StoreRegToStackSlot() 479 if (StoreRegToStackSlot(MF, SrcReg, isKill, FrameIdx, RC, NewMIs)) { in storeRegToStackSlot()
|