Searched refs:RK_IntegerMinMax (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 53 case RK_IntegerMinMax: in isIntegerRecurrenceKind() 270 if (!IsAPhi && Kind != RK_IntegerMinMax && Kind != RK_FloatMinMax && in AddReductionVar() 278 if (Kind == RK_IntegerMinMax && in AddReductionVar() 340 if ((Kind == RK_IntegerMinMax || Kind == RK_FloatMinMax) && in AddReductionVar() 453 if (Kind != RK_IntegerMinMax && in isRecurrenceInstr() 501 if (AddReductionVar(Phi, RK_IntegerMinMax, TheLoop, HasFunNoNaNAttr, in isReductionPHI() 603 case RK_IntegerMinMax: in getRecurrenceBinOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 61 case RK_IntegerMinMax: in isIntegerRecurrenceKind() 303 if (!IsAPhi && Kind != RK_IntegerMinMax && Kind != RK_FloatMinMax && in AddReductionVar() 311 if (Kind == RK_IntegerMinMax && in AddReductionVar() 378 if ((Kind == RK_IntegerMinMax || Kind == RK_FloatMinMax) && in AddReductionVar() 526 if (Kind != RK_IntegerMinMax && in isRecurrenceInstr() 581 if (AddReductionVar(Phi, RK_IntegerMinMax, TheLoop, HasFunNoNaNAttr, RedDes, in isReductionPHI() 702 case RK_IntegerMinMax: in getRecurrenceBinOp() 1709 case RD::RK_IntegerMinMax: { in createTargetReduction()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 73 RK_IntegerMinMax, ///< Min/max implemented in terms of select(cmp()). enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 74 RK_IntegerMinMax, ///< Min/max implemented in terms of select(cmp()). enumerator
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3537 if (RK == RecurrenceDescriptor::RK_IntegerMinMax || in vectorizeLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3575 if (RK == RecurrenceDescriptor::RK_IntegerMinMax || in fixReduction()
|