| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | ConstantPools.cpp | 67 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 D | ConstantPools.h | 97 ConstantPool *getConstantPool(MCSection *Section);
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | PseudoSourceValue.cpp | 121 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() { in getConstantPool() function in PseudoSourceValueManager
|
| H A D | MachineOperand.cpp | 958 MachinePointerInfo MachinePointerInfo::getConstantPool(MachineFunction &MF) { in getConstantPool() function in MachinePointerInfo 959 return MachinePointerInfo(MF.getPSVManager().getConstantPool()); in getConstantPool()
|
| H A D | MIRPrinter.cpp | 215 if (const auto *ConstantPool = MF.getConstantPool()) in print()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | PseudoSourceValue.h | 181 const PseudoSourceValue *getConstantPool();
|
| H A D | MachineMemOperand.h | 99 static MachinePointerInfo getConstantPool(MachineFunction &MF);
|
| H A D | MachineFunction.h | 479 MachineConstantPool *getConstantPool() { return ConstantPool; } 480 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
| H A D | SelectionDAG.h | 636 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 D | ThumbRegisterInfo.cpp | 71 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() 90 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
|
| H A D | ARMInstructionSelector.cpp | 581 auto ConstPool = MF.getConstantPool(); in selectGlobal() 591 MF.getMachineMemOperand(MachinePointerInfo::getConstantPool(MF), in selectGlobal()
|
| H A D | ARMBaseRegisterInfo.cpp | 446 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
| H A D | ARMAsmPrinter.cpp | 108 MCP = MF.getConstantPool(); in runOnMachineFunction() 1189 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
|
| H A D | ARMISelLowering.cpp | 2783 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 D | WebAssemblyAsmPrinter.cpp | 159 assert(MF->getConstantPool()->getConstants().empty() && in EmitConstantPool()
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreISelDAGToDAG.cpp | 154 MF->getMachineMemOperand(MachinePointerInfo::getConstantPool(*MF), in Select()
|
| H A D | XCoreInstrInfo.cpp | 444 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 315 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 D | InstrEmitter.cpp | 442 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 1442 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 D | SystemZISelLowering.cpp | 2728 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 D | MipsAsmPrinter.cpp | 92 MCP = MF.getConstantPool(); in runOnMachineFunction()
|
| H A D | MipsConstantIslandPass.cpp | 444 MCP = mf.getConstantPool(); in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 375 auto *ConstantPool = MF.getConstantPool(); in initializeMachineFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 398 SDValue CP = LowerConstantPool(DAG.getConstantPool(CV, VecTy, Align), DAG); in buildHvxVectorReg() 400 MachinePointerInfo::getConstantPool(MF), Align); in buildHvxVectorReg()
|