/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 1579 SDValue Not = TLO.DAG.getNOT(dl, Op0.getOperand(0), VT); in SimplifyDemandedBits() local 8549 SDValue Not = DAG.getNode(ISD::VP_XOR, dl, VT, Op, in expandVPCTTZ() local 9603 SDValue Not = DAG.getNOT(dl, OverflowMask, VT); in expandAddSubSat() local
|
H A D | DAGCombiner.cpp | 2388 SDValue Not = ShiftOp.getOperand(0); in foldAddSubOfSignBit() local 2485 SDValue Not = DAG.getNOT(DL, X, X.getValueType()); in visitADDLike() local 2630 SDValue Not = DAG.getNode(ISD::XOR, DL, VT, N0.getOperand(0), in visitADDLike() local 2846 SDValue Not = DAG.getNode(ISD::XOR, DL, VT, N0.getOperand(0), in visitADDLikeCommutative() local 10715 SDValue Not = DAG.getNOT(DL, Sra, VT); in foldVSelectToSignBitSplatMask() local
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | Python-ast.h | 22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty; enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/ |
D | spirv_parse.rs | 1016 Not { enumerator 9145 Not { enumerator
|
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | easymock.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/easymock/
org/ ... |
/aosp_15_r20/external/bcc/tests/cc/ |
H A D | catch.hpp | 920 class Not : public MatcherImpl<Not<ExpressionT>, ExpressionT> { class 922 explicit Not( Matcher<ExpressionT> const& matcher ) : m_matcher(matcher.clone()) {} in Not() function in Catch::Matchers::Impl::Generic::Not 923 Not( Not const& other ) : m_matcher( other.m_matcher ) {} in Not() function in Catch::Matchers::Impl::Generic::Not 1141 inline Impl::Generic::Not<ExpressionT> Not( Impl::Matcher<ExpressionT> const& m ) { in Not() function
|
/aosp_15_r20/external/python/cpython2/Lib/compiler/ |
D | ast.py | 997 class Not(Node): class
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 1675 SDValue Not = DAG.getNOT(SL, Shr, MVT::i64); in LowerFTRUNC() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 3211 Value *Not = Builder.CreateNot(NotOp, NotOp->getName() + ".not"); in visitOr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 3481 MachineSDNode *Not = in tryShiftAmountMod() local
|
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/ |
H A D | test_static_runtime.cc | 3462 TEST(StaticRuntime, Not) { in TEST() argument
|
/aosp_15_r20/external/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 5907 __ Not(z4.VnB(), pg, z31.VnB()); in TEST_SVE() local 5909 __ Not(z5.VnH(), pg, z5.VnH()); // destructive in TEST_SVE() local 5911 __ Not(z6.VnS(), pg, z31.VnS()); in TEST_SVE() local 5913 __ Not(z7.VnD(), pg, z7.VnD()); // destructive in TEST_SVE() local 8963 __ Not(p0.VnB(), all.Zeroing(), p0.VnB()); in Ldff1Helper() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2215 SDValue Not = DAG.getNOT(SL, Shr, MVT::i64); in LowerFTRUNC() local
|
H A D | AMDGPULegalizerInfo.cpp | 2162 auto Not = B.buildNot(S64, Shr); in legalizeIntrinsicTrunc() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2111 SDValue Not = DAG.getNOT(SL, Shr, MVT::i64); in LowerFTRUNC() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | ir_emitter.cpp | 120 RefinementSet Not() const { in Not() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 7076 if (SDValue Not = IsNOT(V.getOperand(0), DAG)) { in IsNOT() local 31511 bool Not = false; in FindSingleBitChange() local 48536 if (SDValue Not = IsNOT(N0, DAG)) { in combineAndNotIntoANDNP() local 48539 } else if (SDValue Not = IsNOT(N1, DAG)) { in combineAndNotIntoANDNP() local 48584 if (SDValue Not = IsNOT(Src, DAG)) { in combineAndShuffleNot() local 48599 if (SDValue Not = GetNot(N0)) { in combineAndShuffleNot() local 48602 } else if (SDValue Not = GetNot(N1)) { in combineAndShuffleNot() local 52579 if (SDValue Not = IsNOT(N0, DAG)) in combineAndnp() local 52604 SDValue Not = getConstVector(EltBits0, ResultUndefs, VT, DAG, DL); in combineAndnp() local
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | easymock-3.3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/easymock/
org/ ... |
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 5411 void Not(const PRegisterWithLaneSize& pd, in Not() function 5418 void Not(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Not() function
|
/aosp_15_r20/external/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cc | 406 TEST(MemorySanitizer, Not) { in TEST() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 7154 SDValue Not = DAG.getNOT(dl, OverflowMask, VT); in expandAddSubSat() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 3127 auto Not = Builder.buildNot(MRI.getType(X), X); in applyXorOfAndWithSameReg() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | xla_builder.cc | 4557 XlaOp Not(const XlaOp operand) { in Not() function
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | intrinsics_riscv64.cc | 4786 __ Not(mask, mask); // We need to flip the mask for `kSet`, see `GenerateGetAndUpdate()`. in GenerateVarHandleGetAndUpdate() local
|
H A D | code_generator_riscv64.cc | 4812 __ Not(locations->Out().AsRegister<XRegister>(), locations->InAt(0).AsRegister<XRegister>()); in VisitNot() local
|