/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 1088 if (Instruction *Add = foldAddSubSelect(SI, *Builder)) in visitSelectInst() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_ring.cc | 119 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 D | graphcycles.cc | 311 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 D | cros_build_lib.py | 1484 def Add(self, functor, *args, **kwargs): member in ContextManagerStack
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | layer_validation_tests.h | 655 void Add(const char *name, T &obj) { in Add() function
|
/aosp_15_r20/external/grpc-grpc/test/core/util/ |
H A D | fake_stats_plugin.h | 548 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/ |
D | node.go | 424 func (s *NameSet) Add(n *Name) { func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | RISCVISAInfo.cpp | 481 bool Add = ExtName[0] == '+'; in parseFeatures() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/tensor_bundle/ |
H A D | tensor_bundle.cc | 441 Status BundleWriter::Add(StringPiece key, const Tensor& val) { in Add() function in tensorflow::BundleWriter
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 386 Add, ///< Addition. enumerator
|
/aosp_15_r20/art/runtime/ |
H A D | debugger.cc | 818 void Add(const char* str, bool copy_string) { in Add() function in art::StringTable
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1421 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 D | ValueTracking.cpp | 309 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 D | imgui_internal.h | 279 …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 D | InstCombineAndOrXor.cpp | 850 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/ |
D | lib.rs | 755 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 D | nodes.py | 812 class Add(BinExpr): class
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | while_loop_simplifier.cc | 335 void Add(int64_t index) { in TryRemoveDeadWhileParams() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | testlib.cc | 258 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 D | ir.h | 185 Add(ExprPtr lhs, ExprPtr rhs) in Add() function
|
/aosp_15_r20/external/python/jinja/src/jinja2/ |
D | nodes.py | 827 class Add(BinExpr): class
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 935 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 D | MCExpr.h | 426 Add, ///< Addition. enumerator
|
/aosp_15_r20/external/libprotobuf-mutator/src/ |
H A D | mutator.cc | 50 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 D | CoverageMapping.h | 146 enum ExprKind { Subtract, Add }; enumerator
|