Home
last modified time | relevance | path

Searched refs:getConstantPoolIndex (Results 1 – 14 of 14) 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()
DARMJITInfo.cpp254 return getConstantPoolEntryAddr(MR->getConstantPoolIndex()); in resolveRelocDestAddr()
DThumb1RegisterInfo.cpp76 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
DARMFastISel.cpp543 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()
DARMBaseRegisterInfo.cpp715 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
DARMISelLowering.cpp5800 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()
DARMBaseInstrInfo.cpp1214 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp718 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/
DInstrEmitter.cpp405 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align); in AddOperand()
407 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align); in AddOperand()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp867 (void*)getConstantPoolEntryAddress(MR.getConstantPoolIndex()); in finishFunction()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2109 unsigned MCPOffset = MCP.getConstantPoolIndex(C, Align); in TargetMaterializeConstant()
DX86InstrInfo.cpp3932 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment); in foldMemoryOperandImpl()