Searched refs:push_back (Results 351 - 375 of 2299) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp30 Sets.push_back({});
72 NewSet.Entries.push_back(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp33 ArgVStorage.push_back(std::make_unique<char[]>(ProgramName->size() + 1));
36 ArgV.push_back(ArgVStorage.back().get());
40 ArgVStorage.push_back(std::make_unique<char[]>(Arg.size() + 1));
43 ArgV.push_back(ArgVStorage.back().get());
45 ArgV.push_back(nullptr);
161 CtorDtorsByPriority[CtorDtor.Priority].push_back(
206 CXXDestructorDataPairs.push_back(std::make_pair(Destructor, Arg));
226 AtExitRecords[DSOHandle].push_back({F, Ctx});
H A DObjectLinkingLayer.cpp165 ExtraSymbols.push_back(KV.first);
168 MissingSymbols.push_back(KV.first);
185 ExtraSymbols.push_back(KV.first);
225 Config.PrePrunePasses.push_back(
230 Config.PostPrunePasses.push_back(
373 Worklist.push_back(WorklistEntry(Sym, std::move(LocalDeps)));
489 UntrackedAllocs.push_back(std::move(Alloc));
528 Allocs.push_back(std::move(KV.second));
549 PassConfig.PostFixupPasses.push_back(createEHFrameRecorderPass(
576 UntrackedEHFrameRanges.push_back(EHFrameRang
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp110 LLVMUsed.push_back(&GV);
117 LLVMUsed.push_back(&GV);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp53 DeadInstsInBB.push_back(&I);
65 DeadInstsInBB.push_back(&I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp117 PredValues.push_back(std::make_pair(PredBB, PredVal));
130 PredValues.push_back(std::make_pair(PredBB, PredVal));
183 if (InsertedPHIs) InsertedPHIs->push_back(InsertedPHI);
261 Preds->push_back(*PI);
354 UsesByBlock[User->getParent()].push_back(User);
378 LiveInLoads.push_back(cast<LoadInst>(User));
397 LiveInLoads.push_back(cast<LoadInst>(I));
420 LiveInLoads.push_back(L);
H A DBasicBlockUtils.cpp65 Updates->push_back({DominatorTree::Delete, BB, Succ});
130 DeadBlocks.push_back(BB);
162 PHIs.push_back(&PN);
223 IncomingValues.push_back(PN.getIncomingValue(0));
241 Updates.push_back({DominatorTree::Insert, PredBB, *I});
243 Updates.push_back({DominatorTree::Delete, BB, *I});
244 Updates.push_back({DominatorTree::Delete, PredBB, BB});
377 ToBeRemoved.push_back(DVI);
429 ToBeRemoved.push_back(DVI);
818 NewBBs.push_back(NewBB
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp358 Operands.push_back(BPFOperand::createToken(Name, S));
388 Operands.push_back(BPFOperand::createToken(Name, S));
399 Operands.push_back(BPFOperand::createToken(
401 Operands.push_back(BPFOperand::createToken(
430 Operands.push_back(BPFOperand::createReg(RegNo, S, E));
455 Operands.push_back(BPFOperand::createImm(IdVal, S, E));
469 Operands.push_back(BPFOperand::createReg(RegNo, NameLoc, E));
471 Operands.push_back(BPFOperand::createToken(Name, NameLoc));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp32 MipsOptionRecords.push_back(
90 Labels.push_back(Symbol);
/freebsd-13-stable/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_etmv4_stack_elem.cpp45 push_back(pElem);
101 push_back(pElem);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp246 UnreachableEdges.push_back(I.getSuccessorIndex());
248 ReachableEdges.push_back(I.getSuccessorIndex());
316 Weights.push_back(Weight->getZExtValue());
319 UnreachableIdxs.push_back(I - 1);
321 ReachableIdxs.push_back(I - 1);
349 BP.push_back({ Weights[I], static_cast<uint32_t>(WeightSum) });
443 ColdEdges.push_back(I.getSuccessorIndex());
445 NormalEdges.push_back(I.getSuccessorIndex());
596 InstChain.push_back(cast<BinaryOperator>(CmpLHS));
607 WorkList.push_back(CmpPH
[all...]
H A DDomTreeUpdater.cpp194 Callbacks.push_back(CallBackOnDeletion(DelBB, Callback));
216 assert(DelBB && "Invalid push_back of nullptr DelBB.");
238 PendUpdates.push_back(U);
287 PendUpdates.push_back(U);
289 DeduplicatedUpdates.push_back(U);
339 PendUpdates.push_back({DominatorTree::Insert, From, To});
360 PendUpdates.push_back({DominatorTree::Insert, From, To});
385 PendUpdates.push_back({DominatorTree::Delete, From, To});
406 PendUpdates.push_back({DominatorTree::Delete, From, To});
H A DStackLifetime.cpp84 WorkList.push_back(AI);
89 WorkList.push_back(BI);
117 Instructions.push_back(nullptr);
133 BBMarkers[BB].push_back({Instructions.size(), M});
134 Instructions.push_back(I);
326 Names.push_back(KV.getFirst()->getName());
348 Names.push_back(KV.getFirst()->getName());
368 Allocas.push_back(AI);
H A DLazyCallGraph.cpp114 Worklist.push_back(C);
198 Worklist.push_back(GV.getInitializer());
301 Worklist.push_back(CalleeC);
386 Worklist.push_back(this);
398 Worklist.push_back(ChildRC);
612 Worklist.push_back(&TargetSCC);
628 Worklist.push_back(&EdgeC);
673 DeletedSCCs.push_back(C);
770 OldSCC.Nodes.push_back(&TargetN);
790 DFSStack.push_back({Root
[all...]
H A DMustExecute.cpp169 WorkList.push_back(Pred);
185 WorkList.push_back(PredPred);
365 DTs.push_back(std::make_unique<DominatorTree>(const_cast<Function &>(F)));
366 LIs.push_back(std::make_unique<LoopInfo>(*DTs.back()));
370 DTs.push_back(std::make_unique<DominatorTree>(const_cast<Function&>(F)));
374 PDTs.push_back(
418 MustExec[&I].push_back(L);
431 MustExec[&I].push_back(L);
527 Worklist.push_back(SuccBB);
631 Worklist.push_back(AdjacentB
[all...]
H A DMemoryDependenceAnalysis.cpp297 LoadOperandsQueue.push_back(LoadOperand);
324 LoadOperandsQueue.push_back(U);
334 LoadOperandsQueue.push_back(U);
720 DirtyBlocks.push_back(Entry.getBB());
732 DirtyBlocks.push_back(Pred);
804 Cache.push_back(NonLocalDepEntry(DirtyBB, Dep));
818 DirtyBlocks.push_back(Pred);
839 Result.push_back(NonLocalDefIt->second);
863 Result.push_back(NonLocalDepResult(FromBB, MemDepResult::getUnknown(),
879 Result.push_back(NonLocalDepResul
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp38 Res.push_back(LHS);
40 Res.push_back(RHS);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h204 LiveInAttrs.push_back(std::make_pair(VReg, Flags));
220 void addMustSaveCR(Register Reg) { MustSaveCRs.push_back(Reg); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp178 AsmNodeOperands.push_back(op);
196 AsmNodeOperands.push_back(op);
202 OpChanged.push_back(false);
253 Ops.push_back(T1.getValue(1));
302 AsmNodeOperands.push_back(PairedReg);
309 AsmNodeOperands.push_back(Glue);
390 OutOps.push_back(Op0);
391 OutOps.push_back(Op1);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp198 ObjCInterfacesSeen.push_back(Class);
218 FunctionDefinitionsSeen.push_back(FDecl);
755 DG.push_back(*DI);
766 ObjCInterfacesSeen.push_back(IFace);
780 DG.push_back(*DI);
1443 Args.push_back(Arg);
1527 Args.push_back(Arg);
2085 SelExprs.push_back(getStringLiteral(Exp->getSelector().getAsString()));
2316 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2413 ArgTys.push_back(arg
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp94 Sequences.push_back(StmtSequence(D->getBody(), D));
141 IndexesToRemove.push_back(i);
262 ChildHashes.push_back(0);
268 ChildHashes.push_back(ChildHash);
290 StmtsByHash.push_back(std::make_pair(
298 StmtsByHash.push_back(std::make_pair(HashCode, StmtSequence(S, D)));
399 NewGroup.push_back(StmtsByHash[i].second);
404 Result.push_back(NewGroup);
511 PotentialGroup.push_back(Candidate);
518 Result.push_back(PotentialGrou
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp57 Parent->SubModules.push_back(this);
230 Names.push_back(M->Name);
296 Requirements.push_back(Requirement(std::string(Feature), RequiredState));
314 Stack.push_back(this);
328 Stack.push_back(*Sub);
352 Result->Exports.push_back(Module::ExportDecl(nullptr, true));
363 Exported.push_back(Mod);
374 Exported.push_back(Mod);
386 WildcardRestrictions.push_back(Restriction);
415 Exported.push_back(Mo
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp75 wp_ids.push_back(watch_sp->GetID());
91 StrRefArgs.push_back(entry.ref());
97 StrRefArgs.push_back(first);
98 StrRefArgs.push_back(Minus);
100 StrRefArgs.push_back(second);
116 wp_ids.push_back(id);
131 wp_ids.push_back(beg);
160 m_arguments.push_back(arg);
290 m_arguments.push_back(arg);
360 m_arguments.push_back(ar
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp225 ExtraOpts.push_back("-z");
226 ExtraOpts.push_back("now");
231 ExtraOpts.push_back("-z");
232 ExtraOpts.push_back("relro");
238 ExtraOpts.push_back("-z");
239 ExtraOpts.push_back("max-page-size=4096");
248 PPaths.push_back(Twine(GCCInstallation.getParentLibPath() +
252 ExtraOpts.push_back("-X");
260 ExtraOpts.push_back("--sysroot=" + SysRoot);
272 ExtraOpts.push_back("
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp159 c.relocations.push_back({expr, type, offset, addend, &sym});
164 c.relocations.push_back({expr, type, offset, addend, &sym});
196 c.relocations.push_back({expr, type, offset, addend, &sym});
221 c.relocations.push_back(
230 in.got->relocations.push_back(
236 c.relocations.push_back({expr, type, offset, addend, &sym});
242 c.relocations.push_back(
254 in.got->relocations.push_back(
257 c.relocations.push_back({expr, type, offset, addend, &sym});
269 in.got->relocations.push_back(
[all...]

Completed in 160 milliseconds

<<11121314151617181920>>