Home
last modified time | relevance | path

Searched refs:isAmdHsaOrMesa (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp128 bool isAmdHsaOrMesa = ST.isAmdHsaOrMesa(F); in SIMachineFunctionInfo() local
129 if (isAmdHsaOrMesa) { in SIMachineFunctionInfo()
147 if (ST.hasFlatAddressSpace() && isEntryFunction() && isAmdHsaOrMesa) { in SIMachineFunctionInfo()
DSIFrameLowering.cpp435 if (ST.isAmdHsaOrMesa(F)) { in emitEntryFunctionPrologue()
455 assert(ST.isAmdHsaOrMesa(F) || ST.isMesaGfxShader(F)); in emitEntryFunctionPrologue()
480 ST.isAmdHsaOrMesa(F) && in emitEntryFunctionPrologue()
602 assert(!ST.isAmdHsaOrMesa(Fn)); in emitEntryFunctionScratchSetup()
DAMDGPUSubtarget.h139 bool isAmdHsaOrMesa(const Function &F) const { in isAmdHsaOrMesa() function
211 return isAmdHsaOrMesa(F) ? 0 : 36; in getExplicitKernelArgOffset()
DAMDGPUAsmPrinter.cpp198 if (!STM.hasCodeObjectV3() && STM.isAmdHsaOrMesa(F) && in EmitFunctionBodyStart()
259 if (MFI->isEntryFunction() && STM.isAmdHsaOrMesa(MF->getFunction())) { in EmitFunctionEntryLabel()
DSIISelLowering.cpp1897 if (RequiresStackAccess && ST.isAmdHsaOrMesa(MF.getFunction())) { in reservePrivateMemoryRegs()
5754 if (getSubtarget()->isAmdHsaOrMesa(MF.getFunction())) in LowerINTRINSIC_WO_CHAIN()
5761 if (!Subtarget->isAmdHsaOrMesa(MF.getFunction())) { in LowerINTRINSIC_WO_CHAIN()