Home
last modified time | relevance | path

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

12

/freebsd/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/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.cpp178 unsigned Idx = MCP->getConstantPoolIndex(CVal, Align(2U)); in loadImmediate()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
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 DARMInstructionSelector.cpp643 ? ConstPool->getConstantPoolIndex( in selectGlobal()
645 : ConstPool->getConstantPoolIndex(GV, Alignment); in selectGlobal()
1009 ConstPool->getConstantPoolIndex(I.getOperand(1).getFPImm(), Alignment); in select()
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()
2967 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.cpp2590 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, Align(4))); in ExpandMI()
2680 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, Align(4))); in ExpandMI()
H A DARMFrameLowering.cpp3175 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, Align(4)); in adjustForSegmentedStacks()
H A DARMISelLowering.cpp10819 unsigned CPI = MCP->getConstantPoolIndex(CPV, Align(4)); in SetupEntryBlockForSjLj()
11106 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Alignment); in EmitSjLjDispatchBlock()
11206 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Alignment); in EmitSjLjDispatchBlock()
11601 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Alignment); in EmitStructByval()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp443 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in loadImmediate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1479 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex() function in MachineConstantPool
1498 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex() function in MachineConstantPool
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp453 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Alignment); in AddOperand()
455 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Alignment); in AddOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86LegalizerInfo.cpp637 MF.getConstantPool()->getConstantPoolIndex(ConstVal, Alignment)); in legalizeBuildVector()
H A DX86InstructionSelector.cpp1532 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Alignment); in materializeFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp371 CP->getConstantPoolIndex(NewCst, Align(Fixup.MemBitWidth / 8)); in processInstruction()
H A DX86InstructionSelector.cpp
H A DX86FastISel.cpp3823 unsigned CPI = MCP.getConstantPoolIndex(CFP, Alignment); in X86MaterializeFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1652 unsigned index = MCP->getConstantPoolIndex(C, Align(4)); in prescanForConstants()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp1000 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment); in initializeConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1372 unsigned CPIdx = MCP->getConstantPoolIndex(BA, Align(8)); in expandMI()
H A DAArch64FastISel.cpp433 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in materializeFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1996 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in PPCMaterializeFP()
H A DPPCInstrInfo.cpp571 unsigned ConstPoolIdx = MCP->getConstantPoolIndex(NegC, Alignment); in finalizeInsInstrs()

12