Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/Runtime/
H A DReductionTest.cpp180 void testGenDotProduct( in testGenDotProduct() function
197 testGenDotProduct(*firBuilder, f32Ty, "_FortranADotProductReal4"); in TEST_F()
198 testGenDotProduct(*firBuilder, f64Ty, "_FortranADotProductReal8"); in TEST_F()
199 testGenDotProduct(*firBuilder, f80Ty, "_FortranADotProductReal10"); in TEST_F()
200 testGenDotProduct(*firBuilder, f128Ty, "_FortranADotProductReal16"); in TEST_F()
201 testGenDotProduct(*firBuilder, i8Ty, "_FortranADotProductInteger1"); in TEST_F()
202 testGenDotProduct(*firBuilder, i16Ty, "_FortranADotProductInteger2"); in TEST_F()
203 testGenDotProduct(*firBuilder, i32Ty, "_FortranADotProductInteger4"); in TEST_F()
204 testGenDotProduct(*firBuilder, i64Ty, "_FortranADotProductInteger8"); in TEST_F()
205 testGenDotProduct(*firBuilder, i128Ty, "_FortranADotProductInteger16"); in TEST_F()
[all …]