Searched refs:matchScalarReduction (Results 1 – 1 of 1) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86ISelLowering.cpp | 22219 static bool matchScalarReduction(SDValue Op, ISD::NodeType BinOp, in matchScalarReduction() function 22480 if (Op.getOpcode() == LogicOp && matchScalarReduction(Op, LogicOp, VecIns)) { in MatchVectorAllEqualTest() 49885 if (matchScalarReduction(SDValue(N, 0), ISD::AND, SrcOps, &SrcPartials) && in combineAnd() 50704 if (matchScalarReduction(SDValue(N, 0), ISD::OR, SrcOps, &SrcPartials) && in combineOr()
|