Home
last modified time | relevance | path

Searched refs:getConstantPoolIndex (Results 1 – 25 of 30) 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/ARM/
H A DThumbRegisterInfo.cpp71 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in emitThumb1LoadConstPool()
90 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.cpp468 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in ARMMaterializeFP()
528 unsigned Idx = MCP.getConstantPoolIndex(C, Alignment); in ARMMaterializeInt()
598 unsigned Idx = MCP.getConstantPoolIndex(CPV, Alignment); in ARMMaterializeGV()
3037 unsigned Idx = MF->getConstantPool()->getConstantPoolIndex(CPV, ConstAlign); in ARMLowerPICELF()
H A DARMBaseRegisterInfo.cpp534 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in emitLoadConstPool()
H A DARMExpandPseudoInsts.cpp2632 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, Align(4))); in ExpandMI()
2722 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, Align(4))); in ExpandMI()
H A DARMFrameLowering.cpp3456 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, Align(4)); in adjustForSegmentedStacks()
H A DARMBaseInstrInfo.cpp1648 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlign()); in duplicateCPV()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp214 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/Xtensa/
H A DXtensaInstrInfo.cpp189 unsigned Idx = MCP->getConstantPoolIndex(CVal, Align(2U)); in loadImmediate()
544 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in insertIndirectBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp442 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in loadImmediate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1549 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex() function in MachineConstantPool
1568 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex() function in MachineConstantPool
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp450 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Alignment); in AddOperand()
452 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Alignment); in AddOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp415 CP->getConstantPoolIndex(NewCst, Align(Fixup.MemBitWidth / 8)); in processInstruction()
H A DX86InstructionSelector.cpp
H A DX86FastISel.cpp3838 unsigned CPI = MCP.getConstantPoolIndex(CFP, Alignment); in X86MaterializeFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86LegalizerInfo.cpp720 MF.getConstantPool()->getConstantPoolIndex(ConstVal, Alignment)); in legalizeBuildVector()
H A DX86InstructionSelector.cpp1572 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Alignment); in materializeFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1644 unsigned index = MCP->getConstantPoolIndex(C, Align(4)); in prescanForConstants()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp1078 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment); in initializeConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1405 unsigned CPIdx = MCP->getConstantPoolIndex(BA, Align(8)); in expandMI()
H A DAArch64FastISel.cpp425 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in materializeFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1985 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in PPCMaterializeFP()
H A DPPCInstrInfo.cpp569 unsigned ConstPoolIdx = MCP->getConstantPoolIndex(NegC, Alignment); in finalizeInsInstrs()

12