Home
last modified time | relevance | path

Searched refs:TG1 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/test/Dialect/Vector/
Dvector-transforms.mlir9 // CHECK-NEXT: %[[TG1:.*]] = vector.tuple_get %[[ES1]], 0 : tuple<vector<2x2xf32>, vector<2x2xf32>>
11 // CHECK-NEXT: %[[A1:.*]] = addf %[[TG1]], %[[TG2]] : vector<2x2xf32>
28 // CHECK-NEXT: %[[TG1:.*]] = vector.tuple_get %[[ES1]], 0 : tuple<vector<2x2xf32>, vector<2x2xf32>,…
30 // CHECK-NEXT: %[[A1:.*]] = addf %[[TG1]], %[[TG2]] : vector<2x2xf32>
91 // CHECK-NEXT: %[[TG1:.*]] = vector.tuple_get %[[ES1]], 0 : tuple<vector<2x2xf32>, vector<2x2xf32>,…
96 … #map1, #map2], iterator_types = ["parallel", "parallel", "reduction"]} %[[TG1]], %[[TG2]], %[[TG3…
115 … #map1, #map2], iterator_types = ["parallel", "parallel", "reduction"]} %[[TG1]], %[[TG14]], %[[TG…
186 // CHECK-NEXT: %[[TG1:.*]] = vector.tuple_get %[[ES1]], 0 : tuple<vector<2x2xf32>, vector<2x2xf32>>
191 … #map3, #map0], iterator_types = ["parallel", "reduction", "parallel"]} %[[TG1]], %[[TG2]], %[[TG3…
198 … #map3, #map0], iterator_types = ["parallel", "reduction", "parallel"]} %[[TG1]], %[[TG6]], %[[TG7…
/external/swiftshader/src/Device/
DETC_Decoder.cpp230 unsigned char TG1 : 4; member
487 int g1 = extend_4to8bits(TG1); in decodeTBlock()
/external/swiftshader/src/Renderer/
DETC_Decoder.cpp231 unsigned char TG1 : 4; member
490 int g1 = extend_4to8bits(TG1); in decodeTBlock()
/external/angle/src/image_util/
Dloadimage_etc.cpp257 unsigned char TG1 : 4; member
552 int g1 = extend_4to8bits(block.TG1); in decodeTBlock()
1216 int g1 = extend_4to8bits(block.TG1); in transcodeTBlockToBC1()