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

  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 149 /// getConstantPoolIndex - Create a new entry in the constant pool or return
152 unsigned getConstantPoolIndex(const Constant *C, unsigned Alignment);
153 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());
ARMFastISel.cpp 530 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
566 unsigned Idx = MCP.getConstantPoolIndex(C, Align);
604 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align);
    [all...]
Thumb1RegisterInfo.cpp 75 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
ARMBaseRegisterInfo.cpp 793 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
    [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
ELFCodeEmitter.cpp 115 Addr = getConstantPoolEntryAddress(MR.getConstantPoolIndex());
116 MR.setConstantVal(CPSections[MR.getConstantPoolIndex()]);
MachineFunction.cpp 687 /// getConstantPoolIndex - Create a new entry in the constant pool or return
691 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C,
711 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V,
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 380 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align);
382 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align);
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86InstrInfo.cpp     [all...]

Completed in 393 milliseconds