Lines Matching refs:ReductionOpcode
80 for (const char *ReductionOpcode : ReductionIntOpcodes) in createVPDeclarationModule() local
81 Str << " declare i32 @llvm.vp.reduce." << ReductionOpcode in createVPDeclarationModule()
84 for (const char *ReductionOpcode : ReductionFPOpcodes) in createVPDeclarationModule() local
85 Str << " declare float @llvm.vp.reduce." << ReductionOpcode in createVPDeclarationModule()
365 for (const char *ReductionOpcode : ReductionIntOpcodes) in TEST_F() local
366 Str << " declare i32 @llvm.vp.reduce." << ReductionOpcode in TEST_F()
369 for (const char *ReductionOpcode : ReductionFPOpcodes) in TEST_F() local
370 Str << " declare float @llvm.vp.reduce." << ReductionOpcode in TEST_F()
382 for (const char *ReductionOpcode : ReductionIntOpcodes) in TEST_F() local
383 Str << " %r" << Idx++ << " = call i32 @llvm.vp.reduce." << ReductionOpcode in TEST_F()
385 for (const char *ReductionOpcode : ReductionFPOpcodes) in TEST_F() local
387 << ReductionOpcode in TEST_F()