Home
last modified time | relevance | path

Searched refs:AddReductionVar (Results 1 – 1 of 1) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp813 bool AddReductionVar(PHINode *Phi, ReductionKind Kind);
3751 if (AddReductionVar(Phi, RK_IntegerAdd)) { in canVectorizeInstrs()
3755 if (AddReductionVar(Phi, RK_IntegerMult)) { in canVectorizeInstrs()
3759 if (AddReductionVar(Phi, RK_IntegerOr)) { in canVectorizeInstrs()
3763 if (AddReductionVar(Phi, RK_IntegerAnd)) { in canVectorizeInstrs()
3767 if (AddReductionVar(Phi, RK_IntegerXor)) { in canVectorizeInstrs()
3771 if (AddReductionVar(Phi, RK_IntegerMinMax)) { in canVectorizeInstrs()
3775 if (AddReductionVar(Phi, RK_FloatMult)) { in canVectorizeInstrs()
3779 if (AddReductionVar(Phi, RK_FloatAdd)) { in canVectorizeInstrs()
3783 if (AddReductionVar(Phi, RK_FloatMinMax)) { in canVectorizeInstrs()
[all …]