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.cpp87 ExtensionList ReqExts = getSymbolicOperandExtensions(Category, i); in getSymbolicOperandRequirements() local
89 if (ReqExts.empty()) { in getSymbolicOperandRequirements()
98 return {true, {Cap}, ReqExts, ReqMinVer, ReqMaxVer}; in getSymbolicOperandRequirements()
113 return {true, {Cap}, ReqExts, ReqMinVer, ReqMaxVer}; in getSymbolicOperandRequirements()
120 if (llvm::all_of(ReqExts, [&ST](const SPIRV::Extension::Extension &Ext) { in getSymbolicOperandRequirements()
125 ReqExts, in getSymbolicOperandRequirements()