/external/llvm/lib/Target/PowerPC/ |
PPCInstrBuilder.h | 27 /// addFrameReference - This function is used to add a reference to the base of 33 addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0,
|
PPCInstrInfo.cpp | 278 // Check for the operands added by addFrameReference (the immediate is the 307 // Check for the operands added by addFrameReference (the immediate is the [all...] |
PPCRegisterInfo.cpp | 499 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW)) 527 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::LWZ8 : PPC::LWZ), 586 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW)) 614 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::LWZ8 : PPC::LWZ), 662 addFrameReference( 687 addFrameReference(BuildMI(MBB, II, dl, TII.get(PPC::LWZ), [all...] |
PPCFrameLowering.cpp | [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrBuilder.h | 27 addFrameReference(const MachineInstrBuilder &MIB, int FI) {
|
SystemZInstrInfo.cpp | 602 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode)) 617 addFrameReference(BuildMI(MBB, MBBI, DL, get(LoadOpcode), DestReg), [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrBuilder.h | 143 /// addFrameReference - This function is used to add a reference to the base of 149 addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0) {
|
X86FastISel.cpp | [all...] |
X86FrameLowering.cpp | [all...] |
X86InstrInfo.cpp | [all...] |
X86ISelLowering.cpp | [all...] |