Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp83 ExtensionList ReqExts = getSymbolicOperandExtensions(Category, i); in getSymbolicOperandRequirements() local
85 if (ReqExts.empty()) { in getSymbolicOperandRequirements()
94 ReqExts.append(getSymbolicOperandExtensions( in getSymbolicOperandRequirements()
96 return {true, {Cap}, ReqExts, ReqMinVer, ReqMaxVer}; in getSymbolicOperandRequirements()
112 ReqExts.append(getSymbolicOperandExtensions( in getSymbolicOperandRequirements()
114 return {true, {Cap}, ReqExts, ReqMinVer, ReqMaxVer}; in getSymbolicOperandRequirements()
122 if (llvm::all_of(ReqExts, [&ST](const SPIRV::Extension::Extension &Ext) { in getSymbolicOperandRequirements()
127 ReqExts, in getSymbolicOperandRequirements()