Home
last modified time | relevance | path

Searched defs:Not (Results 101 – 125 of 186) sorted by relevance

12345678

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1579 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 DDAGCombiner.cpp2388 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/
DPython-ast.h22 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/
Dspirv_parse.rs1016 Not { enumerator
9145 Not { enumerator
/aosp_15_r20/external/guice/extensions/persist/lib/
HDeasymock.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/ ...
/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp920 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/
Dast.py997 class Not(Node): class
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1675 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 DInstCombineAndOrXor.cpp3211 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 DAArch64ISelDAGToDAG.cpp3481 MachineSDNode *Not = in tryShiftAmountMod() local
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_static_runtime.cc3462 TEST(StaticRuntime, Not) { in TEST() argument
/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-assembler-sve-aarch64.cc5907 __ 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 DAMDGPUISelLowering.cpp2215 SDValue Not = DAG.getNOT(SL, Shr, MVT::i64); in LowerFTRUNC() local
H A DAMDGPULegalizerInfo.cpp2162 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 DAMDGPUISelLowering.cpp2111 SDValue Not = DAG.getNOT(SL, Shr, MVT::i64); in LowerFTRUNC() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp120 RefinementSet Not() const { in Not() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7076 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/
HDeasymock-3.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/ ...
/aosp_15_r20/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h5411 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 Dmsan_test.cc406 TEST(MemorySanitizer, Not) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7154 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 DCombinerHelper.cpp3127 auto Not = Builder.buildNot(MRI.getType(X), X); in applyXorOfAndWithSameReg() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc4557 XlaOp Not(const XlaOp operand) { in Not() function
/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_riscv64.cc4786 __ Not(mask, mask); // We need to flip the mask for `kSet`, see `GenerateGetAndUpdate()`. in GenerateVarHandleGetAndUpdate() local
H A Dcode_generator_riscv64.cc4812 __ Not(locations->Out().AsRegister<XRegister>(), locations->InAt(0).AsRegister<XRegister>()); in VisitNot() local

12345678