Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp334 bool hasBuiltinTypePrefix(StringRef Name) { in hasBuiltinTypePrefix() function
343 return hasBuiltinTypePrefix(SType->getName()); in isSpecialOpaqueType()
347 return hasBuiltinTypePrefix(EType->getName()); in isSpecialOpaqueType()
H A DSPIRVUtils.h96 bool hasBuiltinTypePrefix(StringRef Name);
H A DSPIRVGlobalRegistry.cpp953 if (hasBuiltinTypePrefix(TypeStr)) in getOrCreateSPIRVTypeByName()