Searched refs:Add (Results 51 - 75 of 303) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp41 static GCMetadataPrinterRegistry::Add<ErlangGCPrinter>
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp31 m_owners.Add(owner);
127 m_owners.Add(owner);
210 out_collection.Add(loc_sp);
H A DBreakpointSiteList.cpp21 // Add breakpoint site to the list. However, if the element already exists in
24 lldb::break_id_t BreakpointSiteList::Add(const BreakpointSiteSP &bp) { function in class:BreakpointSiteList
191 bp_site_list.Add(prev_bp);
197 bp_site_list.Add((*pos).second);
H A DBreakpoint.cpp546 locations_with_no_section.Add(break_loc_sp);
612 removed_locations_event->GetBreakpointLocationCollection().Add(
616 locations_to_remove.Add(break_loc_sp);
682 old_break_locs.Add(break_loc_sp);
733 locations_to_remove.Add(old_loc_sp);
734 locations_to_announce.Add(new_loc_sp);
803 locations_to_remove.Add(
808 locations_to_announce.Add(
834 locations_event->GetBreakpointLocationCollection().Add(loc_sp);
845 locations_event->GetBreakpointLocationCollection().Add(loc_s
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp91 void DataVisualization::Categories::Add(ConstString category) { function in class:DataVisualization::Categories
175 void DataVisualization::NamedSummaryFormats::Add( function in class:DataVisualization::NamedSummaryFormats
177 GetFormatManager().GetNamedSummaryContainer().Add(
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.h73 ID.Add(Offset);
109 ID.Add(Begin);
110 ID.Add(End);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp219 case Instruction::Add:
256 // Add the rewritten instruction to SeenExprs; the original instruction
288 case Instruction::Add:
484 case Instruction::Add:
500 case Instruction::Add:
514 case Instruction::Add:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp34 if (Inst->getOpcode() == Instruction::Add &&
253 if (Inst->getOpcode() == Instruction::Add &&
265 if (BOp->getOpcode() == Instruction::Add)
293 if (BO->getOpcode() == Instruction::Add &&
421 if (Inst->getOpcode() == Instruction::Add &&
H A DIVUsers.cpp78 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) {
80 for (const auto *Op : Add->operands())
172 // Add this IV user to the Processed set before returning false to ensure that
402 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) {
403 for (const auto *Op : Add->operands())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp94 Reduction (Instruction *Add) : Root(Add) { } argument
96 /// Record an Add instruction that is a part of the this reduction.
120 for (auto *Add : Adds) {
121 if (Add == Acc)
123 if (auto *Mul = GetMulOperand(Add->getOperand(0)))
125 if (auto *Mul = GetMulOperand(Add->getOperand(1)))
130 /// Add the incoming accumulator value, returns true if a value had not
186 for (auto *Add : Adds)
187 LLVM_DEBUG(dbgs() << *Add << "\
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp49 /// to Add.
50 void addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add);
396 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) { argument
397 // Add these to the internalize list
404 Add(GV);
418 Add(*GV2);
554 [this](GlobalValue &GV, IRMover::ValueAdder Add) {
555 addLazyFor(GV, Add);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp58 case Instruction::Add:
111 // Add the instruction to the stack before start handling its operands.
124 case Instruction::Add:
194 // Add the instruction to the stack before start handling its operands.
346 // 3. Add New-TruncInst (if Old node was not TruncInst).
357 case Instruction::Add:
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h45 void Add(KeyType name, const ValueSP &entry);
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dsha256-armv4.S38 @ Add NEON implementation. On Cortex A8 it was measured to process one
46 @ Add ARMv8 code path performing at 2.0 cpb on Apple A7.
H A Dsha512-armv4.S38 @ Add NEON implementation. On Cortex A8 it was measured to process
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp26 // Add the abbrevs specific to this block to the CurAbbrevs list.
362 Abbv->Add(BitCodeAbbrevOp(MaybeOp.get()));
382 Abbv->Add(BitCodeAbbrevOp(0));
391 Abbv->Add(BitCodeAbbrevOp(E, Data));
393 Abbv->Add(BitCodeAbbrevOp(E));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp46 // (sub Add, Sub, ...) Set difference.
53 RecSet Add, Sub; variable
54 ST.evaluate(*Expr->arg_begin(), Add, Loc);
56 for (RecSet::iterator I = Add.begin(), E = Add.end(); I != E; ++I)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h208 static data_type Add(data_type B, key_type K, context_type F) { function in struct:clang::ento::ProgramStatePartialTrait
240 static data_type Add(data_type L, key_type K, context_type F) { function in struct:clang::ento::ProgramStatePartialTrait
H A DSymbolManager.h110 profile.Add(T);
237 profile.Add(T);
288 ID.Add(From);
289 ID.Add(To);
384 ID.Add(t);
483 /// Add artificial symbol dependency.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h175 Add, enumerator in enum:llvm::MCID::Flag
262 bool isAdd() const { return Flags & (1ULL << MCID::Add); }
/freebsd-13-stable/sys/conf/
H A Dconfig.mk76 # Add all the options that are mentioned in any opt_*.h file when we
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h369 ID.Add(Args);
370 ID.Add(DefaultArgEffect);
371 ID.Add(Receiver);
372 ID.Add(This);
373 ID.Add(Ret);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp339 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Sum))
340 Ops.append(Add->op_begin(), Add->op_end());
366 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Start)) {
368 Ops.append(Add->op_begin(), Add->op_end());
369 e += Add->getNumOperands();
375 // Add the addrecs onto the end of the list.
762 Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(),
954 // Check for a simple Add/Su
1594 Instruction *Add = BinaryOperator::CreateAdd(CanonicalIV, One, local
2411 Value *Add = nullptr, *Sub = nullptr; local
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp138 void Add(uptr begin, uptr end, uptr cfi_check);
160 void ShadowBuilder::Add(uptr begin, uptr end, uptr cfi_check) { function in class:__cfi::ShadowBuilder
293 b->Add(cur_beg, cur_end, cfi_check);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h86 void Add(void *ptr) { function in struct:SizeClassAllocator32::TransferBatch
304 stat->Add(AllocatorStatMapped, kRegionSize);
330 b->Add((void*)pointers_array[i]);

Completed in 140 milliseconds

1234567891011>>