Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp263 if (!IsAPhi && Kind != RK_IntegerMinMax && Kind != RK_FloatMinMax && in AddReductionVar()
274 if (Kind == RK_FloatMinMax && (isa<FCmpInst>(Cur) || isa<SelectInst>(Cur))) in AddReductionVar()
333 if ((Kind == RK_IntegerMinMax || Kind == RK_FloatMinMax) && in AddReductionVar()
447 (!HasFunNoNaNAttr || Kind != RK_FloatMinMax)) in isRecurrenceInstr()
509 if (AddReductionVar(Phi, RK_FloatMinMax, TheLoop, HasFunNoNaNAttr, RedDes)) { in isReductionPHI()
563 case RK_FloatMinMax: in getRecurrenceBinOp()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h72 RK_FloatMinMax ///< Min/max implemented in terms of select(cmp()). enumerator
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3332 RK == RecurrenceDescriptor::RK_FloatMinMax) { in vectorizeLoop()