Searched refs:splitVSETCC (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 23851 static SDValue splitVSETCC(EVT VT, SDValue LHS, SDValue RHS, ISD::CondCode Cond, in splitVSETCC() function 24010 return splitVSETCC(VT, Op0, Op1, Cond, DAG, dl); in LowerVSETCC() 24014 return splitVSETCC(VT, Op0, Op1, Cond, DAG, dl); in LowerVSETCC() 24245 return splitVSETCC(VT, Op0, Op1, Cond, DAG, dl); in LowerVSETCC() 24250 return splitVSETCC(VT, Op0, Op1, Cond, DAG, dl); in LowerVSETCC()
|