| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | ConstantPools.cpp | 80 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/lib/CodeGen/ |
| H A D | StaticDataSplitter.cpp | 197 getConstant(Op, MF.getTarget(), MF.getConstantPool())) { in partitionStaticDataWithProfiles() 247 getConstant(Op, MF.getTarget(), MF.getConstantPool())) in annotateStaticDataWithoutProfiles()
|
| H A D | PseudoSourceValue.cpp | 116 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() { in getConstantPool() function in PseudoSourceValueManager
|
| H A D | MachineOperand.cpp | 1071 MachinePointerInfo MachinePointerInfo::getConstantPool(MachineFunction &MF) { in getConstantPool() function in MachinePointerInfo 1072 return MachinePointerInfo(MF.getPSVManager().getConstantPool()); in getConstantPool()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | PseudoSourceValueManager.h | 52 LLVM_ABI const PseudoSourceValue *getConstantPool();
|
| H A D | MachineMemOperand.h | 100 LLVM_ABI static MachinePointerInfo getConstantPool(MachineFunction &MF);
|
| H A D | MachineFunction.h | 784 MachineConstantPool *getConstantPool() { return ConstantPool; } 785 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
| H A D | SelectionDAG.h | 777 LLVM_ABI SDValue getConstantPool(const Constant *C, EVT VT, 784 return getConstantPool(C, VT, Align, Offset, true, TargetFlags); 786 LLVM_ABI SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT, 793 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | ConstantPools.h | 101 ConstantPool *getConstantPool(MCSection *Section);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYAsmPrinter.cpp | 44 MCP = MF.getConstantPool(); in runOnMachineFunction() 213 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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstructionSelector.cpp | 638 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 D | ThumbRegisterInfo.cpp | 68 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() 87 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelDAGToDAG.cpp | 163 MF->getMachineMemOperand(MachinePointerInfo::getConstantPool(*MF), in Select()
|
| H A D | XCoreInstrInfo.cpp | 439 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaISelLowering.cpp | 703 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerCall() 957 SDValue CP = DAG.getConstantPool(CV, MVT::i32); in LowerImmediate() 976 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerGlobalAddress() 1016 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerGlobalTLSAddress() 1048 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerBlockAddress() 1095 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerJumpTable()
|
| H A D | XtensaAsmPrinter.cpp | 147 const MachineConstantPool *MCP = MF->getConstantPool(); in emitConstantPool()
|
| H A D | XtensaInstrInfo.cpp | 184 MachineConstantPool *MCP = MBB.getParent()->getConstantPool(); in loadImmediate() 494 MachineConstantPool *ConstantPool = MF->getConstantPool(); in insertIndirectBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86LegalizerInfo.cpp | 720 MF.getConstantPool()->getConstantPoolIndex(ConstVal, Alignment)); in legalizeBuildVector() 722 MF.getMachineMemOperand(MachinePointerInfo::getConstantPool(MF), in legalizeBuildVector()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 606 assert(MF->getConstantPool()->getConstants().empty() && in emitConstantPool()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 363 DAG.getConstantPool(LLVMC, TLI.getPointerTy(DAG.getDataLayout())); in ExpandConstantFP() 368 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), VT, in ExpandConstantFP() 374 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), Alignment); in ExpandConstantFP() 382 SDValue CPIdx = DAG.getConstantPool(CP->getConstantIntValue(), in ExpandConstant() 387 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), Alignment); in ExpandConstant() 2066 DAG.getConstantPool(CP, TLI.getPointerTy(DAG.getDataLayout())); in ExpandBUILD_VECTOR() 2070 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandBUILD_VECTOR() 2854 DAG.getConstantPool(FudgeFactor, TLI.getPointerTy(DAG.getDataLayout())); in ExpandLegalINT_TO_FP() 2862 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandLegalINT_TO_FP() 2867 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), MVT::f32, in ExpandLegalINT_TO_FP()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupVectorConstants.cpp | 342 MachineConstantPool *CP = MI.getParent()->getParent()->getConstantPool(); in processInstruction()
|