Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h68 SmallSet<Capability::Capability, 8> AllCaps; member
85 AllCaps.clear(); in clear()
H A DSPIRVModuleAnalysis.cpp412 AllCaps.insert(Cap); in pruneCapabilities()
424 bool IsNewlyInserted = AllCaps.insert(Cap).second; in addCapabilities()
532 if (AllCaps.contains(IfPresent)) in removeCapabilityIf()
533 AllCaps.erase(ToRemove); in removeCapabilityIf()