Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp116 bool isAmdHsaOrMesa = ST.isAmdHsaOrMesa(F); in SIMachineFunctionInfo() local
117 if (isAmdHsaOrMesa && !ST.enableFlatScratch()) in SIMachineFunctionInfo()
164 (isAmdHsaOrMesa || ST.enableFlatScratch()) && in SIMachineFunctionInfo()
H A DAMDGPUSubtarget.h136 bool isAmdHsaOrMesa(const Function &F) const { in isAmdHsaOrMesa() function
H A DSIFrameLowering.cpp632 if (ST.isAmdHsaOrMesa(F)) { in emitEntryFunctionPrologue()
763 assert(!ST.isAmdHsaOrMesa(Fn)); in emitEntryFunctionScratchRsrcRegSetup()
821 } else if (ST.isAmdHsaOrMesa(Fn)) { in emitEntryFunctionScratchRsrcRegSetup()
H A DAMDGPUAsmPrinter.cpp283 if (MFI->isEntryFunction() && STM.isAmdHsaOrMesa(MF->getFunction())) { in emitFunctionEntryLabel()
H A DSIISelLowering.cpp2271 if (RequiresStackAccess && ST.isAmdHsaOrMesa(MF.getFunction())) { in reservePrivateMemoryRegs()
6850 if (getSubtarget()->isAmdHsaOrMesa(MF.getFunction())) in LowerINTRINSIC_WO_CHAIN()
6857 if (!Subtarget->isAmdHsaOrMesa(MF.getFunction())) { in LowerINTRINSIC_WO_CHAIN()