Searched refs:push_back (Results 251 - 275 of 2299) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp164 ReachableOrdered.push_back(&DefBlock);
173 ReachableOrdered.push_back(MBB);
190 Stack.push_back(Succ);
198 ReachableOrdered.push_back(MBB);
201 Stack.push_back(Succ);
210 Stack.push_back(Pred);
218 Predecessors.push_back(UnreachablePred);
363 Stack.push_back(DefBlock);
370 Stack.push_back(NextLevel[i]);
384 NextLevel.push_back(MB
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp137 Fixups.push_back(MCFixup::create(0, Expr, Kind));
179 Fixups.push_back(MCFixup::create(0, MO.getExpr(), fixupKind));
192 Fixups.push_back(MCFixup::create(0, MO.getExpr(),
205 Fixups.push_back(MCFixup::create(0, MO.getExpr(),
218 Fixups.push_back(MCFixup::create(0, MO.getExpr(),
220 Fixups.push_back(MCFixup::create(0, MO.getExpr(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.cpp123 Cond.push_back(MachineOperand::CreateImm(true));
124 Cond.push_back(MI.getOperand(1));
131 Cond.push_back(MachineOperand::CreateImm(false));
132 Cond.push_back(MI.getOperand(1));
145 Cond.push_back(MachineOperand::CreateImm(true));
146 Cond.push_back(MI.getOperand(2));
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp415 Args.push_back(CI->getCalledOperand());
428 ArgAttributes.push_back(AttributeSet());
431 ArgAttributes.push_back(InvokeAL.getParamAttributes(I));
473 ArgTys.push_back(PointerType::getUnqual(CalleeFTy));
763 ToErase.push_back(II);
780 ToErase.push_back(II);
806 ToErase.push_back(RI);
827 ToErase.push_back(CI);
853 FMCArgs.push_back(EV);
856 FMCArgs.push_back(Claus
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp404 /// If IsSimpleKeyAllowed, create and push_back a new SimpleKey.
564 Result.push_back(UnicodeScalarValue & 0x7F);
568 Result.push_back(FirstByte);
569 Result.push_back(SecondByte);
574 Result.push_back(FirstByte);
575 Result.push_back(SecondByte);
576 Result.push_back(ThirdByte);
582 Result.push_back(FirstByte);
583 Result.push_back(SecondByte);
584 Result.push_back(ThirdByt
[all...]
H A DARMTargetParser.cpp204 Features.push_back(Info.PlusName);
206 Features.push_back(Info.MinusName);
219 Features.push_back(Info.PlusName);
221 Features.push_back(Info.MinusName);
394 Features.push_back("+hwdiv-arm");
396 Features.push_back("-hwdiv-arm");
399 Features.push_back("+hwdiv");
401 Features.push_back("-hwdiv");
414 Features.push_back(AE.Feature);
416 Features.push_back(A
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp209 RenameInfos.push_back(Info);
220 RenameInfos.push_back({StartLoc, EndLoc,
239 RenameInfos.push_back({Loc, Loc,
270 RenameInfos.push_back({EndLoc, EndLoc,
318 RenameInfos.push_back(Info);
327 UsingDecls.push_back(Using);
347 RenameInfos.push_back(Info);
397 RenameInfos.push_back(Info);
433 RenameInfos.push_back(Info);
529 AtomicChanges.push_back(st
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp65 Ops.push_back(createString("synthetic_function_entry_count"));
67 Ops.push_back(createString("function_entry_count"));
68 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, Count)));
73 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, ID)));
103 Ops.push_back(createConstant(F));
113 Ops.push_back(createConstant(ConstantInt::get(Int64, CalleeArgNo)));
116 Ops.push_back(createConstant(ConstantInt::get(Int64, ArgNo, true)));
119 Ops.push_back(createConstant(ConstantInt::get(Int1, VarArgArePassed)));
159 Args.push_back(Extra);
161 Args.push_back(createStrin
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp114 UsesToRewrite.push_back(&U);
167 UsesToRewrite.push_back(
172 AddedPHIs.push_back(PN);
187 PostProcessPHIs.push_back(PN);
241 PostProcessPHIs.push_back(InsertedPN);
248 Worklist.push_back(PostProcessPN);
258 NeedDbgValues.push_back(PN);
284 BBWorklist.push_back(BB);
317 BBWorklist.push_back(IDomBB);
369 Worklist.push_back(
[all...]
H A DLoopUnrollAndJam.cpp147 Worklist.push_back(I);
159 Worklist.push_back(II);
176 Visited.push_back(I);
328 ForeBlocksFirst.push_back(Header);
329 ForeBlocksLast.push_back(SubLoop->getLoopPreheader());
330 SubLoopBlocksFirst.push_back(SubLoop->getHeader());
331 SubLoopBlocksLast.push_back(SubLoop->getExitingBlock());
332 AftBlocksFirst.push_back(SubLoop->getExitBlock());
333 AftBlocksLast.push_back(L->getExitingBlock());
376 Header->getParent()->getBasicBlockList().push_back(Ne
[all...]
H A DPredicateInfo.cpp365 DFSOrderedSet.push_back(VD);
377 CmpOperands.push_back(Comparison);
383 CmpOperands.push_back(Op0);
385 CmpOperands.push_back(Op1);
393 OpsToRename.push_back(Op);
394 PI.AllInfos.push_back(PB);
395 OperandInfo.Infos.push_back(PB);
411 ConditionsToProcess.push_back(cast<BinaryOperator>(Operand)->getOperand(0));
412 ConditionsToProcess.push_back(cast<BinaryOperator>(Operand)->getOperand(1));
413 ConditionsToProcess.push_back(Operan
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp216 OptionsToMatch.push_back(SM->takeChild(j));
218 OptionsToMatch.push_back(Child.release());
232 NewOptionsToMatch.push_back(Optn);
241 EqualMatchers.push_back(Optn);
246 EqualMatchers.push_back(OptionsToMatch[OptionIdx++]);
264 EqualMatchers.push_back(ScanMatcher);
310 NewOptionsToMatch.push_back(EqualMatchers[0]);
332 NewOptionsToMatch.push_back(Shared);
399 Cases.push_back(std::make_pair(&COM->getOpcode(), COM->takeNext()));
436 Cases.push_back(st
[all...]
H A DFixedLenDecoderEmitter.cpp74 Fields.push_back(EncodingField(Base, Width, Offset));
433 Insn.push_back(BIT_UNSET);
435 Insn.push_back(bitFromBits(Bits, i));
575 FilteredInstructions[Field].push_back(LastOpcFiltered);
580 VariableInstructions.push_back(Owner->Opcodes[i]);
663 TableInfo.Table.push_back(MCD::OPC_ExtractField);
664 TableInfo.Table.push_back(StartBit);
665 TableInfo.Table.push_back(NumBits);
689 Table.push_back(MCD::OPC_FilterValue);
697 Table.push_back(
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp217 AllInsns.push_back(&I);
232 StoreGroups.push_back(G);
245 Group.push_back(BaseStore);
264 Group.push_back(MI);
277 Other.push_back(MI);
340 OG.push_back(FirstMI);
364 OG.push_back(S2);
439 NG.push_back(StI);
447 NG.push_back(TfrI);
462 NG.push_back(St
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp173 Worklist.push_back(CB->getParent());
198 Worklist.push_back(cast<SwitchInst>(TI)->getSuccessor(1));
199 Worklist.push_back(cast<SwitchInst>(TI)->getSuccessor(2));
266 CoroIds.push_back(CII);
293 CoroBegins.push_back(CB);
295 CoroAllocs.push_back(CA);
297 CoroFrees.push_back(CF);
309 ResumeAddr.push_back(II);
312 DestroyAddr[CB].push_back(II);
355 DevirtAddr.push_back(SubF
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp70 m_sets.push_back({set_name.AsCString(), nullptr, 0, nullptr});
163 .push_back(i);
164 m_value_regs_map[i].push_back(
166 m_invalidate_regs_map[i].push_back(
224 m_value_regs_map[i].push_back(
228 .push_back(i);
229 m_invalidate_regs_map[i].push_back(
288 m_dynamic_reg_size_map[i].push_back(dwarf_opcode_bytes[j]);
362 m_invalidate_regs_map[i].push_back(
374 m_invalidate_regs_map[i].push_back(invalidate_reg_nu
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp318 Record.push_back(ID);
328 Record.push_back(*Name++);
338 Record.push_back(ID);
341 Record.push_back(*Name++);
350 Record.push_back((unsigned)0); // File.
351 Record.push_back((unsigned)0); // Line.
352 Record.push_back((unsigned)0); // Column.
353 Record.push_back((unsigned)0); // Offset.
357 Record.push_back(getEmitFile(PLoc.getFilename()));
358 Record.push_back(PLo
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp286 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
299 MemOpChains.push_back(Store);
336 Ops.push_back(Chain);
337 Ops.push_back(Callee);
340 Ops.push_back(DAG.getRegister(RegsToPass[i].first,
348 Ops.push_back(DAG.getRegisterMask(Mask));
351 Ops.push_back(Glue);
384 InVals.push_back(RetValue);
387 ResultMemLocs.push_back(
391 InVals.push_back(SDValu
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp151 Params.push_back(I->getType());
152 ArgAttrVec.push_back(PAL.getParamAttributes(ArgNo));
181 Indices.push_back(cast<ConstantInt>(*II)->getSExtValue());
198 Params.push_back(GetElementPtrInst::getIndexedType(
201 ArgAttrVec.push_back(AttributeSet());
255 Args.push_back(*AI); // Unmodified argument
256 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo));
268 Args.push_back(IRB.CreateLoad(STy->getElementType(i), Idx,
270 ArgAttrVec.push_back(AttributeSet());
291 Ops.push_back(ConstantIn
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp93 DFSStack.push_back({UI, UI->value_op_begin()});
154 DFSStack.push_back({UI, OpIt});
360 DFSStack.push_back({UI, UI->value_op_begin()});
377 DFSStack.push_back({UI, OpIt});
443 UserToPNMap.insert({UI, {}}).first->second.push_back(PN);
519 SpecPNs.push_back(PN);
527 SpecWorklist.push_back(UI);
547 SpecWorklist.push_back(OpI);
582 SpecPreds.push_back(NewPredBB);
590 SpecPreds.push_back(PredB
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp184 Packet.push_back(PI);
205 AppliedRestrictions.push_back(std::make_pair(
208 AppliedRestrictions.push_back(std::make_pair(
234 AppliedRestrictions.push_back(std::make_pair(
242 AppliedRestrictions.push_back(
339 hvxInsts.push_back(inst);
466 Summary.branchInsts.push_back(ISJ);
486 Summary.branchInsts.push_back(ISJ);
514 Summary.branchInsts.push_back(ISJ);
534 Summary.branchInsts.push_back(IS
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp194 config->dynamicList.push_back(v);
264 script->sectionCommands.push_back(cmd);
278 script->sectionCommands.push_back(cmd);
350 config->undefined.push_back(unquote(next()));
474 script->phdrsCommands.push_back(cmd);
496 config->searchPaths.push_back(unquote(tok));
525 v.push_back(os);
539 v.push_back(make<SymbolAssignment>(".", moveDot, getCurrentLocation()));
550 v.push_back(cmd);
558 v.push_back(cm
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp67 Affected.push_back({V, Idx});
69 Affected.push_back({I, Idx});
76 Affected.push_back({Op, Idx});
131 AVV.push_back({CI, AV.Index});
179 NAVV.push_back(A);
204 AssumeHandles.push_back({&II, ExprResultIdx});
223 AssumeHandles.push_back({CI, ExprResultIdx});
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp50 Fixups.push_back(MCFixup::create(0, MO.getExpr(),
64 Fixups.push_back(MCFixup::create(0, MO.getExpr(),
77 Fixups.push_back(MCFixup::create(0, MO.getExpr(),
90 Fixups.push_back(MCFixup::create(0, MO.getExpr(),
102 Fixups.push_back(MCFixup::create(IsLittleEndian? 0 : 2, MO.getExpr(),
116 Fixups.push_back(MCFixup::create(0, MO.getExpr(),
134 Fixups.push_back(MCFixup::create(IsLittleEndian? 0 : 2, MO.getExpr(),
152 Fixups.push_back(MCFixup::create(IsLittleEndian? 0 : 2, MO.getExpr(),
173 Fixups.push_back(MCFixup::create(IsLittleEndian? 0 : 2, MO.getExpr(),
219 Fixups.push_back(
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp221 PCHChain.push_back(NewModule.get());
223 Roots.push_back(NewModule.get());
225 Chain.push_back(std::move(NewModule));
315 ModulesInCommonWithGlobalIndex.push_back(&M);
322 ModulesInCommonWithGlobalIndex.push_back(MF);
353 Queue.push_back(&M);
360 VisitOrder.push_back(CurrentModule);
373 Queue.push_back(*M);
422 State->Stack.push_back(*M);

Completed in 151 milliseconds

<<11121314151617181920>>