Home
last modified time | relevance | path

Searched defs:Add (Results 226 – 250 of 1197) sorted by relevance

12345678910>>...48

/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp309 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 DInstCombineAddSub.cpp826 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 DScalarEvolutionExpander.cpp315 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 Dstatus_util.h52 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/
Dstatus_util.h52 StatusCodeSet& Add(grpc_status_code status) { in Add() function
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp_defines.h314 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 Dmac_types.hpp745 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 Dadd.h458 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 Dcpwl_list_ctrl.cpp62 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/
D03_04_subcommands.rs14 Add { enumerator
/aosp_15_r20/external/tink/cc/
H A Dkms_clients.h43 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/
D03_04_subcommands.rs14 Add { name: Option<String> }, enumerator
/aosp_15_r20/external/webrtc/video/
H A Dunique_timestamp_counter.cc27 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 D03_04_subcommands.rs14 Add { name: Option<String> }, enumerator
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue19467.dir/
Dmysync.go13 func (wg *WaitGroup) Add(x int) { func
/aosp_15_r20/external/flatbuffers/benchmarks/cpp/
H A Dbench.h9 inline void Add(int64_t value) { sum += value; } in Add() function
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_raw_request_headers.cc17 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/
Dmutation.cc28 void Mutation::Add(MutationEntry entry) { in Add() function in bluetooth::storage::Mutation
/aosp_15_r20/external/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp55 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Didentity_resolving_list.cc22 void IdentityResolvingList::Add(DeviceAddress identity, const UInt128& irk) { in Add() function in bt::gap::IdentityResolvingList
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dble_scanner_interface_impl.h44 MsftAdvMonitorAddCallback Add; variable
/aosp_15_r20/frameworks/base/media/mca/filterfw/native/core/
H A Dstatistics.cpp34 void IncrementalGaussian::Add(float value) { in Add() function in android::filterfw::IncrementalGaussian
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Dvector2d.cc18 void Vector2d::Add(const Vector2d& other) { in Add() function in gfx::Vector2d
/aosp_15_r20/system/keymaster/android_keymaster/
H A Doperation_table.cpp25 keymaster_error_t OperationTable::Add(OperationPtr&& operation) { in Add() function in keymaster::OperationTable
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.cc23 void IgnoreSet::Add(u32 stack_id) { in Add() function in __tsan::IgnoreSet

12345678910>>...48