Home
last modified time | relevance | path

Searched refs:getConstantPool (Results 1 – 25 of 45) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/MC/
H A DConstantPools.cpp67 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool() function in AssemblerConstantPools
100 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection()
106 if (ConstantPool *CP = getConstantPool(Section)) in clearCacheForCurrentSection()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DConstantPools.h97 ConstantPool *getConstantPool(MCSection *Section);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp121 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() { in getConstantPool() function in PseudoSourceValueManager
H A DMachineOperand.cpp958 MachinePointerInfo MachinePointerInfo::getConstantPool(MachineFunction &MF) { in getConstantPool() function in MachinePointerInfo
959 return MachinePointerInfo(MF.getPSVManager().getConstantPool()); in getConstantPool()
H A DMIRPrinter.cpp215 if (const auto *ConstantPool = MF.getConstantPool()) in print()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h181 const PseudoSourceValue *getConstantPool();
H A DMachineMemOperand.h99 static MachinePointerInfo getConstantPool(MachineFunction &MF);
H A DMachineFunction.h479 MachineConstantPool *getConstantPool() { return ConstantPool; }
480 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
H A DSelectionDAG.h636 SDValue getConstantPool(const Constant *C, EVT VT,
642 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
644 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
650 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp71 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool()
90 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
H A DARMInstructionSelector.cpp581 auto ConstPool = MF.getConstantPool(); in selectGlobal()
591 MF.getMachineMemOperand(MachinePointerInfo::getConstantPool(MF), in selectGlobal()
H A DARMBaseRegisterInfo.cpp446 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
H A DARMAsmPrinter.cpp108 MCP = MF.getConstantPool(); in runOnMachineFunction()
1189 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
H A DARMISelLowering.cpp2783 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerBlockAddress()
2909 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerGlobalTLSAddressWindows()
2931 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerToTLSGeneralDynamicModel()
2982 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerToTLSExecModels()
2990 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerToTLSExecModels()
3000 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerToTLSExecModels()
3237 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerGlobalAddressELF()
8177 MachineConstantPool *MCP = MF->getConstantPool(); in SetupEntryBlockForSjLj()
8472 MachineConstantPool *ConstantPool = MF->getConstantPool(); in EmitSjLjDispatchBlock()
8573 MachineConstantPool *ConstantPool = MF->getConstantPool(); in EmitSjLjDispatchBlock()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp159 assert(MF->getConstantPool()->getConstants().empty() && in EmitConstantPool()
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp154 MF->getMachineMemOperand(MachinePointerInfo::getConstantPool(*MF), in Select()
H A DXCoreInstrInfo.cpp444 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp315 DAG.getConstantPool(LLVMC, TLI.getPointerTy(DAG.getDataLayout())); in ExpandConstantFP()
320 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), VT, in ExpandConstantFP()
326 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), Alignment); in ExpandConstantFP()
334 SDValue CPIdx = DAG.getConstantPool(CP->getConstantIntValue(), in ExpandConstant()
339 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), Alignment); in ExpandConstant()
1943 DAG.getConstantPool(CP, TLI.getPointerTy(DAG.getDataLayout())); in ExpandBUILD_VECTOR()
1947 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandBUILD_VECTOR()
2414 DAG.getConstantPool(FudgeFactor, TLI.getPointerTy(DAG.getDataLayout())); in ExpandLegalINT_TO_FP()
2422 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandLegalINT_TO_FP()
2427 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), MVT::f32, in ExpandLegalINT_TO_FP()
H A DInstrEmitter.cpp442 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1442 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Align); in materializeFP()
1455 MachinePointerInfo::getConstantPool(MF), MachineMemOperand::MOLoad, in materializeFP()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2728 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
2731 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in lowerGlobalTLSAddress()
2743 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
2746 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in lowerGlobalTLSAddress()
2761 SDValue DTPOffset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
2764 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in lowerGlobalTLSAddress()
2786 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
2789 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in lowerGlobalTLSAddress()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp92 MCP = MF.getConstantPool(); in runOnMachineFunction()
H A DMipsConstantIslandPass.cpp444 MCP = mf.getConstantPool(); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp375 auto *ConstantPool = MF.getConstantPool(); in initializeMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp398 SDValue CP = LowerConstantPool(DAG.getConstantPool(CV, VecTy, Align), DAG); in buildHvxVectorReg()
400 MachinePointerInfo::getConstantPool(MF), Align); in buildHvxVectorReg()

12