Lines Matching refs:InstructionSet
32 InstructionSet::InstructionSet Set;
59 InstructionSet::InstructionSet Set;
87 InstructionSet::InstructionSet Set;
97 InstructionSet::InstructionSet Set;
106 InstructionSet::InstructionSet Set;
115 InstructionSet::InstructionSet Set;
125 using namespace InstructionSet;
153 SPIRV::InstructionSet::InstructionSet Set, in lookupBuiltin()
201 if (Set == SPIRV::InstructionSet::OpenCL_std) in lookupBuiltin()
203 else if (Set == SPIRV::InstructionSet::GLSL_std_450) in lookupBuiltin()
211 if (Set == SPIRV::InstructionSet::OpenCL_std) in lookupBuiltin()
213 else if (Set == SPIRV::InstructionSet::GLSL_std_450) in lookupBuiltin()
220 if (Set == SPIRV::InstructionSet::OpenCL_std || in lookupBuiltin()
221 Set == SPIRV::InstructionSet::GLSL_std_450) in lookupBuiltin()
807 .addImm(static_cast<uint32_t>(SPIRV::InstructionSet::OpenCL_std)) in generateExtInst()
1845 .addImm(static_cast<uint32_t>(SPIRV::InstructionSet::OpenCL_std)) in generateVectorLoadStoreInst()
1897 SPIRV::InstructionSet::InstructionSet Set, in lowerBuiltin()