Lines Matching defs:PromoteMaskArithmetic
50318 static SDValue PromoteMaskArithmetic(SDValue N, const SDLoc &DL, EVT VT,
50334 if (SDValue NN0 = PromoteMaskArithmetic(N0, DL, VT, DAG, Depth + 1))
50348 if (SDValue NN1 = PromoteMaskArithmetic(N1, DL, VT, DAG, Depth + 1))
50372 static SDValue PromoteMaskArithmetic(SDValue N, const SDLoc &DL,
50385 SDValue Op = PromoteMaskArithmetic(Narrow, DL, VT, DAG, 0);
55004 if (SDValue Promote = PromoteMaskArithmetic(N0, dl, DAG, Subtarget))
55225 if (SDValue R = PromoteMaskArithmetic(SDValue(N, 0), DL, DAG, Subtarget))
55444 if (SDValue R = PromoteMaskArithmetic(SDValue(N, 0), dl, DAG, Subtarget))