Searched refs:AddReductionVar (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 825 bool AddReductionVar(PHINode *Phi, ReductionKind Kind); 3715 if (AddReductionVar(Phi, RK_IntegerAdd)) { in canVectorizeInstrs() 3719 if (AddReductionVar(Phi, RK_IntegerMult)) { in canVectorizeInstrs() 3723 if (AddReductionVar(Phi, RK_IntegerOr)) { in canVectorizeInstrs() 3727 if (AddReductionVar(Phi, RK_IntegerAnd)) { in canVectorizeInstrs() 3731 if (AddReductionVar(Phi, RK_IntegerXor)) { in canVectorizeInstrs() 3735 if (AddReductionVar(Phi, RK_IntegerMinMax)) { in canVectorizeInstrs() 3739 if (AddReductionVar(Phi, RK_FloatMult)) { in canVectorizeInstrs() 3743 if (AddReductionVar(Phi, RK_FloatAdd)) { in canVectorizeInstrs() 3747 if (AddReductionVar(Phi, RK_FloatMinMax)) { in canVectorizeInstrs() [all …]
|