Lines Matching refs:FAdd
187 if (Kind != RecurKind::FAdd && Kind != RecurKind::FMulAdd) in checkOrderedReduction()
190 if (Kind == RecurKind::FAdd && Exit->getOpcode() != Instruction::FAdd) in checkOrderedReduction()
205 if (Kind == RecurKind::FAdd && Op0 != Phi && Op1 != Phi) in checkOrderedReduction()
409 if (IsASelect && (Kind == RecurKind::FAdd || Kind == RecurKind::FMul) && in AddReductionVar()
752 return InstDesc(Kind == RecurKind::FAdd, SI); in isConditionalRdxPattern()
786 case Instruction::FAdd: in isRecurrenceInstr()
787 return InstDesc(Kind == RecurKind::FAdd, I, in isRecurrenceInstr()
790 if (Kind == RecurKind::FAdd || Kind == RecurKind::FMul) in isRecurrenceInstr()
894 if (AddReductionVar(Phi, RecurKind::FAdd, TheLoop, FMF, RedDes, DB, AC, DT, in isReductionPHI()
1069 case RecurKind::FAdd: in getRecurrenceIdentity()
1117 case RecurKind::FAdd: in getOpcode()
1118 return Instruction::FAdd; in getOpcode()
1266 (InductionBinOp->getOpcode() == Instruction::FAdd || in InductionDescriptor()
1318 if (BOp->getOpcode() == Instruction::FAdd) { in isFPInductionPHI()