Lines Matching defs:ReductionOpcode
114 for (const char *ReductionOpcode : ReductionIntOpcodes)
115 Str << " declare i32 @llvm.vp.reduce." << ReductionOpcode
118 for (const char *ReductionOpcode : ReductionFPOpcodes)
119 Str << " declare float @llvm.vp.reduce." << ReductionOpcode
467 for (const char *ReductionOpcode : ReductionIntOpcodes)
468 Str << " declare i32 @llvm.vp.reduce." << ReductionOpcode
471 for (const char *ReductionOpcode : ReductionFPOpcodes)
472 Str << " declare float @llvm.vp.reduce." << ReductionOpcode
484 for (const char *ReductionOpcode : ReductionIntOpcodes)
485 Str << " %r" << Idx++ << " = call i32 @llvm.vp.reduce." << ReductionOpcode
487 for (const char *ReductionOpcode : ReductionFPOpcodes)
489 << ReductionOpcode