Home
last modified time | relevance | path

Searched refs:getConstantPoolIndex (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h153 unsigned getConstantPoolIndex(const Constant *C, unsigned Alignment);
154 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,unsigned Alignment);
DMachineRelocation.h300 unsigned getConstantPoolIndex() const { in getConstantPoolIndex() function
/external/llvm/lib/Target/ARM/
DThumb2RegisterInfo.cpp46 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
DARMInstrInfo.cpp116 unsigned Idx = MF.getConstantPool()->getConstantPoolIndex(CPV, Align); in runOnMachineFunction()
DARMJITInfo.cpp252 return getConstantPoolEntryAddr(MR->getConstantPoolIndex()); in resolveRelocDestAddr()
DARMBaseRegisterInfo.cpp375 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
DThumb1RegisterInfo.cpp76 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
DARMFastISel.cpp546 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()
DARMISelLowering.cpp6192 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()
DARMBaseInstrInfo.cpp1240 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp843 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/
DInstrEmitter.cpp403 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align); in AddOperand()
405 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align); in AddOperand()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp862 (void*)getConstantPoolEntryAddress(MR.getConstantPoolIndex()); in finishFunction()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2206 unsigned MCPOffset = MCP.getConstantPoolIndex(C, Align); in TargetMaterializeConstant()
DX86InstrInfo.cpp4002 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment); in foldMemoryOperandImpl()