| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | ConstantPools.cpp | 79 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool() function in AssemblerConstantPools 112 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection() 118 if (ConstantPool *CP = getConstantPool(Section)) in clearCacheForCurrentSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | PseudoSourceValueManager.h | 51 const PseudoSourceValue *getConstantPool();
|
| H A D | MachineMemOperand.h | 98 static MachinePointerInfo getConstantPool(MachineFunction &MF);
|
| H A D | MachineFunction.h | 748 MachineConstantPool *getConstantPool() { return ConstantPool; } 749 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
| H A D | SelectionDAG.h | 734 SDValue getConstantPool(const Constant *C, EVT VT, 740 return getConstantPool(C, VT, Align, Offset, true, TargetFlags); 742 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT, 748 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | ConstantPools.h | 96 ConstantPool *getConstantPool(MCSection *Section);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYAsmPrinter.cpp | 44 MCP = MF.getConstantPool(); in runOnMachineFunction() 212 const Constant *C = cast<CSKYConstantPoolConstant>(CCPV)->getConstantPool(); in emitMachineConstantPoolValue()
|
| H A D | CSKYConstantPoolValue.cpp | 110 const Constant *CSKYConstantPoolConstant::getConstantPool() const { in getConstantPool() function in CSKYConstantPoolConstant
|
| H A D | CSKYConstantPoolValue.h | 125 const Constant *getConstantPool() const;
|
| H A D | CSKYInstrInfo.cpp | 568 MachineConstantPool *MCP = MF.getConstantPool(); in getGlobalBaseReg() 588 MF.getMachineMemOperand(MachinePointerInfo::getConstantPool(MF), in getGlobalBaseReg()
|
| H A D | CSKYFrameLowering.cpp | 281 FnSize += MF.getConstantPool()->getConstants().size() * 4; in EstimateFunctionSizeInBytes()
|
| H A D | CSKYConstantIslandPass.cpp | 289 MCP = Mf.getConstantPool(); in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PseudoSourceValue.cpp | 115 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() { in getConstantPool() function in PseudoSourceValueManager
|
| H A D | MachineOperand.cpp | 1056 MachinePointerInfo MachinePointerInfo::getConstantPool(MachineFunction &MF) { in getConstantPool() function in MachinePointerInfo 1057 return MachinePointerInfo(MF.getPSVManager().getConstantPool()); in getConstantPool()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstructionSelector.cpp | 636 auto ConstPool = MF.getConstantPool(); in selectGlobal() 646 MachinePointerInfo::getConstantPool(MF), MachineMemOperand::MOLoad, in selectGlobal() 996 auto ConstPool = MF.getConstantPool(); in select() 1003 MF.getMachineMemOperand(MachinePointerInfo::getConstantPool(MF), in select()
|
| H A D | ThumbRegisterInfo.cpp | 70 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() 89 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
|
| H A D | ARMBaseRegisterInfo.cpp | 502 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
| H A D | ARMAsmPrinter.cpp | 115 MCP = MF.getConstantPool(); in runOnMachineFunction() 1376 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelDAGToDAG.cpp | 162 MF->getMachineMemOperand(MachinePointerInfo::getConstantPool(*MF), in Select()
|
| H A D | XCoreInstrInfo.cpp | 440 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupVectorConstants.cpp | 230 MachineConstantPool *CP = MI.getParent()->getParent()->getConstantPool(); in processInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 337 DAG.getConstantPool(LLVMC, TLI.getPointerTy(DAG.getDataLayout())); in ExpandConstantFP() 342 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), VT, in ExpandConstantFP() 348 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), Alignment); in ExpandConstantFP() 356 SDValue CPIdx = DAG.getConstantPool(CP->getConstantIntValue(), in ExpandConstant() 361 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), Alignment); in ExpandConstant() 1987 DAG.getConstantPool(CP, TLI.getPointerTy(DAG.getDataLayout())); in ExpandBUILD_VECTOR() 1991 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandBUILD_VECTOR() 2804 DAG.getConstantPool(FudgeFactor, TLI.getPointerTy(DAG.getDataLayout())); in ExpandLegalINT_TO_FP() 2812 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandLegalINT_TO_FP() 2817 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), MVT::f32, in ExpandLegalINT_TO_FP()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 606 assert(MF->getConstantPool()->getConstants().empty() && in emitConstantPool()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 89 MCP = MF.getConstantPool(); in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86InstructionSelector.cpp | 1497 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Alignment); in materializeFP() 1510 MachinePointerInfo::getConstantPool(MF), MachineMemOperand::MOLoad, in materializeFP()
|