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

  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 150 /// getConstantPoolIndex - Create a new entry in the constant pool or return
153 unsigned getConstantPoolIndex(const Constant *C, unsigned Alignment);
154 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 46 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
ARMJITInfo.cpp 254 return getConstantPoolEntryAddr(MR->getConstantPoolIndex());
Thumb1RegisterInfo.cpp 75 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
ARMBaseRegisterInfo.cpp 700 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
    [all...]
ARMFastISel.cpp 541 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
597 unsigned Idx = MCP.getConstantPoolIndex(C, Align);
659 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align);
    [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 698 /// getConstantPoolIndex - Create a new entry in the constant pool or return
702 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C,
722 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V,
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 382 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align);
384 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align);
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 2127 milliseconds