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

  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 152 /// getConstantPoolIndex - Create a new entry in the constant pool or return
155 unsigned getConstantPoolIndex(const Constant *C, unsigned Alignment);
156 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,unsigned Alignment);
MachineRelocation.h 298 /// getConstantPoolIndex - If this is a const pool reference, return
300 unsigned getConstantPoolIndex() const {
  /external/llvm/lib/Target/ARM/
Thumb2RegisterInfo.cpp 47 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
ARMInstrInfo.cpp 118 unsigned Idx = MF.getConstantPool()->getConstantPoolIndex(CPV, Align);
ARMJITInfo.cpp 253 return getConstantPoolEntryAddr(MR->getConstantPoolIndex());
Thumb1RegisterInfo.cpp 74 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
ARMBaseRegisterInfo.cpp 409 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
ARMFastISel.cpp 499 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
557 unsigned Idx = MCP.getConstantPoolIndex(C, Align);
628 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align);
    [all...]
ARMExpandPseudoInsts.cpp     [all...]
ARMFrameLowering.cpp     [all...]
ARMISelLowering.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 458 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 415 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align);
417 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align);
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 856 (void*)getConstantPoolEntryAddress(MR.getConstantPoolIndex());
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 229 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 594 milliseconds