Home
last modified time | relevance | path

Searched refs:getConstantPool (Results 1 – 25 of 52) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DConstantPools.cpp66 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()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp151 ConstantList getConstantPool() const { in getConstantPool() function in Ice::__anond31309eb0111::TypePool
651 for (auto *C : getConstPool()->WhichPool.getConstantPool()) { \ in dumpConstantLookupCounts()
771 ConstantList GlobalContext::getConstantPool(Type Ty) { in getConstantPool() function in Ice::GlobalContext
775 return getConstPool()->Integers8.getConstantPool(); in getConstantPool()
777 return getConstPool()->Integers16.getConstantPool(); in getConstantPool()
779 return getConstPool()->Integers32.getConstantPool(); in getConstantPool()
781 return getConstPool()->Integers64.getConstantPool(); in getConstantPool()
783 return getConstPool()->Floats.getConstantPool(); in getConstantPool()
785 return getConstPool()->Doubles.getConstantPool(); in getConstantPool()
803 return getConstPool()->ExternRelocatables.getConstantPool(); in getConstantExternSyms()
DIceGlobalContext.h258 ConstantList getConstantPool(Type Ty);
DIceELFObjectWriter.cpp513 ConstantList Pool = Ctx.getConstantPool(Ty); in writeConstantPool()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DConstantPools.h96 ConstantPool *getConstantPool(MCSection *Section);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPseudoSourceValue.cpp120 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() { in getConstantPool() function in PseudoSourceValueManager
DMachineOperand.cpp978 MachinePointerInfo MachinePointerInfo::getConstantPool(MachineFunction &MF) { in getConstantPool() function in MachinePointerInfo
979 return MachinePointerInfo(MF.getPSVManager().getConstantPool()); in getConstantPool()
DMIRPrinter.cpp219 if (const auto *ConstantPool = MF.getConstantPool()) in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h181 const PseudoSourceValue *getConstantPool();
DMachineMemOperand.h96 static MachinePointerInfo getConstantPool(MachineFunction &MF);
DMachineFunction.h501 MachineConstantPool *getConstantPool() { return ConstantPool; }
502 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
DSelectionDAG.h663 SDValue getConstantPool(const Constant *C, EVT VT, unsigned Align = 0,
668 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
670 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
676 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp638 auto ConstPool = MF.getConstantPool(); in selectGlobal()
648 MachinePointerInfo::getConstantPool(MF), MachineMemOperand::MOLoad, in selectGlobal()
998 auto ConstPool = MF.getConstantPool(); in select()
1005 MF.getMachineMemOperand(MachinePointerInfo::getConstantPool(MF), in select()
DThumbRegisterInfo.cpp70 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool()
89 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
DARMBaseRegisterInfo.cpp464 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
DARMAsmPrinter.cpp108 MCP = MF.getConstantPool(); in runOnMachineFunction()
1196 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
DARMISelLowering.cpp2334 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerCall()
2348 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerCall()
2400 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerCall()
3078 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerBlockAddress()
3204 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerGlobalTLSAddressWindows()
3226 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerToTLSGeneralDynamicModel()
3277 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerToTLSExecModels()
3285 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerToTLSExecModels()
3295 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerToTLSExecModels()
3512 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in LowerGlobalAddressELF()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp154 MF->getMachineMemOperand(MachinePointerInfo::getConstantPool(*MF), in Select()
DXCoreInstrInfo.cpp443 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp281 assert(MF->getConstantPool()->getConstants().empty() && in EmitConstantPool()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp330 DAG.getConstantPool(LLVMC, TLI.getPointerTy(DAG.getDataLayout())); in ExpandConstantFP()
335 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), VT, in ExpandConstantFP()
341 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), Alignment); in ExpandConstantFP()
349 SDValue CPIdx = DAG.getConstantPool(CP->getConstantIntValue(), in ExpandConstant()
354 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), Alignment); in ExpandConstant()
1970 DAG.getConstantPool(CP, TLI.getPointerTy(DAG.getDataLayout())); in ExpandBUILD_VECTOR()
1974 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandBUILD_VECTOR()
2456 DAG.getConstantPool(FudgeFactor, TLI.getPointerTy(DAG.getDataLayout())); in ExpandLegalINT_TO_FP()
2464 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandLegalINT_TO_FP()
2469 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), MVT::f32, in ExpandLegalINT_TO_FP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp1445 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Align); in materializeFP()
1458 MachinePointerInfo::getConstantPool(MF), MachineMemOperand::MOLoad, in materializeFP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp423 auto *ConstantPool = MF.getConstantPool(); in initializeMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp93 MCP = MF.getConstantPool(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3106 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
3109 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in lowerGlobalTLSAddress()
3121 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
3124 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in lowerGlobalTLSAddress()
3139 SDValue DTPOffset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
3142 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in lowerGlobalTLSAddress()
3164 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
3167 MachinePointerInfo::getConstantPool(DAG.getMachineFunction())); in lowerGlobalTLSAddress()

123