| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | ConstantPools.h | 96 ConstantPool *getConstantPool(MCSection *Section);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | PseudoSourceValue.cpp | 114 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() { in getConstantPool() function in PseudoSourceValueManager
|
| H A D | MachineOperand.cpp | 1000 MachinePointerInfo MachinePointerInfo::getConstantPool(MachineFunction &MF) { in getConstantPool() function in MachinePointerInfo 1001 return MachinePointerInfo(MF.getPSVManager().getConstantPool()); in getConstantPool()
|
| H A D | MIRPrinter.cpp | 231 if (const auto *ConstantPool = MF.getConstantPool()) in print()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | PseudoSourceValue.h | 179 const PseudoSourceValue *getConstantPool();
|
| H A D | MachineMemOperand.h | 97 static MachinePointerInfo getConstantPool(MachineFunction &MF);
|
| H A D | MachineFunction.h | 688 MachineConstantPool *getConstantPool() { return ConstantPool; } 689 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
| H A D | SelectionDAG.h | 711 SDValue getConstantPool(const Constant *C, EVT VT, MaybeAlign Align = None, 717 return getConstantPool(C, VT, Align, Offset, true, TargetFlags); 719 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT, 725 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
|
| /llvm-project-15.0.7/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 | 118 MCP = MF.getConstantPool(); in runOnMachineFunction() 1303 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.cpp | 566 MachineConstantPool *MCP = MF.getConstantPool(); in getGlobalBaseReg() 586 MF.getMachineMemOperand(MachinePointerInfo::getConstantPool(MF), in getGlobalBaseReg()
|
| H A D | CSKYAsmPrinter.cpp | 44 MCP = MF.getConstantPool(); in runOnMachineFunction()
|
| 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()
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreISelDAGToDAG.cpp | 154 MF->getMachineMemOperand(MachinePointerInfo::getConstantPool(*MF), in Select()
|
| H A D | XCoreInstrInfo.cpp | 443 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 327 DAG.getConstantPool(LLVMC, TLI.getPointerTy(DAG.getDataLayout())); in ExpandConstantFP() 332 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), VT, in ExpandConstantFP() 338 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), Alignment); in ExpandConstantFP() 346 SDValue CPIdx = DAG.getConstantPool(CP->getConstantIntValue(), in ExpandConstant() 351 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), Alignment); in ExpandConstant() 1960 DAG.getConstantPool(CP, TLI.getPointerTy(DAG.getDataLayout())); in ExpandBUILD_VECTOR() 1964 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandBUILD_VECTOR() 2502 DAG.getConstantPool(FudgeFactor, TLI.getPointerTy(DAG.getDataLayout())); in ExpandLegalINT_TO_FP() 2510 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandLegalINT_TO_FP() 2515 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), MVT::f32, in ExpandLegalINT_TO_FP()
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/ |
| H A D | ReducerWorkItem.cpp | 161 NewPtrInfo.V = PSVMgr.getConstantPool(); in cloneMemOperands()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 561 assert(MF->getConstantPool()->getConstants().empty() && in emitConstantPool()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 1403 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Alignment); in materializeFP() 1416 MachinePointerInfo::getConstantPool(MF), MachineMemOperand::MOLoad, in materializeFP()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 675 LowerConstantPool(DAG.getConstantPool(CV, VecTy, Alignment), DAG); in buildHvxVectorReg() 677 MachinePointerInfo::getConstantPool(MF), Alignment); in buildHvxVectorReg() 1375 LowerConstantPool(DAG.getConstantPool(CV, ByteTy, Alignment), DAG); in compressHvxPred() 1378 MachinePointerInfo::getConstantPool(MF), Alignment); in compressHvxPred()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 89 MCP = MF.getConstantPool(); in runOnMachineFunction()
|