Searched refs:splitVectorIntBinary (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 4433 static SDValue splitVectorIntBinary(SDValue Op, SelectionDAG &DAG, in splitVectorIntBinary() function 29149 return splitVectorIntBinary(Op, DAG, DL); in lowerAddSub() 29154 return splitVectorIntBinary(Op, DAG, DL); in lowerAddSub() 29168 return splitVectorIntBinary(Op, DAG, DL); in LowerADDSAT_SUBSAT() 29270 return splitVectorIntBinary(Op, DAG, DL); in LowerAVG() 29273 return splitVectorIntBinary(Op, DAG, DL); in LowerAVG() 29286 return splitVectorIntBinary(Op, DAG, DL); in LowerMINMAX() 29289 return splitVectorIntBinary(Op, DAG, DL); in LowerMINMAX() 29474 return splitVectorIntBinary(Op, DAG, dl); in LowerABD() 29477 return splitVectorIntBinary(Op, DAG, dl); in LowerABD() [all …]
|