Lines Matching refs:getNOT
24571 Result = DAG.getNOT(dl, Result, VT); in LowerVSETCC()
24654 Result = DAG.getNOT(dl, Result, MVT::v4i32); in LowerVSETCC()
24677 Result = DAG.getNOT(dl, Result, MVT::v4i32); in LowerVSETCC()
24697 Result = DAG.getNOT(dl, Result, VT); in LowerVSETCC()
25227 Shift = DAG.getNOT(DL, Shift, VT); in LowerSELECT()
25303 return DAG.getNOT(DL, Res, Res.getValueType()); in LowerSELECT()
44254 AndN = DAG.getNode(ISD::AND, DL, CondVT, DAG.getNOT(DL, Cond, CondVT), in combineVSelectWithAllOnesOrZeros()
44348 Cond = DAG.getNOT(DL, Cond, MVT::i1); in combineSelectOfTwoConstants()
44902 SDValue CondNew = DAG.getNOT(DL, Cond, CondVT); in combineSelect()
50934 return DAG.getBitcast(VT, DAG.getNOT(SDLoc(N), N0.getOperand(0), in combineXor()
50946 DAG.getNOT(SDLoc(N), N0.getOperand(1), N0.getOperand(1).getValueType()), in combineXor()
52102 return DAG.getNode(ISD::AND, DL, OpVT, DAG.getNOT(DL, N1, OpVT), in combineSetCC()
52105 return DAG.getNode(ISD::AND, DL, OpVT, DAG.getNOT(DL, N1, OpVT), in combineSetCC()
52121 DAG.getNOT(DL, N0.getOperand(1), OpVT)); in combineSetCC()
52124 DAG.getNOT(DL, N0.getOperand(0), OpVT)); in combineSetCC()
52178 return DAG.getNOT(DL, Op0.getOperand(0), VT); in combineSetCC()
52288 LHS = DAG.getNOT(DL, DAG.getBitcast(SrcVT, LHS), SrcVT); in combineMOVMSK()
53758 DAG.getNOT(SDLoc(Op1), Op1.getOperand(1), VT)); in combineSub()