Home
last modified time | relevance | path

Searched refs:RK_FloatAdd (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp69 case RK_FloatAdd: in isArithmeticRecurrenceKind()
449 return InstDesc(Kind == RK_FloatAdd, I, UAI); in isRecurrenceInstr()
510 if (AddReductionVar(Phi, RK_FloatAdd, TheLoop, HasFunNoNaNAttr, RedDes)) { in isReductionPHI()
578 case RK_FloatAdd: in getRecurrenceIdentity()
601 case RK_FloatAdd: in getRecurrenceBinOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp77 case RK_FloatAdd: in isArithmeticRecurrenceKind()
522 return InstDesc(Kind == RK_FloatAdd, I, UAI); in isRecurrenceInstr()
591 if (AddReductionVar(Phi, RK_FloatAdd, TheLoop, HasFunNoNaNAttr, RedDes, DB, in isReductionPHI()
677 case RK_FloatAdd: in getRecurrenceIdentity()
700 case RK_FloatAdd: in getRecurrenceBinOp()
1695 case RD::RK_FloatAdd: in createTargetReduction()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h74 RK_FloatAdd, ///< Sum of floats. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h75 RK_FloatAdd, ///< Sum of floats. enumerator