Searched refs:push_back (Results 476 - 500 of 2299) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp175 VNtoScalars[{V, InvalidVN}].push_back(I);
190 VNtoLoads[{V, InvalidVN}].push_back(Load);
210 VNtoStores[{VN.lookupOrAdd(Ptr), VN.lookupOrAdd(Val)}].push_back(Store);
232 VNtoCallsScalars[Entry].push_back(Call);
234 VNtoCallsLoads[Entry].push_back(Call);
236 VNtoCallsStores[Entry].push_back(Call);
606 Safe.push_back(CHI);
610 Safe.push_back(CHI);
626 RenameStack[VI.first].push_back(VI.second);
724 HPL.push_back({B
[all...]
H A DFloat2Int.cpp230 Worklist.push_back(OI);
303 OpRanges.push_back(SeenInsts.find(OI)->second);
340 OpRanges.push_back(ConstantRange(Int));
446 NewOperands.push_back(V);
448 NewOperands.push_back(convert(VI, ToTy));
455 NewOperands.push_back(ConstantInt::get(ToTy, Val));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp113 ValueVTs.push_back(TLI.getValueType(DL, Ty));
115 MemVTs->push_back(TLI.getMemValueType(DL, Ty));
117 Offsets->push_back(StartingOffset);
153 ValueTys.push_back(getLLTForType(Ty, DL));
155 Offsets->push_back(StartingOffset * 8);
445 SubTypes.push_back(DeeperType);
446 Path.push_back(0);
470 SubTypes.push_back(Next);
471 Path.push_back(0);
743 Worklist.push_back(Suc
[all...]
H A DWinEHPrepare.cpp137 FuncInfo.CxxUnwindMap.push_back(UME);
163 TBME.HandlerArray.push_back(HT);
165 FuncInfo.TryBlockMap.push_back(TBME);
254 Handlers.push_back(CatchPad);
343 FuncInfo.SEHUnwindMap.push_back(Entry);
354 FuncInfo.SEHUnwindMap.push_back(Entry);
496 FuncInfo.ClrEHUnwindMap.push_back(Entry);
709 FuncletBlocks[Color].push_back(&BB);
735 PHINodes.push_back(PN);
797 BlocksInFunclet.push_back(NewBloc
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp188 BranchStack.push_back(Item);
197 LoopStack.push_back(CFStack::ENTRY);
349 ClauseContent.push_back(&*I);
388 Lits.push_back(&Operand);
432 ClauseContent.push_back(&*BI);
438 ClauseContent.push_back(&*I);
459 ClauseContent.push_back(MILit);
534 FetchClauses.push_back(MakeFetchClause(MBB, I));
564 AluClauses.push_back(MakeALUClause(MBB, I));
576 LoopStack.push_back(st
[all...]
H A DSIWholeQuadMode.cpp267 Worklist.push_back(&MI);
344 LowerToCopyInstrs.push_back(&MI);
346 LowerToCopyInstrs.push_back(&MI);
347 SoftWQMInstrs.push_back(&MI);
355 LowerToMovInstrs.push_back(&MI);
363 LowerToCopyInstrs.push_back(&MI);
372 SetInactiveInstrs.push_back(&MI);
378 Worklist.push_back(&MBB);
385 LiveMaskQueries.push_back(&MI);
446 Worklist.push_back(MB
[all...]
H A DAMDGPURewriteOutArguments.cpp246 ReturnTypes.push_back(RetTy);
254 OutArgs.push_back(&Arg);
268 Returns.push_back(RI);
344 ReturnTypes.push_back(ArgTy);
438 StubCallArgs.push_back(UndefValue::get(Arg.getType()));
440 StubCallArgs.push_back(&Arg);
H A DR600MachineScheduler.cpp196 PhysicalRegCopy.push_back(SU);
204 Available[IDOther].push_back(SU);
206 Pending[IK].push_back(SU);
323 InstructionsGroupCandidate.push_back(SU->getInstr());
340 AvailableAlus[AK].push_back(QSrc[i]);
443 InstructionsGroupCandidate.push_back(SU->getInstr());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp233 Signatures.push_back(std::move(Sig));
238 Names.push_back(std::move(N));
261 void push(NestingType NT) { NestingStack.push_back(NT); }
348 Types.push_back(Type.getValue());
361 Operands.push_back(std::make_unique<WebAssemblyOperand>(
374 Operands.push_back(std::make_unique<WebAssemblyOperand>(
396 Operands.push_back(std::make_unique<WebAssemblyOperand>(
425 Operands.push_back(std::make_unique<WebAssemblyOperand>(
435 Operands.push_back(std::make_unique<WebAssemblyOperand>(
467 Operands.push_back(st
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2357 Operands.push_back(
2410 Operands.push_back(AArch64Operand::CreatePrefetch(
2426 Operands.push_back(AArch64Operand::CreatePrefetch(
2449 Operands.push_back(AArch64Operand::CreatePSBHint(
2472 Operands.push_back(AArch64Operand::CreateBTIHint(
2525 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext()));
2563 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext()));
2595 Operands.push_back(
2611 Operands.push_back(
2613 Operands.push_back(
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1105 EltTys.push_back(CreateMemberType(Unit, FType, "__size", &FieldOffset));
1106 EltTys.push_back(CreateMemberType(Unit, FType, "__align", &FieldOffset));
1109 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
1111 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
1112 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset));
1114 EltTys.push_back(CreateMemberType(Unit, FType, "__FuncPtr", &FieldOffset));
1118 EltTys.push_back(DBuilder.createMemberType(
1136 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset));
1137 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset));
1258 EltTys.push_back(getOrCreateTyp
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp202 arg.push_back(file_arg);
205 m_arguments.push_back(arg);
492 arg1.push_back(alias_arg);
500 arg2.push_back(cmd_arg);
508 arg3.push_back(options_arg);
511 m_arguments.push_back(arg1);
512 m_arguments.push_back(arg2);
513 m_arguments.push_back(arg3);
762 arg.push_back(alias_arg);
765 m_arguments.push_back(ar
[all...]
H A DCommandObjectThread.cpp43 m_thread_index_ids.push_back(thread_index_id);
47 m_thread_index_ids.push_back(thread_index_id);
102 tids.push_back(thread_sp->GetID());
129 tids.push_back(thread->GetID());
529 arg.push_back(thread_id_arg);
532 m_arguments.push_back(arg);
803 arg.push_back(thread_idx_arg);
806 m_arguments.push_back(arg);
845 resume_threads.push_back(thread);
992 m_until_addrs.push_back(tmp_add
[all...]
H A DCommandObjectWatchpointCommand.cpp202 arg.push_back(wp_id_arg);
205 m_arguments.push_back(arg);
501 arg.push_back(wp_id_arg);
504 m_arguments.push_back(arg);
573 arg.push_back(wp_id_arg);
576 m_arguments.push_back(arg);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp244 Buffer.push_back(';');
246 Buffer.push_back(';');
248 Buffer.push_back(';');
250 Buffer.push_back(';');
252 Buffer.push_back(';');
253 Buffer.push_back(';');
462 ToBeDeleted.push_back(TIDAddr);
463 ToBeDeleted.push_back(ZeroAddr);
498 FinalizationStack.push_back({FiniCBWrapper, OMPD_parallel, IsCancellable});
510 ToBeDeleted.push_back(Builde
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp333 arg.push_back(index_arg);
336 m_arguments.push_back(arg);
442 exception_names.push_back(g_catch_name);
445 exception_names.push_back(g_throw_name1);
446 exception_names.push_back(g_throw_name2);
450 exception_names.push_back(g_exception_throw_name);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp242 m_type_vector.push_back(std::string(type, (cursor - type)));
329 selector_components.push_back(
334 selector_components.push_back(&ast_ctx.Idents.get(
374 parm_vars.push_back(clang::ParmVarDecl::Create(
573 decls.push_back(m_ast_ctx.GetCompilerDecl(result_iface_decl));
614 decls.push_back(m_ast_ctx.GetCompilerDecl(iface_decl));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStack.cpp34 m_plans.push_back(
123 m_plans.push_back(null_plan_sp);
152 m_plans.push_back(new_plan_sp);
160 m_completed_plans.push_back(plan_sp);
170 m_discarded_plans.push_back(plan_sp);
417 missing_threads.push_back(cur_tid);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp165 Inputs.push_back(std::string(IA->getInputArg().getSpelling()));
190 UnusedInputs.push_back(Info.getArgStdStr(0));
287 Args.push_back("-c");
293 Args.push_back("placeholder.cpp");
375 Args.push_back(Line.str());
394 Result[0].CommandLine.push_back(std::string(FilePath));
H A DJSONCompilationDatabase.cpp62 CommandLine.push_back(Argument);
87 String.push_back(*Position);
96 String.push_back(*Position);
105 String.push_back(*Position);
250 Result.push_back(CommandRef.first().str());
308 Arguments.push_back(std::string(Node->getValue(Storage)));
389 Command->push_back(Scalar);
430 IndexByFile[NativeFilePath].push_back(Cmd);
431 AllCommands.push_back(Cmd);
/freebsd-13-stable/contrib/atf/atf-c++/
H A Dcheck_test.cpp59 argv.push_back(get_process_helpers_path(*tc, false).str());
60 argv.push_back(helper_name);
72 argv.push_back(get_process_helpers_path(*tc, false).str());
73 argv.push_back(helper_name);
74 argv.push_back(carg2);
372 argv.push_back("/foo/bar/non-existent");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp182 SegLists.ContentBlocks.push_back(B);
184 SegLists.ZeroFillBlocks.push_back(B);
432 Worklist.push_back(Sym);
450 Worklist.push_back(&E.getTarget());
461 SymbolsToRemove.push_back(Sym);
474 BlocksToRemove.push_back(B);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp77 Sections.push_back(
80 Sections.push_back(
107 S.Relocations.push_back(R);
178 O.LoadCommands.push_back(std::move(LC));
205 O.SymTable.Symbols.push_back(std::make_unique<SymbolEntry>(SE));
213 Sections.push_back(Sec.get());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp85 Trace.Records.push_back({R.RecordType, R.CPU, R.Type, R.FuncId,
189 Siblings.push_back(node_iter);
198 Siblings.push_back(node_iter);
226 ParentCallees.push_back(CurrentStack);
233 sibling->ExtraData.siblings.push_back(CurrentStack);
234 ParentCallees.push_back(CurrentStack);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp180 InstInputs.push_back(Op);
222 GEPOps.push_back(GEPOp);
391 NewInsts.push_back(New);
403 GEPOps.push_back(OpVal);
411 NewInsts.push_back(Result);
433 NewInsts.push_back(Res);

Completed in 296 milliseconds

<<11121314151617181920>>