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

  /external/llvm/lib/Target/CellSPU/
SPUInstrBuilder.h 36 return MIB.addImm(Offset).addFrameIndex(FI);
38 return MIB.addFrameIndex(FI).addImm(Offset);
  /external/llvm/lib/Target/PowerPC/
PPCInstrBuilder.h 36 return MIB.addImm(Offset).addFrameIndex(FI);
38 return MIB.addFrameIndex(FI).addImm(Offset);
  /external/llvm/lib/Target/Mips/
MipsEmitGPRestore.cpp 67 BuildMI(MBB, I, dl, TII->get(Mips::LW), Mips::GP).addFrameIndex(FI)
80 BuildMI(MBB, ++I, dl, TII->get(Mips::LW), Mips::GP).addFrameIndex(FI)
MipsInstrInfo.cpp 187 .addFrameIndex(FI).addImm(0);
212 BuildMI(MBB, I, DL, get(Opc), DestReg).addFrameIndex(FI).addImm(0);
220 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr);
  /external/llvm/lib/Target/SystemZ/
SystemZInstrBuilder.h 94 MIB.addFrameIndex(AM.Base.FrameIndex);
122 return addOffset(MIB.addFrameIndex(FI), Offset)
  /external/llvm/lib/Target/Blackfin/
BlackfinInstrInfo.cpp 182 .addFrameIndex(FI)
190 .addFrameIndex(FI)
198 .addFrameIndex(FI)
227 .addFrameIndex(FI)
234 .addFrameIndex(FI)
241 .addFrameIndex(FI)
  /external/llvm/lib/Target/ARM/
Thumb1InstrInfo.cpp 70 .addFrameIndex(FI).addImm(0).addMemOperand(MMO));
98 .addFrameIndex(FI).addImm(0).addMemOperand(MMO));
ARMBaseInstrInfo.cpp 724 .addFrameIndex(FI).addImm(0).addMemOperand(MMO));
728 .addFrameIndex(FI).addImm(0).addMemOperand(MMO));
736 .addFrameIndex(FI).addImm(0).addMemOperand(MMO));
744 .addFrameIndex(FI).addImm(16)
750 .addFrameIndex(FI)
762 .addFrameIndex(FI).addImm(16)
768 .addFrameIndex(FI))
782 .addFrameIndex(FI))
874 .addFrameIndex(FI).addImm(0).addMemOperand(MMO));
878 .addFrameIndex(FI).addImm(0).addMemOperand(MMO))
    [all...]
Thumb2InstrInfo.cpp 140 .addFrameIndex(FI).addImm(0).addMemOperand(MMO));
167 .addFrameIndex(FI).addImm(0).addMemOperand(MMO));
Thumb1FrameLowering.cpp 137 .addFrameIndex(FramePtrSpillFI).addImm(0)
ARMFastISel.cpp 677 .addFrameIndex(SI->second)
    [all...]
ARMBaseRegisterInfo.cpp     [all...]
ARMFrameLowering.cpp 201 .addFrameIndex(FramePtrSpillFI).addImm(0)
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Alpha/
AlphaInstrInfo.cpp 158 .addFrameIndex(FrameIdx).addReg(Alpha::F31);
162 .addFrameIndex(FrameIdx).addReg(Alpha::F31);
166 .addFrameIndex(FrameIdx).addReg(Alpha::F31);
184 .addFrameIndex(FrameIdx).addReg(Alpha::F31);
187 .addFrameIndex(FrameIdx).addReg(Alpha::F31);
190 .addFrameIndex(FrameIdx).addReg(Alpha::F31);
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 296 BuildMI(MBB, I, DL, get(SP::STri)).addFrameIndex(FI).addImm(0)
299 BuildMI(MBB, I, DL, get(SP::STFri)).addFrameIndex(FI).addImm(0)
302 BuildMI(MBB, I, DL, get(SP::STDFri)).addFrameIndex(FI).addImm(0)
317 BuildMI(MBB, I, DL, get(SP::LDri), DestReg).addFrameIndex(FI).addImm(0);
319 BuildMI(MBB, I, DL, get(SP::LDFri), DestReg).addFrameIndex(FI).addImm(0);
321 BuildMI(MBB, I, DL, get(SP::LDDFri), DestReg).addFrameIndex(FI).addImm(0);
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.cpp 258 .addFrameIndex(FI).addImm(0);
266 .addFrameIndex(R17FI).addImm(0);
269 .addFrameIndex(R18FI).addImm(0);
277 .addFrameIndex(MSRFI).addImm(0);
280 .addFrameIndex(MSRFI).addImm(0);
287 .addFrameIndex(R18FI).addImm(0);
290 .addFrameIndex(R17FI).addImm(0);
296 .addFrameIndex(VFI[--i]).addImm(0);
MBlazeInstrInfo.cpp 99 .addFrameIndex(FI).addImm(0); //.addFrameIndex(FI);
109 .addFrameIndex(FI).addImm(0); //.addFrameIndex(FI);
  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 131 MIB.addFrameIndex(AM.Base.FrameIndex);
163 return addOffset(MIB.addFrameIndex(FI), Offset)
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 54 .addFrameIndex(FrameIdx).addImm(0)
58 .addFrameIndex(FrameIdx).addImm(0)
83 .addReg(DestReg).addFrameIndex(FrameIdx).addImm(0).addMemOperand(MMO);
86 .addReg(DestReg).addFrameIndex(FrameIdx).addImm(0).addMemOperand(MMO);
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 372 .addFrameIndex(FrameIndex)
385 .addFrameIndex(FrameIndex)
394 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr);
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 96 const MachineInstrBuilder &addFrameIndex(int Idx) const {

Completed in 360 milliseconds