Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp390 bool ResourceTypeInfo::isTyped() const { in isTyped() function in ResourceTypeInfo
534 assert(isTyped() && "Not typed"); in getTyped()
575 if (isTyped() && RHS.isTyped() && getTyped() < RHS.getTyped()) in operator <()
603 } else if (isTyped()) { in print()
676 } else if (RTI.isTyped()) { in getAsMetadata()
724 else if (RTI.isTyped()) { in getAnnotateProps()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp219 else if (TypeInfo.isTyped()) in addResourcesForPSV()
236 else if (TypeInfo.isTyped()) in addResourcesForPSV()
H A DDXILPrettyPrinter.cpp51 if (RI.isTyped()) { in getFormatName()
H A DDXILShaderFlags.cpp190 if (RTI.isTyped()) in updateFunctionFlags()
H A DDXILResourceAccess.cpp31 if (RTI.isTyped()) { in calculateGEPOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h226 virtual bool isTyped() const { return false; } in isTyped() function
H A DLVElement.h183 bool isTyped() const override { return ElementType != nullptr; } in isTyped() function
H A DLVOptions.h520 (Element->isTyped() && in resolveGenericPatternMatch()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h310 LLVM_ABI bool isTyped() const;