/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | ConstantPools.cpp | 66 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool() function in AssemblerConstantPools 99 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection() 105 if (ConstantPool *CP = getConstantPool(Section)) in clearCacheForCurrentSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | ConstantPools.h | 95 ConstantPool *getConstantPool(MCSection *Section);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | PseudoSourceValue.cpp | 120 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() { in getConstantPool() function in PseudoSourceValueManager
|
H A D | MachineOperand.cpp | 989 MachinePointerInfo MachinePointerInfo::getConstantPool(MachineFunction &MF) { in getConstantPool() function in MachinePointerInfo 990 return MachinePointerInfo(MF.getPSVManager().getConstantPool()); in getConstantPool()
|
H A D | MIRPrinter.cpp | 227 if (const auto *ConstantPool = MF.getConstantPool()) in print()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | PseudoSourceValue.h | 180 const PseudoSourceValue *getConstantPool();
|
H A D | MachineMemOperand.h | 97 static MachinePointerInfo getConstantPool(MachineFunction &MF);
|
H A D | MachineFunction.h | 590 MachineConstantPool *getConstantPool() { return ConstantPool; } 591 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
H A D | SelectionDAG.h | 696 SDValue getConstantPool(const Constant *C, EVT VT, MaybeAlign Align = None, 702 return getConstantPool(C, VT, Align, Offset, true, TargetFlags); 704 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT, 710 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
|
/netbsd-src/external/apache2/llvm/dist/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 | 483 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
H A D | ARMAsmPrinter.cpp | 118 MCP = MF.getConstantPool(); in runOnMachineFunction() 1257 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
|
H A D | ARMFrameLowering.cpp | 1607 FnSize += MF.getConstantPool()->getConstants().size() * 4; in EstimateFunctionSizeInBytes() 2551 MachineConstantPool *MCP = MF.getConstantPool(); in adjustForSegmentedStacks()
|
H A D | ARMISelLowering.cpp | 2505 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerCall() 2519 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerCall() 2571 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerCall() 3300 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerBlockAddress() 3426 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerGlobalTLSAddressWindows() 3448 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerToTLSGeneralDynamicModel() 3499 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerToTLSExecModels() 3507 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerToTLSExecModels() 3517 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerToTLSExecModels() 3730 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerGlobalAddressELF() [all …]
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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() 1920 DAG.getConstantPool(CP, TLI.getPointerTy(DAG.getDataLayout())); in ExpandBUILD_VECTOR() 1924 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandBUILD_VECTOR() 2477 DAG.getConstantPool(FudgeFactor, TLI.getPointerTy(DAG.getDataLayout())); in ExpandLegalINT_TO_FP() 2485 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandLegalINT_TO_FP() 2490 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), MVT::f32, in ExpandLegalINT_TO_FP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAsmPrinter.cpp | 447 assert(MF->getConstantPool()->getConstants().empty() && in emitConstantPool()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 545 LowerConstantPool(DAG.getConstantPool(CV, VecTy, Alignment), DAG); in buildHvxVectorReg() 547 MachinePointerInfo::getConstantPool(MF), Alignment); in buildHvxVectorReg() 1195 LowerConstantPool(DAG.getConstantPool(CV, ByteTy, Alignment), DAG); in compressHvxPred() 1198 MachinePointerInfo::getConstantPool(MF), Alignment); in compressHvxPred()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstructionSelector.cpp | 1401 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Alignment); in materializeFP() 1414 MachinePointerInfo::getConstantPool(MF), MachineMemOperand::MOLoad, in materializeFP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.cpp | 93 MCP = MF.getConstantPool(); in runOnMachineFunction()
|
H A D | MipsConstantIslandPass.cpp | 438 MCP = mf.getConstantPool(); in runOnMachineFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 455 auto *ConstantPool = MF.getConstantPool(); in initializeMachineFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 3163 Offset = DAG.getConstantPool(CPV, PtrVT, Align(8)); in lowerGlobalTLSAddress() 3166 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in lowerGlobalTLSAddress() 3178 Offset = DAG.getConstantPool(CPV, PtrVT, Align(8)); in lowerGlobalTLSAddress() 3181 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in lowerGlobalTLSAddress() 3196 SDValue DTPOffset = DAG.getConstantPool(CPV, PtrVT, Align(8)); in lowerGlobalTLSAddress() 3199 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in lowerGlobalTLSAddress() 3221 Offset = DAG.getConstantPool(CPV, PtrVT, Align(8)); in lowerGlobalTLSAddress() 3224 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in lowerGlobalTLSAddress()
|