Home
last modified time | relevance | path

Searched refs:incDecVectorConstant (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23157 static SDValue incDecVectorConstant(SDValue V, SelectionDAG &DAG, bool IsInc, in incDecVectorConstant() function
23214 incDecVectorConstant(Op1, DAG, /*IsInc*/ false, /*NSW*/ false); in LowerVSETCCWithSUBUS()
23226 incDecVectorConstant(Op1, DAG, /*IsInc*/ true, /*NSW*/ false); in LowerVSETCCWithSUBUS()
23521 incDecVectorConstant(Op1, DAG, /*IsInc*/ true, /*NSW*/ false)) { in LowerVSETCC()
23529 incDecVectorConstant(Op1, DAG, /*IsInc*/ false, /*NSW*/ false)) { in LowerVSETCC()
54365 if (SDValue NewLHS = incDecVectorConstant(LHS, DAG, /*IsInc*/ true, in combineSetCC()
54368 else if (SDValue NewRHS = incDecVectorConstant( in combineSetCC()
54381 if (SDValue NewLHS = incDecVectorConstant(LHS, DAG, /*IsInc*/ false, in combineSetCC()
54384 else if (SDValue NewRHS = incDecVectorConstant(RHS, DAG, /*IsInc*/ true, in combineSetCC()