Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILResource.cpp331 bool IsUAV = isUAV(); in getAnnotateProps() local
332 bool IsROV = IsUAV && UAVFlags.IsROV; in getAnnotateProps()
333 bool IsGloballyCoherent = IsUAV && UAVFlags.GloballyCoherent; in getAnnotateProps()
335 if (IsUAV) in getAnnotateProps()
345 Word0 |= (IsUAV & 1) << 12; in getAnnotateProps()