Searched refs:LoadRegFromStackSlot (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 75 void LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL,
|
D | PPCInstrInfo.cpp | 498 PPCInstrInfo::LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL, in LoadRegFromStackSlot() function in PPCInstrInfo 577 return LoadRegFromStackSlot(MF, DL, Reg, FrameIdx, in LoadRegFromStackSlot() 605 LoadRegFromStackSlot(MF, DL, DestReg, FrameIdx, RC, NewMIs); in loadRegFromStackSlot()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 76 bool LoadRegFromStackSlot(MachineFunction &MF, const DebugLoc &DL,
|
D | PPCInstrInfo.cpp | 1091 bool PPCInstrInfo::LoadRegFromStackSlot(MachineFunction &MF, const DebugLoc &DL, in LoadRegFromStackSlot() function in PPCInstrInfo 1181 if (LoadRegFromStackSlot(MF, DL, DestReg, FrameIdx, RC, NewMIs, in loadRegFromStackSlot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 122 void LoadRegFromStackSlot(MachineFunction &MF, const DebugLoc &DL,
|
D | PPCInstrInfo.cpp | 1240 void PPCInstrInfo::LoadRegFromStackSlot(MachineFunction &MF, const DebugLoc &DL, in LoadRegFromStackSlot() function in PPCInstrInfo 1285 LoadRegFromStackSlot(MF, DL, DestReg, FrameIdx, RC, NewMIs); in loadRegFromStackSlot()
|