Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp86 CapabilityList ReqCaps = getSymbolicOperandCapabilities(Category, i); in getSymbolicOperandRequirements() local
88 if (ReqCaps.empty()) { in getSymbolicOperandRequirements()
95 if (ReqCaps.size() == 1) { in getSymbolicOperandRequirements()
96 auto Cap = ReqCaps[0]; in getSymbolicOperandRequirements()
107 for (auto Cap : ReqCaps) in getSymbolicOperandRequirements()