/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 309 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off"); in InsertRangeTest() local 328 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off"); in InsertRangeTest() local 1021 Value *Add = Builder->CreateAdd(Val, AddCST, Val->getName()+".off"); in FoldAndOfICmps() local 1909 Value *Add = Builder->CreateAdd(Val, AddCST, Val->getName()+".off"); in FoldOrOfICmps() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 826 static Instruction *foldNoWrapAdd(BinaryOperator &Add, in foldNoWrapAdd() 866 Instruction *InstCombiner::foldAddWithConstant(BinaryOperator &Add) { in foldAddWithConstant() 1997 BinaryOperator *Add = BinaryOperator::CreateAdd(Op0, Zext); in visitSub() local 2005 BinaryOperator *Add = BinaryOperator::CreateAdd(Op0, Sext); in visitSub() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ScalarEvolutionExpander.cpp | 315 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Sum)) in SimplifyAddOperands() local 342 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Start)) { in SplitAddRecs() local 1485 Instruction *Add = BinaryOperator::CreateAdd(CanonicalIV, One, in visitAddRecExpr() local 2086 Value *Add = Builder.CreateAdd(StartValue, MulV); in generateOverflowCheck() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/ |
H A D | status_util.h | 52 StatusCodeSet& Add(grpc_status_code status) { in Add() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | status_util.h | 52 StatusCodeSet& Add(grpc_status_code status) { in Add() function
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/include/ |
H A D | rtp_rtcp_defines.h | 314 void Add(const RtpPacketCounter& other) { in Add() function 363 void Add(const StreamDataCounters& other) { in Add() function
|
/aosp_15_r20/external/openthread/src/core/mac/ |
H A D | mac_types.hpp | 745 void Add(RadioType aType) { mBitMask |= BitFlag(aType); } in Add() function in ot::Mac::RadioTypes 753 void Add(RadioTypes aTypes) { mBitMask |= aTypes.mBitMask; } in Add() function in ot::Mac::RadioTypes
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
H A D | add.h | 458 inline void Add(const ArithmeticParams& params, in Add() function 475 inline void Add(const ArithmeticParams& params, in Add() function
|
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/ |
H A D | cpwl_list_ctrl.cpp | 62 void CPWL_ListCtrl::SelectState::Add(int32_t nItemIndex) { in Add() function in CPWL_ListCtrl::SelectState 66 void CPWL_ListCtrl::SelectState::Add(int32_t nBeginIndex, int32_t nEndIndex) { in Add() function in CPWL_ListCtrl::SelectState
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/examples/tutorial_derive/ |
D | 03_04_subcommands.rs | 14 Add { enumerator
|
/aosp_15_r20/external/tink/cc/ |
H A D | kms_clients.h | 43 static crypto::tink::util::Status Add(std::unique_ptr<KmsClient> kms_client) { in Add() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap/examples/tutorial_derive/ |
D | 03_04_subcommands.rs | 14 Add { name: Option<String> }, enumerator
|
/aosp_15_r20/external/webrtc/video/ |
H A D | unique_timestamp_counter.cc | 27 void UniqueTimestampCounter::Add(uint32_t value) { in Add() function in webrtc::UniqueTimestampCounter
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap-4.5.4/examples/tutorial_derive/ |
H A D | 03_04_subcommands.rs | 14 Add { name: Option<String> }, enumerator
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue19467.dir/ |
D | mysync.go | 13 func (wg *WaitGroup) Add(x int) { func
|
/aosp_15_r20/external/flatbuffers/benchmarks/cpp/ |
H A D | bench.h | 9 inline void Add(int64_t value) { sum += value; } in Add() function
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_raw_request_headers.cc | 17 void HttpRawRequestHeaders::Add(std::string_view key, std::string_view value) { in Add() function in net::HttpRawRequestHeaders
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/ |
D | mutation.cc | 28 void Mutation::Add(MutationEntry entry) { in Add() function in bluetooth::storage::Mutation
|
/aosp_15_r20/external/llvm/examples/ModuleMaker/ |
H A D | ModuleMaker.cpp | 55 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | identity_resolving_list.cc | 22 void IdentityResolvingList::Add(DeviceAddress identity, const UInt128& irk) { in Add() function in bt::gap::IdentityResolvingList
|
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/ |
D | ble_scanner_interface_impl.h | 44 MsftAdvMonitorAddCallback Add; variable
|
/aosp_15_r20/frameworks/base/media/mca/filterfw/native/core/ |
H A D | statistics.cpp | 34 void IncrementalGaussian::Add(float value) { in Add() function in android::filterfw::IncrementalGaussian
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | vector2d.cc | 18 void Vector2d::Add(const Vector2d& other) { in Add() function in gfx::Vector2d
|
/aosp_15_r20/system/keymaster/android_keymaster/ |
H A D | operation_table.cpp | 25 keymaster_error_t OperationTable::Add(OperationPtr&& operation) { in Add() function in keymaster::OperationTable
|
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_ignoreset.cc | 23 void IgnoreSet::Add(u32 stack_id) { in Add() function in __tsan::IgnoreSet
|