Home
last modified time | relevance | path

Searched refs:isMesaGfxShader (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp153 } else if (ST.isMesaGfxShader(F)) { in SIMachineFunctionInfo()
DSIFrameLowering.cpp311 assert(ST.isAmdCodeObjectV2(F) || ST.isMesaGfxShader(F)); in emitEntryFunctionPrologue()
434 if (ST.isMesaGfxShader(Fn) in emitEntryFunctionScratchSetup()
DAMDGPUSubtarget.h644 bool isMesaGfxShader(const Function &F) const { in isMesaGfxShader() function