Searched refs:RK_FloatMult (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 70 case RK_FloatMult: in isArithmeticRecurrenceKind() 446 return InstDesc(Kind == RK_FloatMult, I, UAI); in isRecurrenceInstr() 506 if (AddReductionVar(Phi, RK_FloatMult, TheLoop, HasFunNoNaNAttr, RedDes)) { in isReductionPHI() 575 case RK_FloatMult: in getRecurrenceIdentity() 599 case RK_FloatMult: in getRecurrenceBinOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 78 case RK_FloatMult: in isArithmeticRecurrenceKind() 519 return InstDesc(Kind == RK_FloatMult, I, UAI); in isRecurrenceInstr() 586 if (AddReductionVar(Phi, RK_FloatMult, TheLoop, HasFunNoNaNAttr, RedDes, DB, in isReductionPHI() 674 case RK_FloatMult: in getRecurrenceIdentity() 698 case RK_FloatMult: in getRecurrenceBinOp() 1697 case RD::RK_FloatMult: in createTargetReduction()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 75 RK_FloatMult, ///< Product of floats. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 76 RK_FloatMult, ///< Product of floats. enumerator
|