Searched refs:incDecVectorConstant (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 23897 static SDValue incDecVectorConstant(SDValue V, SelectionDAG &DAG, bool IsInc, in incDecVectorConstant() function 23954 incDecVectorConstant(Op1, DAG, /*IsInc*/ false, /*NSW*/ false); in LowerVSETCCWithSUBUS() 23966 incDecVectorConstant(Op1, DAG, /*IsInc*/ true, /*NSW*/ false); in LowerVSETCCWithSUBUS() 24285 incDecVectorConstant(Op1, DAG, /*IsInc*/ true, /*NSW*/ false)) { in LowerVSETCC() 24293 incDecVectorConstant(Op1, DAG, /*IsInc*/ false, /*NSW*/ false)) { in LowerVSETCC() 56408 if (SDValue NewLHS = incDecVectorConstant(LHS, DAG, /*IsInc*/ true, in combineSetCC() 56411 else if (SDValue NewRHS = incDecVectorConstant( in combineSetCC() 56424 if (SDValue NewLHS = incDecVectorConstant(LHS, DAG, /*IsInc*/ false, in combineSetCC() 56427 else if (SDValue NewRHS = incDecVectorConstant(RHS, DAG, /*IsInc*/ true, in combineSetCC()
|