Searched refs:matchScalarReduction (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86ISelLowering.cpp | 20572 static bool matchScalarReduction(SDValue Op, ISD::NodeType BinOp, in matchScalarReduction() function 20646 if (!matchScalarReduction(Op, ISD::OR, VecIns)) in LowerVectorAllZeroTest() 40321 if (matchScalarReduction(SDValue(N, 0), ISD::AND, SrcOps) && in combineAnd() 40800 if (matchScalarReduction(SDValue(N, 0), ISD::OR, SrcOps) && in combineOr()
|