HomeSort by relevance Sort by last modified time
    Searched full:addconstantpoolindex (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 175 .addConstantPoolIndex(Idx);
ThumbRegisterInfo.cpp 78 .addConstantPoolIndex(Idx).addImm(Pred).addReg(PredReg)
97 .addConstantPoolIndex(Idx).addImm((int64_t)ARMCC::AL).addReg(0)
ARMFastISel.cpp 506 .addConstantPoolIndex(Idx)
569 .addConstantPoolIndex(Idx));
575 .addConstantPoolIndex(Idx)
640 DestReg).addConstantPoolIndex(Idx);
649 .addConstantPoolIndex(Idx)
    [all...]
ARMBaseRegisterInfo.cpp 406 .addConstantPoolIndex(Idx)
ARMConstantIslandPass.cpp 548 .addImm(i).addConstantPoolIndex(i).addImm(Size);
    [all...]
ARMISelLowering.cpp     [all...]
ARMExpandPseudoInsts.cpp     [all...]
ARMFrameLowering.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 179 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0);
X86FastISel.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 113 const MachineInstrBuilder &addConstantPoolIndex(unsigned Idx,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 462 .addConstantPoolIndex(Idx)
  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 661 MIB1.addConstantPoolIndex(MO1.getIndex(), MO1.getOffset(),
663 MIB2.addConstantPoolIndex(MO1.getIndex(), MO1.getOffset(),
AArch64FastISel.cpp 400 ADRPReg).addConstantPoolIndex(CPI, 0, AArch64II::MO_PAGE);
406 .addConstantPoolIndex(CPI, 0, AArch64II::MO_PAGEOFF | AArch64II::MO_NC);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 579 .addImm(i).addConstantPoolIndex(i).addImm(Size);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 422 MIB.addConstantPoolIndex(Idx, Offset, CP->getTargetFlags());
    [all...]

Completed in 752 milliseconds