Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h139 unsigned getConstantPoolIndex(const Constant *C, Align Alignment);
140 unsigned getConstantPoolIndex(MachineConstantPoolValue *V, Align Alignment);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp641 ? ConstPool->getConstantPoolIndex( in selectGlobal()
643 : ConstPool->getConstantPoolIndex(GV, Alignment); in selectGlobal()
998 ConstPool->getConstantPoolIndex(I.getOperand(1).getFPImm(), Alignment); in select()
H A DThumbRegisterInfo.cpp73 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in emitThumb1LoadConstPool()
92 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in emitThumb2LoadConstPool()
H A DARMFastISel.cpp441 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in ARMMaterializeFP()
501 unsigned Idx = MCP.getConstantPoolIndex(C, Alignment); in ARMMaterializeInt()
569 unsigned Idx = MCP.getConstantPoolIndex(CPV, Alignment); in ARMMaterializeGV()
2968 unsigned Idx = MF->getConstantPool()->getConstantPoolIndex(CPV, ConstAlign); in ARMLowerPICELF()
H A DARMBaseRegisterInfo.cpp505 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in emitLoadConstPool()
H A DARMExpandPseudoInsts.cpp2574 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, Align(4))); in ExpandMI()
2664 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, Align(4))); in ExpandMI()
H A DARMFrameLowering.cpp3173 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, Align(4)); in adjustForSegmentedStacks()
H A DARMISelLowering.cpp10802 unsigned CPI = MCP->getConstantPoolIndex(CPV, Align(4)); in SetupEntryBlockForSjLj()
11089 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Alignment); in EmitSjLjDispatchBlock()
11189 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Alignment); in EmitSjLjDispatchBlock()
11584 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Alignment); in EmitStructByval()
H A DARMBaseInstrInfo.cpp1804 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlign()); in duplicateCPV()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp213 MCSym = GetCPISymbol(MCP->getConstantPoolIndex(C, Align(4))); in emitMachineConstantPoolValue()
H A DCSKYInstrInfo.cpp585 unsigned CPI = MCP->getConstantPoolIndex(CPV, Align(4)); in getGlobalBaseReg()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp443 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in loadImmediate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp255 CP->getConstantPoolIndex(NewCst, Align(BitWidth / 8)); in processInstruction()
H A DX86FastISel.cpp3821 unsigned CPI = MCP.getConstantPoolIndex(CFP, Alignment); in X86MaterializeFP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1467 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex() function in MachineConstantPool
1486 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex() function in MachineConstantPool
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp426 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Alignment); in AddOperand()
428 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Alignment); in AddOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp980 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment); in initializeConstantPool()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1652 unsigned index = MCP->getConstantPoolIndex(C, Align(4)); in prescanForConstants()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1325 unsigned CPIdx = MCP->getConstantPoolIndex(BA, Align(8)); in expandMI()
H A DAArch64FastISel.cpp432 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in materializeFP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1497 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Alignment); in materializeFP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1998 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in PPCMaterializeFP()
H A DPPCInstrInfo.cpp571 unsigned ConstPoolIdx = MCP->getConstantPoolIndex(NegC, Alignment); in finalizeInsInstrs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4303 return MCP->getConstantPoolIndex(CPVal, Alignment); in emitConstantPoolEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2996 AddrPtrTy, MF.getConstantPool()->getConstantPoolIndex( in lowerFConstant()

12