Searched refs:isMesaGfxShader (Results 1 – 3 of 3) sorted by relevance
153 } else if (ST.isMesaGfxShader(F)) { in SIMachineFunctionInfo()
311 assert(ST.isAmdCodeObjectV2(F) || ST.isMesaGfxShader(F)); in emitEntryFunctionPrologue()434 if (ST.isMesaGfxShader(Fn) in emitEntryFunctionScratchSetup()
644 bool isMesaGfxShader(const Function &F) const { in isMesaGfxShader() function