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

  /external/llvm/lib/Target/ARM/
Thumb2RegisterInfo.cpp 50 .addConstantPoolIndex(Idx).addImm((int64_t)ARMCC::AL).addReg(0)
ARMInstrInfo.cpp 128 .addConstantPoolIndex(Idx);
ARMFastISel.cpp 554 .addConstantPoolIndex(Idx)
610 .addConstantPoolIndex(Idx));
615 .addConstantPoolIndex(Idx)
682 .addConstantPoolIndex(Idx);
690 .addConstantPoolIndex(Idx)
    [all...]
ARMBaseRegisterInfo.cpp 400 .addConstantPoolIndex(Idx)
ARMConstantIslandPass.cpp 546 .addImm(i).addConstantPoolIndex(i).addImm(Size);
    [all...]
Thumb1RegisterInfo.cpp 80 .addConstantPoolIndex(Idx).addImm(Pred).addReg(PredReg)
ARMISelLowering.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 138 .addConstantPoolIndex(Idx).addReg(PPC::X2).addMemOperand(MMO);
144 TmpReg).addReg(PPC::X2).addConstantPoolIndex(Idx);
146 .addConstantPoolIndex(Idx, 0, PPCII::MO_TOC_LO)
  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 178 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0);
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 109 const MachineInstrBuilder &addConstantPoolIndex(unsigned Idx,
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 406 MIB.addConstantPoolIndex(Idx, Offset, CP->getTargetFlags());
    [all...]

Completed in 1150 milliseconds