| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VECustomDAG.cpp | 419 return DAG.getNOT(DL, Res, Res.getValueType()); in getConstantMask()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1557 SDValue New = TLO.DAG.getNOT(dl, Op0, VT); in SimplifyDemandedBits() 1579 SDValue Not = TLO.DAG.getNOT(dl, Op0.getOperand(0), VT); in SimplifyDemandedBits() 3804 SDValue NotX = DAG.getNOT(SDLoc(X), X, OpVT); in foldSetCCWithAnd() 5079 N0 = DAG.getNOT(dl, Temp, OpVT); in SimplifySetCC() 5088 Temp = DAG.getNOT(dl, N0, OpVT); in SimplifySetCC() 5095 Temp = DAG.getNOT(dl, N1, OpVT); in SimplifySetCC() 5102 Temp = DAG.getNOT(dl, N0, OpVT); in SimplifySetCC() 5109 Temp = DAG.getNOT(dl, N1, OpVT); in SimplifySetCC() 7555 Z = DAG.getNOT(DL, Z, ShVT); in expandFunnelShift() 7579 InvShAmt = DAG.getNode(ISD::AND, DL, ShVT, DAG.getNOT(DL, Z, ShVT), Mask); in expandFunnelShift() [all …]
|
| H A D | LegalizeVectorOps.cpp | 1012 SDValue NotMask = DAG.getNOT(DL, Mask, MaskTy); in ExpandSELECT() 1275 SDValue NotMask = DAG.getNOT(DL, Mask, VT); in ExpandVSELECT()
|
| H A D | DAGCombiner.cpp | 2485 SDValue Not = DAG.getNOT(DL, X, X.getValueType()); in visitADDLike() 5603 SDValue Mask = DAG.getNOT(DL, Diff, OpVT); in foldLogicOfSetCCs() 8645 SDValue NotX = DAG.getNOT(DL, X, VT); in unfoldMaskedMerge() 8647 SDValue NotLHS = DAG.getNOT(DL, LHS, VT); in unfoldMaskedMerge() 8659 SDValue NotY = DAG.getNOT(DL, Y, VT); in unfoldMaskedMerge() 8661 SDValue NotRHS = DAG.getNOT(DL, RHS, VT); in unfoldMaskedMerge() 8666 SDValue NotM = DAG.getNOT(DL, M, VT); in unfoldMaskedMerge() 8820 SDValue NotX = DAG.getNOT(SDLoc(X), X, VT); in visitXOR() 10573 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); in foldSelectOfConstants() 10580 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); in foldSelectOfConstants() [all …]
|
| H A D | SelectionDAG.cpp | 1471 SDValue SelectionDAG::getNOT(const SDLoc &DL, SDValue Val, EVT VT) { in getNOT() function in SelectionDAG 5592 return getNOT(DL, Operand, Operand.getValueType()); in getNode() 6216 return getNode(ISD::AND, DL, VT, N1, getNOT(DL, N2, VT)); in getNode()
|
| H A D | LegalizeDAG.cpp | 3320 Tmp1 = DAG.getNOT(dl, Node->getOperand(1), VT); in ExpandNode()
|
| H A D | LegalizeIntegerTypes.cpp | 4103 SignsMatch = DAG.getNOT(dl, SignsMatch, VT); in ExpandIntRes_SADDSUBO()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.cpp | 1519 DAG.getNOT(DL, Bit, ResTy)); in lowerMSABitClear() 2080 return DAG.getNOT(DL, Res, Res->getValueType(0)); in lowerINTRINSIC_WO_CHAIN() 2086 return DAG.getNOT(DL, Res, Res->getValueType(0)); in lowerINTRINSIC_WO_CHAIN()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 2114 Res = DAG.getNOT(DL, Res, Res.getValueType()); in LowerSELECT() 2230 return DAG.getNOT(DL, Res, Res.getValueType()); in LowerSELECT()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1089 DstMask = DAG.getNOT(DL, DstMask, MVT::i32); in lowerPrivateTruncStore()
|
| H A D | AMDGPUISelLowering.cpp | 2215 SDValue Not = DAG.getNOT(SL, Shr, MVT::i64); in LowerFTRUNC()
|
| H A D | SIISelLowering.cpp | 5804 DAG.getNOT(SL, BFM, IntVT), BCVec); in lowerINSERT_VECTOR_ELT()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 970 SDValue getNOT(const SDLoc &DL, SDValue Val, EVT VT);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 25024 Result = DAG.getNOT(dl, Result, VT); in LowerVSETCC() 25107 Result = DAG.getNOT(dl, Result, MVT::v4i32); in LowerVSETCC() 25130 Result = DAG.getNOT(dl, Result, MVT::v4i32); in LowerVSETCC() 25150 Result = DAG.getNOT(dl, Result, VT); in LowerVSETCC() 25680 Shift = DAG.getNOT(DL, Shift, VT); in LowerSELECT() 25756 return DAG.getNOT(DL, Res, Res.getValueType()); in LowerSELECT() 45451 AndN = DAG.getNode(ISD::AND, DL, CondVT, DAG.getNOT(DL, Cond, CondVT), in combineVSelectWithAllOnesOrZeros() 45545 Cond = DAG.getNOT(DL, Cond, MVT::i1); in combineSelectOfTwoConstants() 46099 SDValue CondNew = DAG.getNOT(DL, Cond, CondVT); in combineSelect() 52257 return DAG.getBitcast(VT, DAG.getNOT(SDLoc(N), N0.getOperand(0), in combineXor() [all …]
|
| H A D | X86ISelDAGToDAG.cpp | 913 Complement = CurDAG->getNOT(dl, Complement, VT); in PreprocessISelDAG()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 4133 DAG.getSelect(dl, VTy, HiIsZero, Lo, DAG.getNOT(dl, Lo, VTy)); in LowerINTRINSIC_WO_CHAIN() 6752 Merged = DAG.getNOT(dl, Merged, CmpVT); in LowerVSETCC() 6794 Result = DAG.getNOT(dl, Result, VT); in LowerVSETCC() 6806 Result = DAG.getNOT(dl, Result, VT); in LowerVSETCC() 6848 Result = DAG.getNOT(dl, Result, VT); in LowerVSETCC() 6882 Result = DAG.getNOT(dl, Result, VT); in LowerVSETCC()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 13051 return DAG.getNOT(dl, Fcmeq, VT); in EmitVectorComparison() 13095 return DAG.getNOT(dl, Cmeq, VT); in EmitVectorComparison() 13193 Cmp = DAG.getNOT(dl, Cmp, Cmp.getValueType()); in LowerVSETCC() 16712 return DAG.getNOT( in performConcatVectorsCombine() 21350 SDValue InvMask = DAG.getNOT(DL, Mask, VT); in performBSPExpandForSVE()
|