Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILateBranchLowering.cpp87 bool HasDepthExports = AMDGPU::getHasDepthExport(F); in generateEndPgm()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1389 bool getHasDepthExport(const Function &F);
H A DAMDGPUBaseInfo.cpp2282 bool getHasDepthExport(const Function &F) { in getHasDepthExport() function