Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrettyPrinter.cpp244 FormatResourceDimension Dim(RTI, RI.hasCounter()); in prettyPrintResources()
H A DDXContainerGlobals.cpp232 if (RI.hasCounter()) in addResourcesForPSV()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp659 MDVals.push_back(getBoolMD(hasCounter())); in getAsMetadata()
703 SamplerCmpOrHasCounter = hasCounter(); in getAnnotateProps()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h384 bool hasCounter() const { in hasCounter() function