Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp696 bool IsUAV = RTI.isUAV(); in getAnnotateProps() local
698 IsUAV ? RTI.getUAV() : ResourceTypeInfo::UAVInfo{}; in getAnnotateProps()
699 bool IsROV = IsUAV && UAVFlags.IsROV; in getAnnotateProps()
700 bool IsGloballyCoherent = IsUAV && GloballyCoherent; in getAnnotateProps()
702 if (IsUAV) in getAnnotateProps()
712 Word0 |= (IsUAV & 1) << 12; in getAnnotateProps()