Searched refs:incDecVectorConstant (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 22976 static SDValue incDecVectorConstant(SDValue V, SelectionDAG &DAG, bool IsInc, in incDecVectorConstant() function 23033 incDecVectorConstant(Op1, DAG, /*IsInc*/ false, /*NSW*/ false); in LowerVSETCCWithSUBUS() 23045 incDecVectorConstant(Op1, DAG, /*IsInc*/ true, /*NSW*/ false); in LowerVSETCCWithSUBUS() 23339 incDecVectorConstant(Op1, DAG, /*IsInc*/ true, /*NSW*/ false)) { in LowerVSETCC() 23347 incDecVectorConstant(Op1, DAG, /*IsInc*/ false, /*NSW*/ false)) { in LowerVSETCC() 53086 if (SDValue NewLHS = incDecVectorConstant(LHS, DAG, /*IsInc*/ true, in combineSetCC() 53089 else if (SDValue NewRHS = incDecVectorConstant( in combineSetCC() 53102 if (SDValue NewLHS = incDecVectorConstant(LHS, DAG, /*IsInc*/ false, in combineSetCC() 53105 else if (SDValue NewRHS = incDecVectorConstant(RHS, DAG, /*IsInc*/ true, in combineSetCC()
|