/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyLogical.h | 27 Not enumerator 86 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} in Not() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 418 unsigned WebAssemblyFastISel::getRegForI1Value(const Value *V, bool &Not) { in getRegForI1Value() 911 bool Not; in selectSelect() local 1098 bool Not = false; in selectFCmp() local 1311 bool Not; in selectBr() local
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tget_sj.c | 313 const char *Not = s == 0 ? "" : " not"; in test_get_uj_smallneg() local
|
H A D | tset_si.c | 315 const char *Not = s == 0 ? "" : " not"; in test_get_ui_smallneg() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | RISCVCompressInstEmitter.cpp | 678 StringRef Not = Op.first ? "!" : ""; in emitCompressInstEmitter() local 689 StringRef Not = Op.first ? "!" : ""; in emitCompressInstEmitter() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 219 bool Not; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 2813 Value *Not = Builder.CreateNot(B, B->getName() + ".not"); in visitOr() local 2817 Value *Not = Builder.CreateNot(A, A->getName() + ".not"); in visitOr() local 2831 Value *Not = Builder.CreateNot(NotOp, NotOp->getName() + ".not"); in visitOr() local
|
H A D | InstCombineAddSub.cpp | 2045 Value *Not = Builder.CreateNot(MinMax); in visitSub() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 428 Not, ///< Bitwise negation. enumerator
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | constfold.d | 119 UnionExp Not(Type type, Expression e1) in Not() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | constfold.c | 105 UnionExp Not(Type *type, Expression *e1) in Not() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 758 Not = Instruction::OtherOpsEnd + 1, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 6252 MachineInstr *Not = in lowerScalarXnor() local 6284 MachineInstr &Not = *BuildMI(MBB, MII, DL, get(AMDGPU::S_NOT_B32), NewDest) in splitScalarNotBinop() local 6309 MachineInstr &Not = *BuildMI(MBB, MII, DL, get(AMDGPU::S_NOT_B32), Interm) in splitScalarBinOpN2() local
|
H A D | AMDGPUISelLowering.cpp | 2184 SDValue Not = DAG.getNOT(SL, Shr, MVT::i64); in LowerFTRUNC() local
|
H A D | AMDGPULegalizerInfo.cpp | 2006 auto Not = B.buildNot(S64, Shr); in legalizeIntrinsicTrunc() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 2578 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, in lowerShiftLeftParts() local 2616 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, in lowerShiftRightParts() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2223 SDValue Not = ShiftOp.getOperand(0); in foldAddSubOfSignBit() local 2317 SDValue Not = DAG.getNOT(DL, X, X.getValueType()); in visitADDLike() local 2446 SDValue Not = DAG.getNode(ISD::XOR, DL, VT, N0.getOperand(0), in visitADDLike() local 2657 SDValue Not = DAG.getNode(ISD::XOR, DL, VT, N0.getOperand(0), in visitADDLikeCommutative() local 5541 SDValue Not = And->getOperand(0), And1 = And->getOperand(1); in combineShiftAnd1ToBitTest() local 7870 SDValue Not = DAG.getNOT(DL, N0.getOperand(0), VT); in visitXOR() local
|
H A D | TargetLowering.cpp | 8022 SDValue Not = DAG.getNOT(dl, OverflowMask, VT); in expandAddSubSat() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 3263 auto Not = Builder.buildNot(MRI.getType(X), X); in applyXorOfAndWithSameReg() local
|
H A D | LegalizerHelper.cpp | 6567 Register Not = IsAdd ? MIRBuilder.buildNot(Ty, LHS).getReg(0) : LHS; in lowerAddSubSatToMinMax() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
H A D | msan_test.cc | 422 TEST(MemorySanitizer, Not) { in TEST() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6402 if (SDValue Not = IsNOT(V.getOperand(0), DAG)) { in IsNOT() local 44096 if (SDValue Not = IsNOT(V, DAG)) in combineANDXORWithAllOnesIntoANDNP() local 44104 if (SDValue Not = IsNOT(Src, DAG)) in combineANDXORWithAllOnesIntoANDNP() local 44111 if (SDValue Not = GetNot(N0)) { in combineANDXORWithAllOnesIntoANDNP() local 44114 } else if (SDValue Not = GetNot(N1)) { in combineANDXORWithAllOnesIntoANDNP() local 47532 if (SDValue Not = IsNOT(N->getOperand(0), DAG)) in combineAndnp() local
|