Searched refs:StoreRegToStackSlot (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/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()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 71 bool StoreRegToStackSlot(MachineFunction &MF,
|
D | PPCInstrInfo.cpp | 956 PPCInstrInfo::StoreRegToStackSlot(MachineFunction &MF, in StoreRegToStackSlot() function in PPCInstrInfo 1070 if (StoreRegToStackSlot(MF, SrcReg, isKill, FrameIdx, RC, NewMIs, in storeRegToStackSlot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 119 void StoreRegToStackSlot(MachineFunction &MF, unsigned SrcReg, bool isKill,
|
D | PPCInstrInfo.cpp | 1184 void PPCInstrInfo::StoreRegToStackSlot( in StoreRegToStackSlot() function in PPCInstrInfo 1227 StoreRegToStackSlot(MF, SrcReg, isKill, FrameIdx, RC, NewMIs); in storeRegToStackSlot()
|