/frameworks/compile/libbcc/tests/libbcc/ |
D | test_reduce_general_cleanup.ll | 26 %struct.MinAndMax = type { %struct.IndexedVal, %struct.IndexedVal } 32 @.rs.reduce_fn.fMMInit = global i8* bitcast (void (%struct.MinAndMax*)* @fMMInit to i8*), align 4 33 @.rs.reduce_fn.fMMAccumulator = global i8* bitcast (void (%struct.MinAndMax*, float, i32)* @fMMAccu… 34 @.rs.reduce_fn.fMMCombiner = global i8* bitcast (void (%struct.MinAndMax*, %struct.MinAndMax*)* @fM… 35 @.rs.reduce_fn.fMMOutConverter = global i8* bitcast (void (<2 x i32>*, %struct.MinAndMax*)* @fMMOut… 78 define internal void @fMMInit(%struct.MinAndMax* nocapture %accum) #0 { 80 %2 = bitcast %struct.MinAndMax* %accum to i32* 82 %3 = getelementptr inbounds %struct.MinAndMax, %struct.MinAndMax* %accum, i32 0, i32 0, i32 1 85 %5 = getelementptr inbounds %struct.MinAndMax, %struct.MinAndMax* %accum, i32 0, i32 1 88 %7 = getelementptr inbounds %struct.MinAndMax, %struct.MinAndMax* %accum, i32 0, i32 1, i32 1 [all …]
|
D | test_reduce_general_metadata.ll | 42 %struct.MinAndMax.0 = type { %struct.IndexedVal.1, %struct.IndexedVal.1 } 45 @fMMInit.r = internal unnamed_addr constant %struct.MinAndMax.0 { %struct.IndexedVal.1 { float 0.00… 46 …MinAndMax.0*)* @fMMInit to i8*), i8* bitcast (void (float*, float, float)* @dpAccum to i8*), i8* b… 89 define internal void @fMMInit(%struct.MinAndMax.0* nocapture %accum) #0 { 90 %1 = bitcast %struct.MinAndMax.0* %accum to i8* 91 …tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %1, i8* bitcast (%struct.MinAndMax.0* @fMMInit.r to … 99 define internal void @fMMAccumulator(%struct.MinAndMax.0* nocapture %accum, float %in, i32 %x) #0 { 100 %1 = getelementptr inbounds %struct.MinAndMax.0, %struct.MinAndMax.0* %accum, i64 0, i32 0, i32 0 107 %5 = getelementptr inbounds %struct.MinAndMax.0, %struct.MinAndMax.0* %accum, i64 0, i32 0, i32 1 112 %7 = getelementptr inbounds %struct.MinAndMax.0, %struct.MinAndMax.0* %accum, i64 0, i32 1, i32 0 [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/ |
D | reduce_general_examples_backward.rs | 50 } MinAndMax; 52 static void fMMInit(MinAndMax *accum) { 53 static const MinAndMax r = { { INFINITY, -1 }, { -INFINITY, -1 } }; constant 57 static void fMMAccumulator(MinAndMax *accum, float in, int x) { 68 static void fMMCombiner(MinAndMax *accum, 69 const MinAndMax *val) { constant 75 const MinAndMax *val) { constant
|
/frameworks/compile/slang/tests/P_reduce_general_examples/ |
D | reduce_general_examples.rs | 54 } MinAndMax; 56 static void fMMInit(MinAndMax *accum) { 57 static const MinAndMax r = { { INFINITY, -1 }, { -INFINITY, -1 } }; constant 61 static void fMMAccumulator(MinAndMax *accum, float in, int x) { 72 static void fMMCombiner(MinAndMax *accum, 73 const MinAndMax *val) { constant 79 const MinAndMax *val) { constant
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | reduce_backward.rs | 43 } MinAndMax; 45 static void fMMInit(MinAndMax *accum) { 52 static void fMMAccumulator(MinAndMax *accum, float in, int x) { 63 static void fMMCombiner(MinAndMax *accum, 64 const MinAndMax *val) { constant 72 const MinAndMax *val) { constant
|
D | reduce.rs | 125 } MinAndMax; 127 static void fMMInit(MinAndMax *accum) { 134 static void fMMAccumulator(MinAndMax *accum, float in, int x) { 145 static void fMMCombiner(MinAndMax *accum, 146 const MinAndMax *val) { constant 154 const MinAndMax *val) { constant
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | reduce_backward.rs | 45 } MinAndMax; 47 static void fMMInit(MinAndMax *accum) { 54 static void fMMAccumulator(MinAndMax *accum, float in, int x) { 65 static void fMMCombiner(MinAndMax *accum, 66 const MinAndMax *val) { constant 74 const MinAndMax *val) { constant
|
D | reduce.rs | 127 } MinAndMax; 129 static void fMMInit(MinAndMax *accum) { 136 static void fMMAccumulator(MinAndMax *accum, float in, int x) { 147 static void fMMCombiner(MinAndMax *accum, 148 const MinAndMax *val) { constant 156 const MinAndMax *val) { constant
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 1028 TEST(GeneratedEnumTest, MinAndMax) { in TEST() argument
|