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

1 2

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2RegisterInfo.cpp 50 .addConstantPoolIndex(Idx).addImm((int64_t)ARMCC::AL).addReg(0)
ARMFastISel.cpp 537 .addConstantPoolIndex(Idx)
571 .addConstantPoolIndex(Idx));
576 .addConstantPoolIndex(Idx)
612 .addConstantPoolIndex(Idx);
619 .addConstantPoolIndex(Idx)
    [all...]
ARMConstantIslandPass.cpp 415 .addImm(i).addConstantPoolIndex(i).addImm(Size);
    [all...]
Thumb1RegisterInfo.cpp 79 .addConstantPoolIndex(Idx).addImm(Pred).addReg(PredReg)
ARMBaseRegisterInfo.cpp 813 .addConstantPoolIndex(Idx)
    [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrBuilder.h 179 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0);
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 113 const MachineInstrBuilder &addConstantPoolIndex(unsigned Idx,
225 return addConstantPoolIndex(Disp.getIndex(), Disp.getOffset() + off,
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 692 .addConstantPoolIndex(HiOperand.getIndex(), HiOperand.getOffset(),
700 .addConstantPoolIndex(LoOperand.getIndex(), LoOperand.getOffset(),
766 .addConstantPoolIndex(HiOperand.getIndex(), HiOperand.getOffset(),
815 .addConstantPoolIndex(LoOperand.getIndex(), LoOperand.getOffset(),
  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 206 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0);
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineInstrBuilder.h 101 const MachineInstrBuilder &addConstantPoolIndex(unsigned Idx,
  /external/llvm/lib/Target/ARM/
ThumbRegisterInfo.cpp 78 .addConstantPoolIndex(Idx).addImm(Pred).addReg(PredReg)
97 .addConstantPoolIndex(Idx).addImm((int64_t)ARMCC::AL).addReg(0)
ARMFastISel.cpp 466 .addConstantPoolIndex(Idx)
529 .addConstantPoolIndex(Idx));
535 .addConstantPoolIndex(Idx)
599 DestReg).addConstantPoolIndex(Idx);
608 .addConstantPoolIndex(Idx)
    [all...]
ARMBaseRegisterInfo.cpp 424 .addConstantPoolIndex(Idx)
ARMISelLowering.cpp     [all...]
ARMConstantIslandPass.cpp 581 .addImm(i).addConstantPoolIndex(i).addImm(Size);
    [all...]
ARMExpandPseudoInsts.cpp     [all...]
ARMFrameLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 447 .addConstantPoolIndex(Idx)
  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 857 MIB1.addConstantPoolIndex(MO1.getIndex(), MO1.getOffset(),
859 MIB2.addConstantPoolIndex(MO1.getIndex(), MO1.getOffset(),
    [all...]
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 570 .addImm(i).addConstantPoolIndex(i).addImm(Size);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 424 MIB.addConstantPoolIndex(Idx, Offset, CP->getTargetFlags());
    [all...]

Completed in 1154 milliseconds

1 2