Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp80 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool() function in AssemblerConstantPools
113 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection()
119 if (ConstantPool *CP = getConstantPool(Section)) in clearCacheForCurrentSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValueManager.h51 const PseudoSourceValue *getConstantPool();
H A DPseudoSourceValue.h
H A DMachineMemOperand.h99 static MachinePointerInfo getConstantPool(MachineFunction &MF);
H A DMachineFunction.h749 MachineConstantPool *getConstantPool() { return ConstantPool; }
750 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
H A DSelectionDAG.h748 SDValue getConstantPool(const Constant *C, EVT VT,
754 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
756 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
762 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DConstantPools.h101 ConstantPool *getConstantPool(MCSection *Section);
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp44 MCP = MF.getConstantPool(); in runOnMachineFunction()
212 const Constant *C = cast<CSKYConstantPoolConstant>(CCPV)->getConstantPool(); in emitMachineConstantPoolValue()
H A DCSKYConstantPoolValue.cpp110 const Constant *CSKYConstantPoolConstant::getConstantPool() const { in getConstantPool() function in CSKYConstantPoolConstant
H A DCSKYConstantPoolValue.h125 const Constant *getConstantPool() const;
H A DCSKYInstrInfo.cpp568 MachineConstantPool *MCP = MF.getConstantPool(); in getGlobalBaseReg()
588 MF.getMachineMemOperand(MachinePointerInfo::getConstantPool(MF), in getGlobalBaseReg()
H A DCSKYFrameLowering.cpp281 FnSize += MF.getConstantPool()->getConstants().size() * 4; in EstimateFunctionSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp116 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() { in getConstantPool() function in PseudoSourceValueManager
H A DMachineOperand.cpp1056 MachinePointerInfo MachinePointerInfo::getConstantPool(MachineFunction &MF) { in getConstantPool() function in MachinePointerInfo
1057 return MachinePointerInfo(MF.getPSVManager().getConstantPool()); in getConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp638 auto ConstPool = MF.getConstantPool(); in selectGlobal()
648 MachinePointerInfo::getConstantPool(MF), MachineMemOperand::MOLoad, in selectGlobal()
1007 auto ConstPool = MF.getConstantPool(); in select()
1014 MF.getMachineMemOperand(MachinePointerInfo::getConstantPool(MF), in select()
H A DThumbRegisterInfo.cpp70 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool()
89 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
H A DARMBaseRegisterInfo.cpp502 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.cpp173 MachineConstantPool *MCP = MBB.getParent()->getConstantPool(); in loadImmediate()
H A DXtensaAsmPrinter.cpp140 const MachineConstantPool *MCP = MF->getConstantPool(); in emitConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86LegalizerInfo.cpp637 MF.getConstantPool()->getConstantPoolIndex(ConstVal, Alignment)); in legalizeBuildVector()
639 MF.getMachineMemOperand(MachinePointerInfo::getConstantPool(MF), in legalizeBuildVector()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp169 MF->getMachineMemOperand(MachinePointerInfo::getConstantPool(*MF), in Select()
H A DXCoreInstrInfo.cpp440 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp353 DAG.getConstantPool(LLVMC, TLI.getPointerTy(DAG.getDataLayout())); in ExpandConstantFP()
358 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), VT, in ExpandConstantFP()
364 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), Alignment); in ExpandConstantFP()
372 SDValue CPIdx = DAG.getConstantPool(CP->getConstantIntValue(), in ExpandConstant()
377 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), Alignment); in ExpandConstant()
2002 DAG.getConstantPool(CP, TLI.getPointerTy(DAG.getDataLayout())); in ExpandBUILD_VECTOR()
2006 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandBUILD_VECTOR()
2827 DAG.getConstantPool(FudgeFactor, TLI.getPointerTy(DAG.getDataLayout())); in ExpandLegalINT_TO_FP()
2835 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandLegalINT_TO_FP()
2840 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), MVT::f32, in ExpandLegalINT_TO_FP()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp606 assert(MF->getConstantPool()->getConstants().empty() && in emitConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp335 MachineConstantPool *CP = MI.getParent()->getParent()->getConstantPool(); in processInstruction()

123