Searched defs:Not (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h27 Not enumerator in enum:clang::threadSafety::lexpr::LExpr::Opcode
82 class Not : public LExpr { class in namespace:clang::threadSafety::lexpr
86 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} function in class:clang::threadSafety::lexpr::Not
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h371 Not, ///< Bitwise negation. enumerator in enum:llvm::MCUnaryExpr::Opcode
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp419 unsigned WebAssemblyFastISel::getRegForI1Value(const Value *V, bool &Not) { argument
890 bool Not; local
1073 bool Not = false; local
1280 bool Not; local
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dparse.c206 Not, /* Not special */ enumerator in enum:__anon104
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2049 Value *Not = Builder.CreateNot(MinMax); local
H A DInstCombineAndOrXor.cpp2614 Value *Not = Builder.CreateNot(B, B->getName() + ".not"); local
2618 Value *Not = Builder.CreateNot(A, A->getName() + ".not"); local
2632 Value *Not = Builder.CreateNot(NotOp, NotOp->getName() + ".not"); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2582 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, local
2620 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2111 SDValue Not = DAG.getNOT(SL, Shr, MVT::i64); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2157 SDValue Not = DAG.getNOT(DL, X, X.getValueType()); local
2285 SDValue Not = DAG.getNode(ISD::XOR, DL, VT, N0.getOperand(0), local
2455 SDValue Not local
7160 SDValue Not = DAG.getNOT(DL, N0.getOperand(0), VT); local
[all...]

Completed in 223 milliseconds