Home
last modified time | relevance | path

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

/freebsd/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.cpp490 AllCaps.insert(Cap); in recursiveAddCapabilities()
499 bool IsNewlyInserted = AllCaps.insert(Cap).second; in addCapabilities()
607 if (AllCaps.contains(IfPresent)) in removeCapabilityIf()
608 AllCaps.erase(ToRemove); in removeCapabilityIf()