Searched refs:push_back (Results 126 - 150 of 2181) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/lld/lib/Core/
H A DLinkingContext.cpp64 result.push_back(std::move(file));
66 result.push_back(std::move(file));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectApropos.cpp34 arg.push_back(search_word_arg);
37 m_arguments.push_back(arg);
H A DCommandObjectPlugin.cpp31 arg1.push_back(cmd_arg);
34 m_arguments.push_back(arg1);
H A DCommandObjectLog.cpp61 arg1.push_back(channel_arg);
66 arg2.push_back(category_arg);
69 m_arguments.push_back(arg1);
70 m_arguments.push_back(arg2);
202 arg1.push_back(channel_arg);
207 arg2.push_back(category_arg);
210 m_arguments.push_back(arg1);
211 m_arguments.push_back(arg2);
266 arg.push_back(channel_arg);
269 m_arguments.push_back(ar
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeUtils.h36 SplitLRs[eq-1]->segments.push_back(*I);
50 SplitLRs[eq-1]->valnos.push_back(VNI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp67 Ops.push_back(Builder.DAG.getTargetConstant(StackMaps::ConstantOp, L,
69 Ops.push_back(Builder.DAG.getTargetConstant(Value, L, MVT::i64));
129 Builder.FuncInfo.StatepointStackSlots.push_back(FI);
291 NewBases.push_back(Bases[i]);
292 NewPtrs.push_back(Ptrs[i]);
293 NewRelocs.push_back(Relocs[i]);
438 Ops.push_back(Builder.DAG.getTargetFrameIndex(FI->getIndex(),
443 MemRefs.push_back(MMO);
452 Ops.push_back(Incoming);
461 Ops.push_back(st
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp34 Matches.push_back(*TI);
43 Matches.push_back(*TI);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPHITransAddr.h56 InstInputs.push_back(I);
119 InstInputs.push_back(VI);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h55 Worklist.push_back(I);
81 Worklist.push_back(I);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp51 worklist.push_back(Dst);
73 worklist.push_back(*i);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp108 Hints.push_back(FixItHint::CreateRemoval(
112 Hints.push_back(FixItHint::CreateInsertion(Begin, "*("));
113 Hints.push_back(FixItHint::CreateInsertion(End, ")"));
115 Hints.push_back(FixItHint::CreateInsertion(Begin, "*"));
142 Hints.push_back(FixItHint::CreateRemoval(
146 Hints.push_back(FixItHint::CreateInsertion(Begin, "&("));
147 Hints.push_back(FixItHint::CreateInsertion(End, ")"));
149 Hints.push_back(FixItHint::CreateInsertion(Begin, "&"));
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp46 MatchesEndTagOptional.push_back(Match);
48 MatchesEndTagForbidden.push_back(Match);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp72 Users.push_back(FnUser);
86 Functions.push_back(&F);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DIntEqClasses.cpp28 EC.push_back(EC.size());
74 Leader.push_back(EC[i] = i);
H A DTrigramIndex.cpp76 Index[Tri].push_back(Counts.size());
86 Counts.push_back(Cnt);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h75 void push_back(uint64_t N) { Record->push_back(N); }
107 OffsetIndices.push_back(Record->size());
108 Record->push_back(BitOffset);
119 StmtsToEmit.push_back(S);
143 Record->push_back(Value);
147 Record->push_back(Value);
151 Record->push_back(Value);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp174 InstrsToErase.push_back(&MI);
188 InstrsToErase.push_back(&MI);
200 InstrsToErase.push_back(&MI);
208 InstrsToErase.push_back(&MI);
219 InstrsToErase.push_back(DefMIToErase);
262 InstrsToErase.push_back(Br);
272 InstrsToErase.push_back(&*It);
296 InstrsToErase.push_back(CRSetMI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantProp.cpp80 WorkListVec.push_back(&I);
103 NewWorkListVec.push_back(cast<Instruction>(U));
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.cpp56 void CoverageFilters::push_back(std::unique_ptr<CoverageFilter> Filter) { function in class:CoverageFilters
57 Filters.push_back(std::move(Filter));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp56 Exceptions.push_back(WE);
70 WE->getParentException()->getSubExceptions().push_back(WE);
105 WL.push_back(EHPad);
123 WL.push_back(Frontier);
135 WL.push_back(Succ);
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DDLL.cpp145 m[sym->getDLLName().lower()].push_back(sym);
155 v.push_back(std::move(syms));
585 lookups.push_back(make<OrdinalOnlyChunk>(ord));
586 addresses.push_back(make<OrdinalOnlyChunk>(ord));
590 lookups.push_back(make<LookupChunk>(c));
591 addresses.push_back(make<LookupChunk>(c));
592 hints.push_back(c);
595 lookups.push_back(make<NullChunk>(config->wordsize));
596 addresses.push_back(make<NullChunk>(config->wordsize));
602 dllNames.push_back(mak
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp179 VirtualBaseSyms.push_back(std::move(Base));
181 Bases.push_back(std::move(Base));
185 Members.push_back(std::move(Data));
187 Other.push_back(std::move(Data));
189 VTables.push_back(std::move(VT));
191 Funcs.push_back(std::move(Func));
193 Other.push_back(std::move(Child));
211 AllBases.push_back(BL.get());
254 AllBases.push_back(BL.get());
301 ChildStorage.push_back(st
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp140 Res.push_back(Node->getOperand(OpIdx));
149 MD.ArgVector[i].push_back(V[i]);
192 InstsToErase.push_back(Inst);
221 InstsToErase.push_back(Inst);
281 ArgTypes.push_back(FT->getParamType(i));
289 ArgTypes.push_back(ImageSizeType);
294 ArgTypes.push_back(ImageFormatType);
323 KernelMDArgs.push_back(ConstantAsMetadata::get(NewF));
325 KernelMDArgs.push_back(MDNode::get(*Context, NewArgMDs.ArgVector[i]));
349 M.getFunctionList().push_back(New
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp56 Ops.push_back(I->getOperand(0));
57 Ops.push_back(I->getOperand(1));
70 Worklist.push_back(CurrentTruncInst->getOperand(0));
100 Stack.push_back(I);
121 Worklist.push_back(Operand);
150 Worklist.push_back(Src);
182 Stack.push_back(I);
198 Worklist.push_back(IOp);
340 Worklist.push_back(NewCI);
397 Worklist.push_back(C
[all...]
/freebsd-12-stable/contrib/atf/atf-c++/detail/
H A Dprocess_test.cpp64 argv.push_back(get_process_helpers_path(tc, true).leaf_name());
65 argv.push_back(helper_name);
128 col.push_back("arg0");
137 col.push_back("arg0");
138 col.push_back("arg1");
139 col.push_back("arg2");
274 col.push_back("arg0");
293 vector.push_back("arg0");
294 vector.push_back("arg1");
295 vector.push_back("arg
[all...]

Completed in 412 milliseconds

1234567891011>>