HomeSort by relevance Sort by last modified time
    Searched refs:RedDes (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 164 RecurrenceDescriptor &RedDes) {
365 RedDes = RD;
474 RecurrenceDescriptor &RedDes) {
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)) {
502 RedDes)) {
506 if (AddReductionVar(Phi, RK_FloatMult, TheLoop, HasFunNoNaNAttr, RedDes)) {
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 172 RecurrenceDescriptor &RedDes);
175 /// returned in RedDes.
177 RecurrenceDescriptor &RedDes);
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 3049 milliseconds