Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILResource.cpp26 bool ResourceInfo::isTyped() const { in isTyped() function in ResourceInfo
70 assert(RI.isTyped() && !(RI.isStruct() || RI.isMultiSample()) && in SRV()
126 assert(RI.isTyped() && !(RI.isStruct() || RI.isMultiSample()) && in UAV()
256 if (isTyped() && Typed != RHS.Typed) in operator ==()
314 } else if (isTyped()) { in getAsMetadata()
357 else if (isTyped()) { in getAnnotateProps()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDXILResource.h111 bool isTyped() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h225 virtual bool isTyped() const { return false; } in isTyped() function
H A DLVElement.h175 bool isTyped() const override { return ElementType != nullptr; } in isTyped() function
H A DLVOptions.h517 (Element->isTyped() && in resolveGenericPatternMatch()