Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp66 CapabilityList ReqCaps = getSymbolicOperandCapabilities(Category, i); in getSymbolicOperandRequirements() local
68 if (ReqCaps.empty()) { in getSymbolicOperandRequirements()
75 for (auto Cap : ReqCaps) { // Only need 1 of the capabilities to work. in getSymbolicOperandRequirements()