HomeSort by relevance Sort by last modified time
    Searched defs:HasFunNoNaNAttr (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 163 Loop *TheLoop, bool HasFunNoNaNAttr,
264 ReduxDesc = isRecurrenceInstr(Cur, Kind, ReduxDesc, HasFunNoNaNAttr);
423 InstDesc &Prev, bool HasFunNoNaNAttr) {
454 (!HasFunNoNaNAttr || Kind != RK_FloatMinMax))
478 bool HasFunNoNaNAttr =
481 if (AddReductionVar(Phi, RK_IntegerAdd, TheLoop, HasFunNoNaNAttr, RedDes)) {
485 if (AddReductionVar(Phi, RK_IntegerMult, TheLoop, HasFunNoNaNAttr, RedDes)) {
489 if (AddReductionVar(Phi, RK_IntegerOr, TheLoop, HasFunNoNaNAttr, RedDes)) {
493 if (AddReductionVar(Phi, RK_IntegerAnd, TheLoop, HasFunNoNaNAttr, RedDes)) {
497 if (AddReductionVar(Phi, RK_IntegerXor, TheLoop, HasFunNoNaNAttr, RedDes))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h 323 bool hasFunNoNaNAttr() const { return HasFunNoNaNAttr; }
459 bool HasFunNoNaNAttr = false;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopUtils.cpp 192 Loop *TheLoop, bool HasFunNoNaNAttr,
297 ReduxDesc = isRecurrenceInstr(Cur, Kind, ReduxDesc, HasFunNoNaNAttr);
496 InstDesc &Prev, bool HasFunNoNaNAttr) {
527 (!HasFunNoNaNAttr || Kind != RK_FloatMinMax))
553 bool HasFunNoNaNAttr =
556 if (AddReductionVar(Phi, RK_IntegerAdd, TheLoop, HasFunNoNaNAttr, RedDes, DB,
561 if (AddReductionVar(Phi, RK_IntegerMult, TheLoop, HasFunNoNaNAttr, RedDes, DB,
566 if (AddReductionVar(Phi, RK_IntegerOr, TheLoop, HasFunNoNaNAttr, RedDes, DB,
571 if (AddReductionVar(Phi, RK_IntegerAnd, TheLoop, HasFunNoNaNAttr, RedDes, DB,
576 if (AddReductionVar(Phi, RK_IntegerXor, TheLoop, HasFunNoNaNAttr, RedDes, DB
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 77 milliseconds