Lines Matching refs:splitVectorIntBinary
4201 static SDValue splitVectorIntBinary(SDValue Op, SelectionDAG &DAG, in splitVectorIntBinary() function
28127 return splitVectorIntBinary(Op, DAG, DL); in lowerAddSub()
28132 return splitVectorIntBinary(Op, DAG, DL); in lowerAddSub()
28146 return splitVectorIntBinary(Op, DAG, DL); in LowerADDSAT_SUBSAT()
28248 return splitVectorIntBinary(Op, DAG, DL); in LowerAVG()
28251 return splitVectorIntBinary(Op, DAG, DL); in LowerAVG()
28264 return splitVectorIntBinary(Op, DAG, DL); in LowerMINMAX()
28267 return splitVectorIntBinary(Op, DAG, DL); in LowerMINMAX()
28428 return splitVectorIntBinary(Op, DAG, dl); in LowerABD()
28431 return splitVectorIntBinary(Op, DAG, dl); in LowerABD()
28463 return splitVectorIntBinary(Op, DAG, dl); in LowerMUL()
28466 return splitVectorIntBinary(Op, DAG, dl); in LowerMUL()
28718 return splitVectorIntBinary(Op, DAG, dl); in LowerMULH()
28721 return splitVectorIntBinary(Op, DAG, dl); in LowerMULH()
29940 return splitVectorIntBinary(Op, DAG, dl); in LowerShift()
29943 return splitVectorIntBinary(Op, DAG, dl); in LowerShift()
30218 return splitVectorIntBinary(Op, DAG, DL); in LowerRotate()
30254 return splitVectorIntBinary(Op, DAG, DL); in LowerRotate()
57027 SDValue Concat = splitVectorIntBinary(InVecBC, DAG, SDLoc(InVecBC)); in combineEXTRACT_SUBVECTOR()