Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp270 if (!IsAPhi && Kind != RK_IntegerMinMax && Kind != RK_FloatMinMax && in AddReductionVar()
281 if (Kind == RK_FloatMinMax && (isa<FCmpInst>(Cur) || isa<SelectInst>(Cur))) in AddReductionVar()
340 if ((Kind == RK_IntegerMinMax || Kind == RK_FloatMinMax) && in AddReductionVar()
454 (!HasFunNoNaNAttr || Kind != RK_FloatMinMax)) in isRecurrenceInstr()
514 if (AddReductionVar(Phi, RK_FloatMinMax, TheLoop, HasFunNoNaNAttr, RedDes)) { in isReductionPHI()
605 case RK_FloatMinMax: in getRecurrenceBinOp()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h76 RK_FloatMinMax ///< Min/max implemented in terms of select(cmp()). enumerator
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3538 RK == RecurrenceDescriptor::RK_FloatMinMax) { in vectorizeLoop()