Home
last modified time | relevance | path

Searched defs:Add (Results 926 – 950 of 1197) sorted by relevance

1...<<31323334353637383940>>...48

/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1088 if (Instruction *Add = foldAddSubSelect(SI, *Builder)) in visitSelectInst() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring.cc119 void Add(CordRep* child, size_t offset, pos_type end_pos) { in Add() function in absl::cord_internal::CordRepRing::Filler
/aosp_15_r20/external/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc311 void Add(void* ptr, int32_t i) { in Add() function in absl::synchronization_internal::__anon7a63781d0111::PointerMap
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dcros_build_lib.py1484 def Add(self, functor, *args, **kwargs): member in ContextManagerStack
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.h655 void Add(const char *name, T &obj) { in Add() function
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dfake_stats_plugin.h548 void Add(T t, absl::Span<const absl::string_view> label_values, in Add() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dnode.go424 func (s *NameSet) Add(n *Name) { func
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DRISCVISAInfo.cpp481 bool Add = ExtName[0] == '+'; in parseFeatures() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/tensor_bundle/
H A Dtensor_bundle.cc441 Status BundleWriter::Add(StringPiece key, const Tensor& val) { in Add() function in tensorflow::BundleWriter
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCExpr.h386 Add, ///< Addition. enumerator
/aosp_15_r20/art/runtime/
H A Ddebugger.cc818 void Add(const char* str, bool copy_string) { in Add() function in art::StringTable
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1421 SDValue Add = DAG.getNode(ISD::ADD, getCurSDLoc(), in visitRet() local
3678 SDValue Add = DAG.getNode(ISD::ADD, dl, PtrVT, Ptr, in visitStore() local
5256 SDValue Add = DAG.getNode(ISD::FADD, sdl, in visitIntrinsicCall() local
5661 SDValue Add = DAG.getNode(ISD::ADD, sdl, PtrVT, FPVal, OffsetVal); in visitIntrinsicCall() local
7734 SDValue Add = CLI.DAG.getNode(ISD::ADD, CLI.DL, PtrVT, DemoteStackSlot, in LowerCallTo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp309 static void computeKnownBitsAddSub(bool Add, const Value *Op0, const Value *Op1, in computeKnownBitsAddSub()
4245 const AddOperator *Add, in computeOverflowForSignedAdd()
4403 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_internal.h279 …T* Add() { int idx = FreeIdx; if (idx == Data.Size) { Data.… in Add() function
501 …void Add(const ImVec2& p) { if (Min.x > p.x) Min.x = p.x; if (Min.y … in Add() function
502 …void Add(const ImRect& r) { if (Min.x > r.Min.x) Min.x = r.Min.x; if (Min.y … in Add() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp850 Value *Add = Builder.CreateAdd(X, ConstantInt::get(X->getType(), -(*C1))); in foldAndOrOfEqualityCmpsWithConstants() local
3233 auto *Add = cast<BinaryOperator>(Op0); in visitXor() local
/aosp_15_r20/external/rust/android-crates-io/crates/num-complex/src/
Dlib.rs755 impl<T: Clone + Num> Add<Complex<T>> for Complex<T> { impl
1083 impl Add<Complex<$real>> for $real { impl
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Dnodes.py812 class Add(BinExpr): class
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dwhile_loop_simplifier.cc335 void Add(int64_t index) { in TryRemoveDeadWhileParams() function
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dtestlib.cc258 Node* Add(Graph* g, Node* in0, Node* in1) { return Binary(g, "Add", in0, in1); } in Add() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dir.h185 Add(ExprPtr lhs, ExprPtr rhs) in Add() function
/aosp_15_r20/external/python/jinja/src/jinja2/
Dnodes.py827 class Add(BinExpr): class
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp935 Value *Add = Builder.CreateAdd(Builder.CreateLoad(Counter), in insertIndirectCounterIncrement() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCExpr.h426 Add, ///< Addition. enumerator
/aosp_15_r20/external/libprotobuf-mutator/src/
H A Dmutator.cc50 Add, // Adds new field with default value. enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h146 enum ExprKind { Subtract, Add }; enumerator

1...<<31323334353637383940>>...48