Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13958 static bool isBoolLogicOp(Instruction *I) { in isBoolLogicOp() function in __anon3e6d93aa10011::HorizontalReduction
13970 isBoolLogicOp(I)) in isVectorizable()
14218 if (isCmpSelMinMax(I) || isBoolLogicOp(I)) { in hasSameParent()
14524 [](Instruction *I) { return isBoolLogicOp(I); })) in tryToReduce()
14536 return isBoolLogicOp(cast<Instruction>(V)); in tryToReduce()
14879 if ((isBoolLogicOp(RdxRootInst) || in tryToReduce()
14961 if (isBoolLogicOp(RedOp1) && in tryToReduce()
14965 if (isBoolLogicOp(RedOp2) && ((!InitStep && RHS == VectorizedTree) || in tryToReduce()