Home
last modified time | relevance | path

Searched defs:Add (Results 976 – 1000 of 1197) sorted by relevance

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

/aosp_15_r20/external/crosvm/devices/src/pci/
H A Dpci_root.rs126 Add(PciAddress, Arc<Mutex<dyn BusDevice>>), enumerator
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference.cc1043 Status InferenceContext::Add(DimensionHandle first, DimensionOrConstant second, in Add() function in tensorflow::shape_inference::InferenceContext
/aosp_15_r20/external/webrtc/rtc_base/
H A Dphysical_socket_server.cc1204 void PhysicalSocketServer::Add(Dispatcher* pdispatcher) { in Add() function in rtc::PhysicalSocketServer
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp793 SDValue Add = DAG.getNode(ISD::ADD, DL, PtrVT, FINode, in LowerCall() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1439 Value *Add = Builder->CreateAdd(Op1, N1); in visitURem() local
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas810 procedure Add(const El: IANTLRInterface); procedure
1525 procedure Add(const El: IANTLRInterface); procedure
3525 procedure TRewriteRuleElementStream.Add(const El: IANTLRInterface); procedure
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DValueTracking.cpp399 static void computeKnownBitsAddSub(bool Add, const Value *Op0, const Value *Op1, in computeKnownBitsAddSub()
5025 const AddOperator *Add, in computeOverflowForSignedAdd()
5595 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Didl.h209 bool Add(const std::string &name, T *e) { in Add() function
/aosp_15_r20/external/cronet/base/metrics/
H A Dhistogram.cc490 void Histogram::Add(int value) { in Add() function in base::Histogram
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4331 SDValue Add = in visitStore() local
6474 SDValue Add = DAG.getNode(ISD::FADD, sdl, in visitIntrinsicCall() local
7075 SDValue Add = DAG.getMemBasePlusOffset(FPVal, OffsetVal, sdl); in visitIntrinsicCall() local
7757 SDValue Add = in visitVectorPredicationIntrinsic() local
10221 SDValue Add = CLI.DAG.getNode(ISD::ADD, CLI.DL, PtrVT, DemoteStackSlot, in LowerCallTo() local
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp788 SDValue Add = N->getOperand(1); in performADDCombine() local
1856 SDValue Add = DAG.getNode(ISD::ADD, DL, PtrVT, Hi, Ret); in lowerGlobalTLSAddress() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1299 MachineInstr *Add = getOpcodeDef(AMDGPU::G_ADD, CombinedOffset, *MRI); in setBufferOffsets() local
1895 auto Add = B.buildAdd(S32, WaterfallIdx, MaterializedOffset); in reinsertVectorIndexAdd() local
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1496 Combiner &Add(Value *OpShadow, Value *OpOrigin) { in Add() function in __anon38c215db0211::MemorySanitizerVisitor::Combiner
1526 Combiner &Add(Value *V) { in Add() function in __anon38c215db0211::MemorySanitizerVisitor::Combiner
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1084 SDValue Add = N->getOperand(1); in performADDCombine() local
2182 SDValue Add = DAG.getNode(ISD::ADD, DL, PtrVT, Hi, Ret); in lowerGlobalTLSAddress() local
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_edit_impl.cpp164 void CPWL_EditImpl::RefreshState::Add(const CFX_FloatRect& new_rect) { in Add() function in CPWL_EditImpl::RefreshState
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1760 Value *Add = Builder.CreateAdd(Op1, N1); in visitURem() local
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc169 void Add(HearingDevice device) { in Add() function in __anon8c0bbec30111::HearingDevices
/aosp_15_r20/external/libchrome/base/metrics/
H A Dhistogram.cc488 void Histogram::Add(int value) { in Add() function in base::Histogram
/aosp_15_r20/external/executorch/exir/emit/test/
H A Dtest_emit.py814 class Add(torch.nn.Module): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/Coverage/
DCoverageMapping.h163 enum ExprKind { Subtract, Add }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DIntervalMap.h319 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DIntervalMap.h319 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIntervalMap.h316 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DIntervalMap.h319 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib()
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Didl.h206 bool Add(const std::string &name, T *e) { in Add() function

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