Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h143 unsigned getConstantPoolIndex(const Constant *C, unsigned Alignment);
144 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp74 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitThumb1LoadConstPool()
93 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitThumb2LoadConstPool()
H A DARMInstructionSelector.cpp586 ? ConstPool->getConstantPoolIndex( in selectGlobal()
588 : ConstPool->getConstantPoolIndex(GV, Alignment); in selectGlobal()
H A DARMFastISel.cpp455 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in ARMMaterializeFP()
519 unsigned Idx = MCP.getConstantPoolIndex(C, Align); in ARMMaterializeInt()
591 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); in ARMMaterializeGV()
2973 unsigned Idx = MF->getConstantPool()->getConstantPoolIndex(CPV, ConstAlign); in ARMLowerPICELF()
H A DARMBaseRegisterInfo.cpp449 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
H A DARMExpandPseudoInsts.cpp1411 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4)); in ExpandMI()
1494 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4)); in ExpandMI()
H A DARMFrameLowering.cpp2300 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, 4); in adjustForSegmentedStacks()
H A DARMISelLowering.cpp8188 unsigned CPI = MCP->getConstantPoolIndex(CPV, 4); in SetupEntryBlockForSjLj()
8480 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align); in EmitSjLjDispatchBlock()
8581 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align); in EmitSjLjDispatchBlock()
8983 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align); in EmitStructByval()
H A DARMBaseInstrInfo.cpp1586 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp447 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in loadImmediate()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp1005 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex() function in MachineConstantPool
1025 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex() function in MachineConstantPool
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp444 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align); in AddOperand()
446 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align); in AddOperand()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp760 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment); in initializeConstantPool()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1671 unsigned index = MCP->getConstantPoolIndex(C, 4); in prescanForConstants()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1442 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Align); in materializeFP()
H A DX86FastISel.cpp3808 unsigned CPI = MCP.getConstantPoolIndex(CFP, Align); in X86MaterializeFP()
H A DX86InstrInfo.cpp5324 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment); in foldMemoryOperandImpl()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2007 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in PPCMaterializeFP()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp443 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in materializeFP()