Searched refs:getConstantPoolIndex (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 153 unsigned getConstantPoolIndex(const Constant *C, unsigned Alignment); 154 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,unsigned Alignment);
|
D | MachineRelocation.h | 300 unsigned getConstantPoolIndex() const { in getConstantPoolIndex() function
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2RegisterInfo.cpp | 46 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
|
D | ARMInstrInfo.cpp | 116 unsigned Idx = MF.getConstantPool()->getConstantPoolIndex(CPV, Align); in runOnMachineFunction()
|
D | ARMJITInfo.cpp | 252 return getConstantPoolEntryAddr(MR->getConstantPoolIndex()); in resolveRelocDestAddr()
|
D | ARMBaseRegisterInfo.cpp | 375 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
|
D | Thumb1RegisterInfo.cpp | 76 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
|
D | ARMFastISel.cpp | 546 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in ARMMaterializeFP() 604 unsigned Idx = MCP.getConstantPoolIndex(C, Align); in ARMMaterializeInt() 669 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); in ARMMaterializeGV() 2851 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); in ARMLowerPICELF()
|
D | ARMISelLowering.cpp | 6192 unsigned CPI = MCP->getConstantPoolIndex(CPV, 4); in SetupEntryBlockForSjLj() 6472 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align); in EmitSjLjDispatchBlock() 6564 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align); in EmitSjLjDispatchBlock() 6893 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align); in EmitStructByval()
|
D | ARMBaseInstrInfo.cpp | 1240 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 843 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex() function in MachineConstantPool 863 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex() function in MachineConstantPool
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 403 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align); in AddOperand() 405 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align); in AddOperand()
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 862 (void*)getConstantPoolEntryAddress(MR.getConstantPoolIndex()); in finishFunction()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2206 unsigned MCPOffset = MCP.getConstantPoolIndex(C, Align); in TargetMaterializeConstant()
|
D | X86InstrInfo.cpp | 4002 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment); in foldMemoryOperandImpl()
|