Searched refs:push_back (Results 426 - 450 of 2299) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp75 WorkList.push_back(V);
86 WorkList.push_back(Op);
155 ToRemove.push_back(P);
174 ToRemove.push_back(P);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPredIteratorCache.h48 PredCache.push_back(nullptr); // null terminator.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DContext.h64 Hardware.push_back(std::move(H));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/
H A DPassInfo.h108 ItfImpl.push_back(ItfPI);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAutomaton.h107 Heads.push_back(makePathSegment(PI->ToDfaState, Head));
129 Heads.push_back(makePathSegment(0ULL, nullptr));
146 P.push_back(Head->State);
150 Paths.push_back(std::move(P));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp46 Loops.push_back(L);
168 PerfectNest.push_back(L);
172 PerfectNest.push_back(SubLoops.front());
174 LV.push_back(PerfectNest);
H A DMemDerefPrinter.cpp59 Deref.push_back(PO);
H A DSyntheticCountsUtils.cpp93 SCCs.push_back(*I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp136 Stack.push_back(StackLevel(Root, 0, (size_t)-1));
221 Stack.push_back(StackLevel(*DestNode, MergeResult, Obj.Length, nullptr));
257 Stack.push_back(
262 Stack.push_back(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFGuardLongjmp.cpp94 SetjmpCalls.push_back(&MI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp313 AddressSpace2SpecifiedActions[Type.getAddressSpace()].push_back(
317 .push_back(SizeAction);
319 ScalarSpecifiedActions.push_back(SizeAction);
351 ElementSizesSeen.push_back({ElementSize, Legal});
361 NumElementsActions.push_back({NumElements, BitsizeAndAction.second});
503 Types.push_back(Ty);
508 MemDescrs.push_back({8 * MMO->getSize() /* in bits */,
534 result.push_back({1, IncreaseAction});
536 result.push_back(v[i]);
539 result.push_back({LargestSizeSoFa
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTargetParser.cpp169 Values.push_back(C.Name);
174 Values.push_back(C.Name);
264 Features.push_back("+64bit");
266 Features.push_back("-64bit");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp40 Args.push_back(Entry);
42 Args.push_back(Entry);
92 OutChains.push_back(St);
104 OutChains.push_back(St);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp174 Dims.push_back(mdconst::extract<ConstantInt>(Op)->getZExtValue());
217 Version.push_back(VersionMajor);
218 Version.push_back(VersionMinor);
230 Printf.push_back(
246 Kernel.mLanguageVersion.push_back(
248 Kernel.mLanguageVersion.push_back(
335 HSAMetadata.mKernels.back().mArgs.push_back(Kernel::Arg::Metadata());
446 HSAMetadata.mKernels.push_back(Kernel::Metadata());
587 Dims.push_back(Dims.getDocument()->getNode(
594 Version.push_back(Versio
[all...]
H A DSIFixupVectorISel.cpp91 Worklist.push_back(Op);
101 Worklist.push_back(&DefInst->getOperand(1));
106 Worklist.push_back(&DefInst->getOperand(1));
107 Worklist.push_back(&DefInst->getOperand(3));
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DDriver.cpp131 paths.push_back(path);
136 paths.push_back(path);
166 inputFiles.push_back(make<ArchiveFile>(std::move(file)));
170 inputFiles.push_back(make<ObjFile>(mbref));
173 inputFiles.push_back(make<DylibFile>(mbref));
181 inputFiles.push_back(make<DylibFile>(std::move(*result)));
438 inputSections.push_back(isec);
H A DInputFiles.cpp148 subsections.push_back({{0, isec}});
215 subsec->relocs.push_back(r);
264 altEntrySymIdxs.push_back(i);
354 symbols.push_back(symtab->addDylib(saver.save(name), umbrella));
381 reexported.push_back(make<DylibFile>(*buffer, umbrella));
395 symbols.push_back(
401 reexported.push_back(make<DylibFile>(document, umbrella));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp219 arg.push_back(bp_id_arg);
222 m_arguments.push_back(arg);
412 m_bp_options_vec.push_back(bp_options);
493 arg.push_back(bp_id_arg);
496 m_arguments.push_back(arg);
613 arg.push_back(bp_id_arg);
616 m_arguments.push_back(arg);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp164 FreeNodes.push_back(node);
239 V->push_back(Old, Ctx);
246 V->push_back(N, G.getNodeAllocator());
419 ChangedNodes.push_back(V);
460 WL1.push_back(Sink);
472 WL2.push_back(N);
536 WL2.push_back(*I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp275 Calls.push_back(CI);
287 Worklist.push_back(Succ);
354 PollLocations.push_back(Term);
566 PollsNeeded.push_back(NewBB->getTerminator());
571 PollsNeeded.push_back(Term);
579 PollsNeeded.push_back(Location);
688 ParsePointsNeeded.push_back(CI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp29 Blocks.push_back({Block.Thread, {}});
32 B.PathData.push_back({internPath(cantFail(O.expandPath(PathData.first))),
91 Path.push_back(FuncId);
139 Path.push_back(Node->Func);
161 Roots.push_back(Node);
177 Node->Callees.push_back(NewNode);
345 TSD.push_back({E.TSC, E.FuncId});
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp230 Used.push_back(cast<Constant>(V));
289 ToRemove.push_back(&Alias);
297 ToRemove.push_back(&I);
379 Attrs.push_back(A);
412 Unreachable.push_back(&BB);
509 ToProcess.push_back(&BB);
515 Passes.push_back("verify");
535 BBs.push_back(cast<BasicBlock>(V));
617 ToProcess.push_back(&BB);
623 Passes.push_back("verif
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp122 Obj.StringTable->push_back(*S);
146 Obj.StreamMap->push_back(BlockList);
260 DMI.Subsections.push_back(*Converted);
274 DMI.Modi->Symbols.push_back(*ES);
297 Obj.TpiStream->Records.push_back(*ExpectedRecord);
325 Obj.IpiStream->Records.push_back(*ExpectedRecord);
361 Obj.PublicsStream->PubSyms.push_back(*ES);
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp143 ValueCols.push_back(ColI);
251 KeyValue.push_back(CurInstrVal);
258 KeyInstrVec.push_back(CurInstr);
260 RowInstrMap[KeyValue].push_back(CurInstr);
319 KeyValue.push_back(KeyInstrVal);
529 ValueCols.push_back(ListJ);
535 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1207 IdentifiedStructTypes.push_back(Ret);
1213 IdentifiedStructTypes.push_back(Ret);
1377 Attrs.push_back(AttributeList::get(Context, Record[i], B));
1380 MAttributes.push_back(AttributeList::get(Context, Attrs));
1385 Attrs.push_back(MAttributeGroups[Record[i]]);
1387 MAttributes.push_back(AttributeList::get(Context, Attrs));
1787 ArgTys.push_back(T);
1808 ArgTys.push_back(T);
1827 EltTys.push_back(T);
1860 EltTys.push_back(
[all...]

Completed in 140 milliseconds

<<11121314151617181920>>