Searched refs:IsNOT (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 5015 SDValue NotCat = IsNOT(CatOp, DAG); in IsNOT() 45237 if (SDValue CondNot = IsNOT(Cond, DAG)) in combineSelect() 45711 if (SDValue NotOp0 = IsNOT(Op0, DAG)) { in combinePTESTCC() 45749 if (SDValue NotOp1 = IsNOT(Op1, DAG)) { in combinePTESTCC() 45762 if (SDValue NotOp1 = IsNOT(Op1, DAG)) { in combinePTESTCC() 47827 if (SDValue Not = IsNOT(N0, DAG)) { in combineAndNotIntoANDNP() 47830 } else if (SDValue Not = IsNOT(N1, DAG)) { in combineAndNotIntoANDNP() 47875 if (SDValue Not = IsNOT(Src, DAG)) { in combineAndShuffleNot() 52210 if (SDValue Not = IsNOT(N0, DAG)) in combineAndnp() 52216 if (SDValue Not = IsNOT(N1, DAG)) in combineAndnp() [all …]
|