Lines Matching refs:inst
1947 std::string inst =
1948 "%inst = OpVectorExtractDynamic %" + type + " %ld_" + type + "2 %int_0\n";
1949 generator.after_types_ += inst;
1960 std::string inst = "%inst = OpVectorInsertDynamic %" + type + "2 %ld_" +
1962 generator.after_types_ += inst;
1973 std::string inst = "%inst = OpVectorShuffle %" + type + "2 %ld_" + type +
1975 generator.after_types_ += inst;
1986 std::string inst = "%inst = OpCompositeConstruct %" + type + "2 %ld_" + type +
1988 generator.after_types_ += inst;
2000 std::string inst =
2001 "%inst = OpCompositeExtract %" + type + " %ld_" + type + "2 0\n";
2002 generator.after_types_ += inst;
2014 std::string inst = "%inst = OpCompositeInsert %" + type + "2 %ld_" + type +
2016 generator.after_types_ += inst;
2028 std::string inst = "%inst = OpCopyObject %" + type + "2 %ld_" + type + "2\n";
2029 generator.after_types_ += inst;
2063 %inst = OpTranspose %mat2x2 %ld