Searched refs:push_back (Results 301 - 325 of 2299) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp187 List.push_back(std::make_pair(&U, List.size()));
616 Worklist.push_back(N);
640 Worklist.push_back(std::make_pair(N, N->op_begin()));
656 DelayedDistinctNodes.push_back(Op);
658 Worklist.push_back(std::make_pair(Op, Op->op_begin()));
664 MDs.push_back(N);
671 Worklist.push_back(std::make_pair(N, N->op_begin()));
699 MDs.push_back(MD);
722 MDs.push_back(Local);
757 Order.push_back(MetadataMa
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DLinkingContext.h71 _deadStripRoots.push_back(symbolName);
134 void appendLLVMOption(const char *opt) { _llvmOptions.push_back(opt); }
145 _initialUndefinedSymbols.push_back(symbolName);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DPPC.cpp112 Features.push_back("+spe");
118 Features.push_back("-hard-float");
122 Features.push_back("+secure-plt");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DTypeList.cpp31 m_types.push_back(type_sp);
182 matching_types.push_back(*pos);
205 matching_types.push_back(*pos);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h49 ModInitSections.push_back(std::move(ModInit));
57 ObjCSelRefsSections.push_back(std::move(ObjCSelRefs));
65 ObjCClassListSections.push_back(std::move(ObjCClassList));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp378 Contexts.push_back(DC);
433 Chunks.push_back(Chunk(CodeCompletionString::CK_TypedText, Text));
437 Chunks.push_back(Chunk::CreateText(Text));
441 Chunks.push_back(Chunk::CreateOptional(Optional));
445 Chunks.push_back(Chunk::CreatePlaceholder(Placeholder));
449 Chunks.push_back(Chunk::CreateInformative(Text));
453 Chunks.push_back(Chunk::CreateResultType(ResultType));
458 Chunks.push_back(Chunk::CreateCurrentParameter(CurrentParameter));
463 Chunks.push_back(Chunk(CK, Text));
558 Tags.push_back("Hidde
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp35 ParamTypes.push_back(PT_Ptr);
53 ParamTypes.push_back(Ty);
115 LabelRelocs[Label].push_back(Position);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DVTTBuilder.cpp52 VTTComponents.push_back(VTTComponent());
56 VTTComponents.push_back(VTTComponent(VTableIndex, Base));
196 VTTVTables.push_back(VTTVTable(Base, BaseIsVirtual));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp53 TypeIndexOffsets.push_back(
60 TypeRecords.push_back(Record);
62 TypeHashes.push_back(*Hash);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DSymbolSize.cpp54 Ret.push_back({Sym, Sym.getSize()});
68 Addresses.push_back({I, *ValueOrErr, SymNum, getSymbolSectionID(O, Sym)});
74 Addresses.push_back(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.cpp50 CallerNode.InlinedCallees.push_back(&CalleeNode);
57 NonImportedCallers.push_back(It->first());
190 SortedNodes.push_back(&Node);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCCodeEmitter.cpp103 Fixups.push_back(MCFixup::create(0, Expr, FK_PCRel_4));
105 Fixups.push_back(MCFixup::create(0, Expr, FK_SecRel_8));
108 Fixups.push_back(MCFixup::create(0, Expr, FK_PCRel_2));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp356 Operands.push_back(MSP430Operand::CreateToken("jmp", NameLoc));
358 Operands.push_back(MSP430Operand::CreateToken("j", NameLoc));
360 Operands.push_back(MSP430Operand::CreateImm(CCode, SMLoc(), SMLoc()));
377 Operands.push_back(MSP430Operand::CreateImm(Val, ExprLoc,
401 Operands.push_back(MSP430Operand::CreateToken(Name, NameLoc));
460 Operands.push_back(MSP430Operand::CreateReg(RegNo, StartLoc, EndLoc));
485 Operands.push_back(MSP430Operand::CreateMem(RegNo, Val, StartLoc,
498 Operands.push_back(MSP430Operand::CreateMem(MSP430::SR, Val, StartLoc,
513 Operands.push_back(MSP430Operand::CreatePostIndReg(RegNo, StartLoc, EndLoc));
518 Operands.push_back(MSP430Operan
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.cpp70 push_back(V, FullTy);
89 ResolveConstants.push_back(std::make_pair(PHC, Idx));
200 NewOps.push_back(cast<Constant>(NewOp));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp147 Ret.push_back(P.first());
173 MN->ValidKeys.push_back(Key);
391 SQHNode->Entries.push_back(std::move(Entry));
449 StateStack.push_back(inMapFirstKey);
475 StateStack.push_back(inMapOtherKey);
519 StateStack.push_back(inMapOtherKey);
522 StateStack.push_back(inFlowMapOtherKey);
527 StateStack.push_back(inFlowMapFirstKey);
556 StateStack.push_back(inSeqFirstElement);
580 StateStack.push_back(inSeqOtherElemen
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp90 ToRemove.push_back(Pred);
99 ToAdd.push_back(SDep(ExportPredSU, SDep::Barrier));
124 Chain.push_back(&SU);
H A DAMDGPUPrintfRuntimeBinding.cpp129 OpConvSpecifiers.push_back(Fmt[CurFmtSpecifierIdx]);
351 alloc_args.push_back(sumC);
380 ZeroIdxList.push_back(zeroInt);
396 FourthIdxList.push_back(fourInt); // 1st 4 bytes hold the printf_id
430 WhatToStore.push_back(Arg);
463 WhatToStore.push_back(ANumV);
469 WhatToStore.push_back(ANumV);
476 WhatToStore.push_back(Arg);
522 WhatToStore.push_back(Arg);
524 WhatToStore.push_back(Ar
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h72 Blocks.push_back(MBB);
92 SubExceptions.push_back(std::move(E));
162 TopLevelExceptions.push_back(std::move(WE));
H A DWebAssemblyMachineFunctionInfo.h71 void addParam(MVT VT) { Params.push_back(VT); }
74 void addResult(MVT VT) { Results.push_back(VT); }
84 void addLocal(MVT VT) { Locals.push_back(VT); }
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp52 Mapping[SubGroups[j]].push_back(DiagGroups[i]);
105 CategoryStrings.push_back("");
118 CategoryStrings.push_back(Category);
174 DiagsInGroup[GroupName].DiagsInGroup.push_back(R);
198 GI.SubGroups.push_back(
415 V->push_back(R);
446 V->push_back(Group);
658 AllocatedPieces.push_back(Mem);
708 NewMappings.push_back(mapIndex(Idx, Mappings));
782 Out.push_back('\\');
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp57 arg.push_back(register_arg);
60 m_arguments.push_back(arg);
320 arg1.push_back(register_arg);
328 arg2.push_back(value_arg);
331 m_arguments.push_back(arg1);
332 m_arguments.push_back(arg2);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp35 m_user_supplied_trap_handler_functions.push_back(ConstString(func_name));
96 m_frames.push_back(first_cursor_sp);
341 m_frames.push_back(new_frame);
366 m_frames.push_back(new_frame);
372 m_frames.push_back(new_frame_v2);
388 m_frames.push_back(new_frame);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h85 Instructions.push_back(Instruction(Opcode));
90 Instructions.push_back(Instruction(Opcode));
91 Instructions.back().Ops.push_back(Operand1);
96 Instructions.push_back(Instruction(Opcode));
97 Instructions.back().Ops.push_back(Operand1);
98 Instructions.back().Ops.push_back(Operand2);
/freebsd-13-stable/contrib/kyua/utils/cmdline/
H A Dui_test.cpp328 row.push_back("First");
329 row.push_back("Second");
330 row.push_back("Third");
335 row.push_back("Fourth with some text");
336 row.push_back("Fifth with some more text");
337 row.push_back("Sixth foo");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp78 Args.push_back(Entry);
81 Args.push_back(Entry);
87 Args.push_back(Entry);
98 Args.push_back(Entry);
101 Args.push_back(Entry);
104 Args.push_back(Entry);

Completed in 140 milliseconds

<<11121314151617181920>>