Searched refs:RK_FloatMinMax (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 270 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 303 if (!IsAPhi && Kind != RK_IntegerMinMax && Kind != RK_FloatMinMax && in AddReductionVar() 314 if (Kind == RK_FloatMinMax && (isa<FCmpInst>(Cur) || isa<SelectInst>(Cur))) in AddReductionVar() 378 if ((Kind == RK_IntegerMinMax || Kind == RK_FloatMinMax) && in AddReductionVar() 527 (!HasFunNoNaNAttr || Kind != RK_FloatMinMax)) in isRecurrenceInstr() 596 if (AddReductionVar(Phi, RK_FloatMinMax, TheLoop, HasFunNoNaNAttr, RedDes, DB, in isReductionPHI() 704 case RK_FloatMinMax: in getRecurrenceBinOp() 1715 case RD::RK_FloatMinMax: { in createTargetReduction()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 76 RK_FloatMinMax ///< Min/max implemented in terms of select(cmp()). enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 77 RK_FloatMinMax ///< Min/max implemented in terms of select(cmp()). enumerator
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3538 RK == RecurrenceDescriptor::RK_FloatMinMax) { in vectorizeLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3576 RK == RecurrenceDescriptor::RK_FloatMinMax) { in fixReduction()
|