Lines Matching defs:VPMatchContext
4315 bool UseVP = std::is_same_v<MatchContextClass, VPMatchContext>;
12282 if (SDValue V = foldBoolSelectToLogic<VPMatchContext>(N, DL, DAG))
15871 bool UseVP = std::is_same_v<MatchContextClass, VPMatchContext>;
15874 // FIXME: Make isFMADLegal have specific behavior when using VPMatchContext.
16108 bool UseVP = std::is_same_v<MatchContextClass, VPMatchContext>;
16111 // FIXME: Make isFMADLegal have specific behavior when using VPMatchContext.
16525 if (SDValue Fused = visitFADDForFMACombine<VPMatchContext>(N)) {
26760 if (SDValue Fused = visitFSUBForFMACombine<VPMatchContext>(N)) {
26803 return visitFMA<VPMatchContext>(N);
26807 return visitMUL<VPMatchContext>(N);