/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 152 unsigned getConstantPoolIndex(const Constant *C, unsigned Alignment); 153 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,unsigned Alignment);
|
D | MachineRelocation.h | 300 unsigned getConstantPoolIndex() const { in getConstantPoolIndex() function
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 143 unsigned getConstantPoolIndex(const Constant *C, unsigned Alignment); 144 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFCodeEmitter.cpp | 115 Addr = getConstantPoolEntryAddress(MR.getConstantPoolIndex()); in finishFunction() 116 MR.setConstantVal(CPSections[MR.getConstantPoolIndex()]); in finishFunction()
|
D | MachineFunction.cpp | 691 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/ |
D | Thumb2RegisterInfo.cpp | 46 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
|
D | ARMJITInfo.cpp | 252 return getConstantPoolEntryAddr(MR->getConstantPoolIndex()); in resolveRelocDestAddr()
|
D | ARMFastISel.cpp | 530 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()
|
D | Thumb1RegisterInfo.cpp | 75 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
|
D | ARMBaseRegisterInfo.cpp | 809 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
|
D | ARMBaseInstrInfo.cpp | 1115 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
|
/external/llvm/lib/Target/ARM/ |
D | ThumbRegisterInfo.cpp | 74 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitThumb1LoadConstPool() 93 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitThumb2LoadConstPool()
|
D | ARMFastISel.cpp | 459 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()
|
D | ARMBaseRegisterInfo.cpp | 420 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
|
D | ARMExpandPseudoInsts.cpp | 1299 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4)); in ExpandMI()
|
D | ARMFrameLowering.cpp | 1990 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, 4); in adjustForSegmentedStacks()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 952 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/ |
D | XCoreInstrInfo.cpp | 445 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in loadImmediate()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 380 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align); in AddOperand() 382 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align); in AddOperand()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 421 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align); in AddOperand() 423 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align); in AddOperand()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 629 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment); in initializeConstantPool()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 866 (void*)getConstantPoolEntryAddress(MR.getConstantPoolIndex()); in finishFunction()
|
/external/llvm/lib/Target/Mips/ |
D | MipsConstantIslandPass.cpp | 1681 unsigned index = MCP->getConstantPoolIndex(C, 4); in prescanForConstants()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1909 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in PPCMaterializeFP()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FastISel.cpp | 2060 unsigned MCPOffset = MCP.getConstantPoolIndex(C, Align); in TargetMaterializeConstant()
|