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.h70 SmallSet<Capability::Capability, 8> AllCaps; member
87 AllCaps.clear(); in clear()
H A DSPIRVModuleAnalysis.cpp665 AllCaps.insert(Cap); in recursiveAddCapabilities()
674 bool IsNewlyInserted = AllCaps.insert(Cap).second; in addCapabilities()
782 if (AllCaps.contains(IfPresent)) in removeCapabilityIf()
783 AllCaps.erase(ToRemove); in removeCapabilityIf()