Lines Matching refs:InstructionSet
33 InstructionSet::InstructionSet Set;
62 InstructionSet::InstructionSet Set;
116 InstructionSet::InstructionSet Set;
126 InstructionSet::InstructionSet Set;
135 InstructionSet::InstructionSet Set;
145 InstructionSet::InstructionSet Set;
156 using namespace InstructionSet;
222 SPIRV::InstructionSet::InstructionSet Set, in lookupBuiltin()
251 if (Set == SPIRV::InstructionSet::OpenCL_std) in lookupBuiltin()
253 else if (Set == SPIRV::InstructionSet::GLSL_std_450) in lookupBuiltin()
261 if (Set == SPIRV::InstructionSet::OpenCL_std) in lookupBuiltin()
263 else if (Set == SPIRV::InstructionSet::GLSL_std_450) in lookupBuiltin()
270 if (Set == SPIRV::InstructionSet::OpenCL_std || in lookupBuiltin()
271 Set == SPIRV::InstructionSet::GLSL_std_450) in lookupBuiltin()
1021 .addImm(static_cast<uint32_t>(SPIRV::InstructionSet::OpenCL_std)) in generateExtInst()
2361 .addImm(static_cast<uint32_t>(SPIRV::InstructionSet::OpenCL_std)) in generateVectorLoadStoreInst()
2421 SPIRV::InstructionSet::InstructionSet Set) { in mapBuiltinToOpcode()
2486 SPIRV::InstructionSet::InstructionSet Set, in lowerBuiltin()