Home
last modified time | relevance | path

Searched refs:StoreRegToStackSlot (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrInfo.h71 bool StoreRegToStackSlot(MachineFunction &MF,
DPPCInstrInfo.cpp331 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/
DPPCInstrInfo.h71 bool StoreRegToStackSlot(MachineFunction &MF,
DPPCInstrInfo.cpp956 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/
DPPCInstrInfo.h119 void StoreRegToStackSlot(MachineFunction &MF, unsigned SrcReg, bool isKill,
DPPCInstrInfo.cpp1184 void PPCInstrInfo::StoreRegToStackSlot( in StoreRegToStackSlot() function in PPCInstrInfo
1227 StoreRegToStackSlot(MF, SrcReg, isKill, FrameIdx, RC, NewMIs); in storeRegToStackSlot()