HomeSort by relevance Sort by last modified time
    Searched refs:addFrameReference (Results 1 - 21 of 21) sorted by null

  /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 280 // Check for the operands added by addFrameReference (the immediate is the
309 // Check for the operands added by addFrameReference (the immediate is the
    [all...]
PPCRegisterInfo.cpp 526 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW))
554 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::LWZ8 : PPC::LWZ),
613 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW))
641 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::LWZ8 : PPC::LWZ),
689 addFrameReference(
714 addFrameReference(BuildMI(MBB, II, dl, TII.get(PPC::LWZ),
    [all...]
PPCFrameLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUInstrBuilder.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,
SPUInstrInfo.cpp 169 addFrameReference(BuildMI(MBB, MI, DL, get(opc))
204 addFrameReference(BuildMI(MBB, MI, DL, get(opc), DestReg), FrameIdx);
  /external/swiftshader/third_party/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 339 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STW))
348 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STW))
355 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STD))
364 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STD))
370 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STFD))
375 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STFS))
383 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::SPILL_CR))
412 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STW))
457 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::ADDI), PPC::R0),
504 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::LWZ)
    [all...]
PPCRegisterInfo.cpp 485 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW))
  /external/llvm/lib/Target/SystemZ/
SystemZInstrBuilder.h 27 addFrameReference(const MachineInstrBuilder &MIB, int FI) {
SystemZInstrInfo.cpp 710 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode))
725 addFrameReference(BuildMI(MBB, MBBI, DL, get(LoadOpcode), DestReg),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrBuilder.h 101 /// addFrameReference - This function is used to add a reference to the base of
107 addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0) {
SystemZInstrInfo.cpp 69 addFrameReference(BuildMI(MBB, MI, DL, get(Opc)), FrameIdx)
99 addFrameReference(BuildMI(MBB, MI, DL, get(Opc), DestReg), FrameIdx);
  /external/swiftshader/third_party/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...]
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 171 /// addFrameReference - This function is used to add a reference to the base of
177 addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0) {
X86FastISel.cpp     [all...]
X86FrameLowering.cpp     [all...]
X86InstrInfo.cpp     [all...]

Completed in 1731 milliseconds