/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.cpp | 151 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()
|
D | IceGlobalContext.h | 258 ConstantList getConstantPool(Type Ty);
|
D | IceELFObjectWriter.cpp | 513 ConstantList Pool = Ctx.getConstantPool(Ty); in writeConstantPool()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | ConstantPools.h | 96 ConstantPool *getConstantPool(MCSection *Section);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PseudoSourceValue.cpp | 120 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() { in getConstantPool() function in PseudoSourceValueManager
|
D | MachineOperand.cpp | 978 MachinePointerInfo MachinePointerInfo::getConstantPool(MachineFunction &MF) { in getConstantPool() function in MachinePointerInfo 979 return MachinePointerInfo(MF.getPSVManager().getConstantPool()); in getConstantPool()
|
D | MIRPrinter.cpp | 219 if (const auto *ConstantPool = MF.getConstantPool()) in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 181 const PseudoSourceValue *getConstantPool();
|
D | MachineMemOperand.h | 96 static MachinePointerInfo getConstantPool(MachineFunction &MF);
|
D | MachineFunction.h | 501 MachineConstantPool *getConstantPool() { return ConstantPool; } 502 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
D | SelectionDAG.h | 663 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/ |
D | ARMInstructionSelector.cpp | 638 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()
|
D | ThumbRegisterInfo.cpp | 70 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() 89 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
|
D | ARMBaseRegisterInfo.cpp | 464 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
D | ARMAsmPrinter.cpp | 108 MCP = MF.getConstantPool(); in runOnMachineFunction() 1196 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
|
D | ARMISelLowering.cpp | 2334 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/ |
D | XCoreISelDAGToDAG.cpp | 154 MF->getMachineMemOperand(MachinePointerInfo::getConstantPool(*MF), in Select()
|
D | XCoreInstrInfo.cpp | 443 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 281 assert(MF->getConstantPool()->getConstants().empty() && in EmitConstantPool()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 330 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/ |
D | X86InstructionSelector.cpp | 1445 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/ |
D | MIRParser.cpp | 423 auto *ConstantPool = MF.getConstantPool(); in initializeMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 93 MCP = MF.getConstantPool(); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 3106 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()
|