Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineConstantPool.h152 unsigned getConstantPoolIndex(const Constant *C, unsigned Alignment);
153 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,unsigned Alignment);
DMachineRelocation.h300 unsigned getConstantPoolIndex() const { in getConstantPoolIndex() function
/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h143 unsigned getConstantPoolIndex(const Constant *C, unsigned Alignment);
144 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp115 Addr = getConstantPoolEntryAddress(MR.getConstantPoolIndex()); in finishFunction()
116 MR.setConstantVal(CPSections[MR.getConstantPoolIndex()]); in finishFunction()
DMachineFunction.cpp691 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex() function in MachineConstantPool
711 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex() function in MachineConstantPool
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2RegisterInfo.cpp46 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
DARMJITInfo.cpp252 return getConstantPoolEntryAddr(MR->getConstantPoolIndex()); in resolveRelocDestAddr()
DARMFastISel.cpp530 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in ARMMaterializeFP()
566 unsigned Idx = MCP.getConstantPoolIndex(C, Align); in ARMMaterializeInt()
604 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); in ARMMaterializeGV()
DThumb1RegisterInfo.cpp75 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
DARMBaseRegisterInfo.cpp809 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
DARMBaseInstrInfo.cpp1115 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
/external/llvm/lib/Target/ARM/
DThumbRegisterInfo.cpp74 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitThumb1LoadConstPool()
93 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitThumb2LoadConstPool()
DARMFastISel.cpp459 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in ARMMaterializeFP()
524 unsigned Idx = MCP.getConstantPoolIndex(C, Align); in ARMMaterializeInt()
592 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); in ARMMaterializeGV()
2948 unsigned Idx = MF->getConstantPool()->getConstantPoolIndex(CPV, ConstAlign); in ARMLowerPICELF()
DARMBaseRegisterInfo.cpp420 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
DARMFrameLowering.cpp1990 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, 4); in adjustForSegmentedStacks()
DARMExpandPseudoInsts.cpp1299 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4)); in ExpandMI()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp952 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex() function in MachineConstantPool
972 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex() function in MachineConstantPool
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp445 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in loadImmediate()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp380 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align); in AddOperand()
382 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align); in AddOperand()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp421 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align); in AddOperand()
423 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align); in AddOperand()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp629 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment); in initializeConstantPool()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp866 (void*)getConstantPoolEntryAddress(MR.getConstantPoolIndex()); in finishFunction()
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp1681 unsigned index = MCP->getConstantPoolIndex(C, 4); in prescanForConstants()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp2060 unsigned MCPOffset = MCP.getConstantPoolIndex(C, Align); in TargetMaterializeConstant()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1909 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in PPCMaterializeFP()

12