Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineConstantPool.h142 unsigned getConstantPoolIndex(const Constant *C, unsigned Alignment);
143 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDThumbRegisterInfo.cpp73 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitThumb1LoadConstPool()
92 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitThumb2LoadConstPool()
HDARMInstructionSelector.cpp643 ? ConstPool->getConstantPoolIndex( in selectGlobal()
645 : ConstPool->getConstantPoolIndex(GV, Alignment); in selectGlobal()
1000 ConstPool->getConstantPoolIndex(I.getOperand(1).getFPImm(), Alignment); in select()
HDARMFastISel.cpp452 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in ARMMaterializeFP()
516 unsigned Idx = MCP.getConstantPoolIndex(C, Align); in ARMMaterializeInt()
588 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); in ARMMaterializeGV()
2966 unsigned Idx = MF->getConstantPool()->getConstantPoolIndex(CPV, ConstAlign); in ARMLowerPICELF()
HDARMBaseRegisterInfo.cpp467 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
HDARMExpandPseudoInsts.cpp1423 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4)); in ExpandMI()
1507 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4)); in ExpandMI()
HDARMFrameLowering.cpp2412 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, 4); in adjustForSegmentedStacks()
HDARMISelLowering.cpp9503 unsigned CPI = MCP->getConstantPoolIndex(CPV, 4); in SetupEntryBlockForSjLj()
9795 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align); in EmitSjLjDispatchBlock()
9896 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align); in EmitSjLjDispatchBlock()
10298 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align); in EmitStructByval()
HDARMBaseInstrInfo.cpp1685 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreInstrInfo.cpp446 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in loadImmediate()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunction.cpp1097 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex() function in MachineConstantPool
1117 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex() function in MachineConstantPool
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDInstrEmitter.cpp426 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align); in AddOperand()
428 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align); in AddOperand()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
HDMIRParser.cpp837 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment); in initializeConstantPool()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsConstantIslandPass.cpp1659 unsigned index = MCP->getConstantPoolIndex(C, 4); in prescanForConstants()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstructionSelector.cpp1445 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Align); in materializeFP()
HDX86FastISel.cpp3789 unsigned CPI = MCP.getConstantPoolIndex(CFP, Align); in X86MaterializeFP()
HDX86InstrInfo.cpp5342 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment); in foldMemoryOperandImpl()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCFastISel.cpp2001 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in PPCMaterializeFP()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstructionSelector.cpp3169 return MCP->getConstantPoolIndex(CPVal, Align); in emitConstantPoolEntry()
HDAArch64FastISel.cpp441 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in materializeFP()