Searched refs:splitVectorIntBinary (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 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() [all …]
|