Searched refs:IsNOT (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 7070 static SDValue IsNOT(SDValue V, SelectionDAG &DAG) { in IsNOT() function 7078 if (SDValue Not = IsNOT(V.getOperand(0), DAG)) { in IsNOT() 7087 SDValue NotCat = IsNOT(CatOp, DAG); in IsNOT() 46132 if (SDValue CondNot = IsNOT(Cond, DAG)) in combineSelect() 46620 if (SDValue NotOp0 = IsNOT(Op0, DAG)) { in combinePTESTCC() 46658 if (SDValue NotOp1 = IsNOT(Op1, DAG)) { in combinePTESTCC() 48551 if (SDValue Not = IsNOT(N0, DAG)) { in combineAndNotIntoANDNP() 48554 } else if (SDValue Not = IsNOT(N1, DAG)) { in combineAndNotIntoANDNP() 48599 if (SDValue Not = IsNOT(Src, DAG)) { in combineAndShuffleNot() 52594 if (SDValue Not = IsNOT(N0, DAG)) in combineAndnp() [all …]
|