Searched refs:getConstantPoolIndex (Results 1 – 14 of 14) 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 | ARMJITInfo.cpp | 254 return getConstantPoolEntryAddr(MR->getConstantPoolIndex()); in resolveRelocDestAddr()
|
D | Thumb1RegisterInfo.cpp | 76 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
|
D | ARMFastISel.cpp | 543 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in ARMMaterializeFP() 599 unsigned Idx = MCP.getConstantPoolIndex(C, Align); in ARMMaterializeInt() 658 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); in ARMMaterializeGV()
|
D | ARMBaseRegisterInfo.cpp | 715 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
|
D | ARMISelLowering.cpp | 5800 unsigned CPI = MCP->getConstantPoolIndex(CPV, 4); in SetupEntryBlockForSjLj() 6070 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align); in EmitSjLjDispatchBlock() 6159 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align); in EmitSjLjDispatchBlock() 6480 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align); in EmitStructByval()
|
D | ARMBaseInstrInfo.cpp | 1214 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 718 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex() function in MachineConstantPool 738 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex() function in MachineConstantPool
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 405 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align); in AddOperand() 407 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align); in AddOperand()
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 867 (void*)getConstantPoolEntryAddress(MR.getConstantPoolIndex()); in finishFunction()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2109 unsigned MCPOffset = MCP.getConstantPoolIndex(C, Align); in TargetMaterializeConstant()
|
D | X86InstrInfo.cpp | 3932 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment); in foldMemoryOperandImpl()
|