Lines Matching defs:PromoteMaskArithmetic
49105 static SDValue PromoteMaskArithmetic(SDValue N, const SDLoc &DL, EVT VT,
49121 if (SDValue NN0 = PromoteMaskArithmetic(N0, DL, VT, DAG, Depth + 1))
49135 if (SDValue NN1 = PromoteMaskArithmetic(N1, DL, VT, DAG, Depth + 1))
49159 static SDValue PromoteMaskArithmetic(SDValue N, const SDLoc &DL,
49172 SDValue Op = PromoteMaskArithmetic(Narrow, DL, VT, DAG, 0);
53727 if (SDValue Promote = PromoteMaskArithmetic(N0, dl, DAG, Subtarget))
53948 if (SDValue R = PromoteMaskArithmetic(SDValue(N, 0), DL, DAG, Subtarget))
54162 if (SDValue R = PromoteMaskArithmetic(SDValue(N, 0), dl, DAG, Subtarget))