Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.cpp117 return AvailableExtInstSets.contains(E); in canUseExtInstSet()
147 AvailableExtInstSets.insert( in accountForAMDShaderTrinaryMinmax()
155 AvailableExtInstSets.clear(); in initAvailableExtInstSets()
157 AvailableExtInstSets.insert(SPIRV::InstructionSet::GLSL_std_450); in initAvailableExtInstSets()
159 AvailableExtInstSets.insert(SPIRV::InstructionSet::OpenCL_std); in initAvailableExtInstSets()
H A DSPIRVSubtarget.h49 SmallSet<SPIRV::InstructionSet::InstructionSet, 4> AvailableExtInstSets; variable