| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | StructuralHash.cpp | 51 Hashes.emplace_back(ValueType->getTypeID()); in hashType() 53 Hashes.emplace_back(ValueType->getIntegerBitWidth()); in hashType() 70 Hashes.emplace_back(I.getBitWidth()); in hashAPInt() 122 Hashes.emplace_back(hashType(Ty)); in hashConstant() 125 Hashes.emplace_back(static_cast<stable_hash>('N')); in hashConstant() 130 Hashes.emplace_back(hashGlobalVariable(*GVar)); in hashConstant() 135 Hashes.emplace_back(hashGlobalValue(G)); in hashConstant() 141 Hashes.emplace_back(stable_hash_name(Seq->getAsString())); in hashConstant() 149 Hashes.emplace_back(hashAPInt(Int)); in hashConstant() 154 Hashes.emplace_back(hashAPFloat(APF)); in hashConstant() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMatInt.cpp | 60 Res.emplace_back(RISCV::BSETI, Log2_64(Val)); in generateInstSeqImpl() 70 Res.emplace_back(RISCV::QC_LI, Val); in generateInstSeqImpl() 77 Res.emplace_back(RISCV::QC_E_LI, Val); in generateInstSeqImpl() 94 Res.emplace_back(RISCV::LUI, Hi20); in generateInstSeqImpl() 106 Res.emplace_back(AddiOpc, Lo12); in generateInstSeqImpl() 181 Res.emplace_back(Opc, ShiftAmount); in generateInstSeqImpl() 185 Res.emplace_back(RISCV::ADDI, Lo12); in generateInstSeqImpl() 223 TmpSeq.emplace_back(RISCV::SRLI, LeadingZeros); in generateInstSeqLeadingZeros() 235 TmpSeq.emplace_back(RISCV::SRLI, LeadingZeros); in generateInstSeqLeadingZeros() 250 TmpSeq.emplace_back(RISCV::ADD_UW, 0); in generateInstSeqLeadingZeros() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Interfaces/ |
| H A D | CIRLoopOpInterface.cpp | 24 regions.emplace_back(&op.getEntry(), op.getEntry().getArguments()); in getLoopOpSuccessorRegions() 30 regions.emplace_back(mlir::RegionSuccessor(op->getResults())); in getLoopOpSuccessorRegions() 31 regions.emplace_back(&op.getBody(), op.getBody().getArguments()); in getLoopOpSuccessorRegions() 40 regions.emplace_back(afterBody, afterBody->getArguments()); in getLoopOpSuccessorRegions() 46 regions.emplace_back(&op.getCond(), op.getCond().getArguments()); in getLoopOpSuccessorRegions()
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 441 Section.AllowableClients.emplace_back(Library.getInstallName()); in NormalizedTBD() 445 Section.ReexportedLibraries.emplace_back(Library.getInstallName()); in NormalizedTBD() 455 Section.WeakDefSymbols.emplace_back(Symbol->getName()); in NormalizedTBD() 457 Section.TLVSymbols.emplace_back(Symbol->getName()); in NormalizedTBD() 459 Section.Symbols.emplace_back(Symbol->getName()); in NormalizedTBD() 463 Section.Classes.emplace_back( in NormalizedTBD() 466 Section.Classes.emplace_back(Symbol->getName()); in NormalizedTBD() 470 Section.Symbols.emplace_back( in NormalizedTBD() 473 Section.ClassEHs.emplace_back(Symbol->getName()); in NormalizedTBD() 477 Section.IVars.emplace_back( in NormalizedTBD() [all …]
|
| H A D | TextStubV5.cpp | 337 Result.back().second.emplace_back(Sym); in collectSymbolsFromSegment() 345 Result.back().second.emplace_back(Sym); in collectSymbolsFromSegment() 354 Result.back().second.emplace_back(Sym); in collectSymbolsFromSegment() 363 Result.back().second.emplace_back(Sym); in collectSymbolsFromSegment() 376 Result.back().second.emplace_back(Sym); in collectSymbolsFromSegment() 385 Result.back().second.emplace_back(Sym); in collectSymbolsFromSegment() 441 Result.emplace_back( in getSymbolSection() 728 IFs.emplace_back(std::move(IF)); in getInlinedLibs() 790 TargetsStr.emplace_back(getFormattedStr(Target)); in serializeTargets() 802 Targets.emplace_back(std::move(TargetInfo)); in serializeTargetInfo() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ArmUnwindInfo.cpp | 63 m_exidx_entries.emplace_back(file_addr, addr, data); in ArmUnwindInfo() 161 register_offsets.emplace_back(dwarf_r4 + i, vsp); in GetUnwindPlan() 183 register_offsets.emplace_back(dwarf_r4 + i, vsp); in GetUnwindPlan() 191 register_offsets.emplace_back(dwarf_r4 + i, vsp); in GetUnwindPlan() 195 register_offsets.emplace_back(dwarf_lr, vsp); in GetUnwindPlan() 215 register_offsets.emplace_back(dwarf_r0 + i, vsp); in GetUnwindPlan() 240 register_offsets.emplace_back(dwarf_d0 + s + i, vsp); in GetUnwindPlan() 254 register_offsets.emplace_back(dwarf_d8 + i, vsp); in GetUnwindPlan() 286 register_offsets.emplace_back(dwarf_d16 + s + i, vsp); in GetUnwindPlan() 300 register_offsets.emplace_back(dwarf_d0 + s + i, vsp); in GetUnwindPlan() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PassInstrumentation.h | 106 ShouldRunOptionalPassCallbacks.emplace_back(std::move(C)); 111 BeforeSkippedPassCallbacks.emplace_back(std::move(C)); 116 BeforeNonSkippedPassCallbacks.emplace_back(std::move(C)); 124 AfterPassCallbacks.emplace_back(std::move(C)); 133 AfterPassInvalidatedCallbacks.emplace_back(std::move(C)); 138 BeforeAnalysisCallbacks.emplace_back(std::move(C)); 147 AfterAnalysisCallbacks.emplace_back(std::move(C)); 152 AnalysisInvalidatedCallbacks.emplace_back(std::move(C)); 157 AnalysesClearedCallbacks.emplace_back(std::move(C)); 162 ClassToPassNameCallbacks.emplace_back(std::move(C)); [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.cpp | 140 ForwardDIEReferences.emplace_back(Die, RefUnit, Ctxt, Attr); in noteForwardReference() 181 RangeAttributes.emplace_back(Attr); in noteRangeAttribute() 185 LocationAttributes.emplace_back(Attr); in noteLocationAttribute() 189 StmtSeqListAttributes.emplace_back(Attr); in noteStmtSeqListAttribute() 194 Namespaces.emplace_back(Name, Die); in addNamespaceAccelerator() 200 ObjC.emplace_back(Name, Die, SkipPubSection); in addObjCAccelerator() 206 Pubnames.emplace_back(Name, Die, SkipPubSection); in addNameAccelerator() 213 Pubtypes.emplace_back(Name, Die, QualifiedNameHash, ObjcClassImplementation); in addTypeAccelerator()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | TapiFile.cpp | 59 Symbols.emplace_back(StringRef(), Symbol->getName(), getFlags(Symbol), in TapiFile() 64 Symbols.emplace_back(ObjC1ClassNamePrefix, Symbol->getName(), in TapiFile() 67 Symbols.emplace_back(ObjC2ClassNamePrefix, Symbol->getName(), in TapiFile() 69 Symbols.emplace_back(ObjC2MetaClassNamePrefix, Symbol->getName(), in TapiFile() 74 Symbols.emplace_back(ObjC2EHTypePrefix, Symbol->getName(), in TapiFile() 78 Symbols.emplace_back(ObjC2IVarPrefix, Symbol->getName(), getFlags(Symbol), in TapiFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | MinGW.cpp | 426 SubdirNames.emplace_back(LiteralTriple.str()); in findGccLibDir() 427 SubdirNames.emplace_back(getTriple().str()); in findGccLibDir() 428 SubdirNames.emplace_back(getTriple().getArchName()); in findGccLibDir() 430 SubdirNames.emplace_back(getTriple().getArchName()); in findGccLibDir() 432 SubdirNames.emplace_back("mingw32"); in findGccLibDir() 454 Gccs.emplace_back(LiteralTriple.str()); in findGcc() 456 Gccs.emplace_back(T.str()); in findGcc() 458 Gccs.emplace_back(T.getArchName()); in findGcc() 460 Gccs.emplace_back(T.getArchName()); in findGcc() 462 Gccs.emplace_back("mingw32-gcc"); in findGcc() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | |
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OSLog.cpp | 66 ArgsData.emplace_back(); in HandlePrintfSpecifier() 140 Layout.Items.emplace_back(OSLogBufferItem::MaskKind, nullptr, in computeLayout() 146 Layout.Items.emplace_back(OSLogBufferItem::ScalarKind, *Data.FieldWidth, in computeLayout() 151 Layout.Items.emplace_back(OSLogBufferItem::ScalarKind, *Data.Precision, in computeLayout() 157 Layout.Items.emplace_back(OSLogBufferItem::CountKind, *Data.Count, Size, in computeLayout() 161 Layout.Items.emplace_back(Ctx, CharUnits::fromQuantity(*Data.Size), in computeLayout() 169 Layout.Items.emplace_back(*Data.Kind, Data.E, Size, Data.Flags); in computeLayout() 172 Layout.Items.emplace_back(OSLogBufferItem::ScalarKind, Data.E, Size, in computeLayout()
|
| /freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/ |
| H A D | DirectoryWatcher-mac.cpp | 118 Events.emplace_back(DirectoryWatcher::Event{ in eventStreamCallback() 126 Events.emplace_back(DirectoryWatcher::Event{ in eventStreamCallback() 128 Events.emplace_back(DirectoryWatcher::Event{ in eventStreamCallback() 135 Events.emplace_back(DirectoryWatcher::Event::EventKind::Removed, in eventStreamCallback() 140 Events.emplace_back(DirectoryWatcher::Event::EventKind::Removed, in eventStreamCallback() 143 Events.emplace_back(DirectoryWatcher::Event::EventKind::Modified, in eventStreamCallback() 150 Events.emplace_back(DirectoryWatcher::Event{ in eventStreamCallback()
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
| H A D | Scheduler.cpp | 94 IssuedSet.emplace_back(IR); in issueInstructionImpl() 144 Ready.emplace_back(IR); in promoteToReadySet() 145 ReadySet.emplace_back(IR); in promoteToReadySet() 181 Pending.emplace_back(IR); in promoteToPendingSet() 182 PendingSet.emplace_back(IR); in promoteToPendingSet() 235 Executed.emplace_back(IR); in updateIssuedSet() 258 MemDeps.emplace_back(IR); in analyzeDataDependencies() 261 RegDeps.emplace_back(IR); in analyzeDataDependencies()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DFAEmitter.cpp | 72 TI.emplace_back(FromState, ToState); in visitDfaState() 249 Transitions.emplace_back(T, this); in emit() 275 Worklist.emplace_back(NewState); in emit() 319 Actions.emplace_back(R->getValueAsDef(A)); in Transition() 320 Types.emplace_back(Ty->getAsString()); in Transition() 322 Actions.emplace_back(static_cast<unsigned>(R->getValueAsInt(A))); in Transition() 323 Types.emplace_back("unsigned"); in Transition() 325 Actions.emplace_back(R->getValueAsString(A).str()); in Transition() 326 Types.emplace_back("std::string"); in Transition()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsanInstrumentation.cpp | 225 Interesting.emplace_back(I, LI->getPointerOperandIndex(), false, in getInterestingMemoryOperands() 228 Interesting.emplace_back(I, SI->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 231 Interesting.emplace_back(I, RMW->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 234 Interesting.emplace_back(I, XCHG->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 252 Interesting.emplace_back(I, OpOffset, IsWrite, Ty, Alignment, Mask); in getInterestingMemoryOperands() 271 Interesting.emplace_back(I, OpOffset, IsWrite, Ty, Alignment, TrueMask, in getInterestingMemoryOperands() 297 Interesting.emplace_back(I, PtrOpNo, IsWrite, Ty, Alignment, in getInterestingMemoryOperands() 310 Interesting.emplace_back(I, PtrOpNo, IsWrite, Ty, Alignment, in getInterestingMemoryOperands() 335 Interesting.emplace_back(I, PtrOpNo, IsWrite, Ty, Alignment); in getInterestingMemoryOperands() 355 Interesting.emplace_back(I, PtrOpNo, IsWrite, Ty, Alignment); in getInterestingMemoryOperands() [all …]
|
| H A D | AMDGPUIGroupLP.cpp | 875 SG = &SyncedSchedGroups[PipelineSyncID].emplace_back( in applyIGLPStrategy() 879 SG = &SyncedSchedGroups[PipelineSyncID].emplace_back( in applyIGLPStrategy() 1588 SG = &SyncedSchedGroups[PipelineSyncID].emplace_back( in applyIGLPStrategy() 1601 SG = &SyncedSchedGroups[PipelineSyncID].emplace_back( in applyIGLPStrategy() 1615 SG = &SyncedSchedGroups[PipelineSyncID].emplace_back( in applyIGLPStrategy() 1623 SG = &SyncedSchedGroups[PipelineSyncID].emplace_back( in applyIGLPStrategy() 1641 SG = &SyncedSchedGroups[PipelineSyncID].emplace_back( in applyIGLPStrategy() 1655 SG = &SyncedSchedGroups[PipelineSyncID].emplace_back( in applyIGLPStrategy() 1669 SG = &SyncedSchedGroups[PipelineSyncID].emplace_back( in applyIGLPStrategy() 1686 SG = &SyncedSchedGroups[PipelineSyncID].emplace_back( in applyIGLPStrategy() [all …]
|
| H A D | AMDGPUUnifyDivergentExitNodes.cpp | 168 Updates.emplace_back(DominatorTree::Insert, BB, NewRetBlock); in unifyReturnBlockSet() 241 Updates.emplace_back(DominatorTree::Insert, BB, DummyReturnBB); in run() 252 Updates.emplace_back(DominatorTree::Insert, BB, TransitionBB); in run() 254 Updates.emplace_back(DominatorTree::Insert, TransitionBB, Successor); in run() 255 Updates.emplace_back(DominatorTree::Delete, BB, Successor); in run() 262 Updates.emplace_back(DominatorTree::Insert, BB, DummyReturnBB); in run() 283 Updates.emplace_back(DominatorTree::Insert, BB, UnreachableBlock); in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/CGData/ |
| H A D | OutlinedHashTree.cpp | 25 Stack.emplace_back(getRoot()); in walkGraph() 35 Stack.emplace_back(Next); in walkGraph() 40 SortedSuccessors.emplace_back(Hash, Successor.get()); in walkGraph() 94 Stack.emplace_back(Dst, Src); in merge() 113 Stack.emplace_back(NextDstNode, NextSrcNode.get()); in merge()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PreprocessorOptions.h | 205 Macros.emplace_back(std::string(Name), false); in addMacroDef() 208 Macros.emplace_back(std::string(Name), true); in addMacroUndef() 212 RemappedFiles.emplace_back(std::string(From), std::string(To)); in addRemappedFile() 216 RemappedFileBuffers.emplace_back(std::string(From), To); in addRemappedFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfileMatcher.cpp | 264 LastMatchedNonAnchors.emplace_back(Loc); in matchNonCallsiteLocs() 277 FilteredIRAnchorsList.emplace_back(I); in getFilteredAnchorList() 281 FilteredProfileAnchorList.emplace_back(I); in getFilteredAnchorList() 659 ProfStatsVec.emplace_back("NumStaleProfileFunc", NumStaleProfileFunc); in computeAndReportProfileStaleness() 660 ProfStatsVec.emplace_back("TotalProfiledFunc", TotalProfiledFunc); in computeAndReportProfileStaleness() 661 ProfStatsVec.emplace_back("MismatchedFunctionSamples", in computeAndReportProfileStaleness() 663 ProfStatsVec.emplace_back("TotalFunctionSamples", TotalFunctionSamples); in computeAndReportProfileStaleness() 667 ProfStatsVec.emplace_back("NumCallGraphRecoveredProfiledFunc", in computeAndReportProfileStaleness() 669 ProfStatsVec.emplace_back("NumCallGraphRecoveredFuncSamples", in computeAndReportProfileStaleness() 673 ProfStatsVec.emplace_back("NumMismatchedCallsites", NumMismatchedCallsites); in computeAndReportProfileStaleness() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 318 CheckerIt->WeakDependencies.emplace_back(&*DependencyIt); in resolveDependencies() 320 CheckerIt->Dependencies.emplace_back(&*DependencyIt); in resolveDependencies() 325 Data.Dependencies.emplace_back(FullName, Dependency); in addDependency() 330 Data.WeakDependencies.emplace_back(FullName, Dependency); in addWeakDependency() 399 It->CmdLineOptions.emplace_back(Option); in insertOptionToCollection() 417 Data.Packages.emplace_back(PackageInfo(FullName)); in addPackage() 427 Data.PackageOptions.emplace_back( in addPackageOption() 436 Data.Checkers.emplace_back(Rfn, Sfn, Name, Desc, DocsUri, IsHidden); in addChecker() 454 Data.CheckerOptions.emplace_back( in addCheckerOption()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVOptWInstrs.cpp | 126 Worklist.emplace_back(&OrigMI, OrigBits); in hasAllNBitUsers() 216 Worklist.emplace_back(UserMI, Bits - ShAmt); in hasAllNBitUsers() 228 Worklist.emplace_back(UserMI, Bits + ShAmt); in hasAllNBitUsers() 235 Worklist.emplace_back(UserMI, Bits + ShAmt); in hasAllNBitUsers() 243 Worklist.emplace_back(UserMI, Bits); in hasAllNBitUsers() 250 Worklist.emplace_back(UserMI, Bits); in hasAllNBitUsers() 264 Worklist.emplace_back(UserMI, Bits); in hasAllNBitUsers() 283 Worklist.emplace_back(UserMI, Bits); in hasAllNBitUsers() 331 Worklist.emplace_back(UserMI, Bits); in hasAllNBitUsers() 337 Worklist.emplace_back(UserMI, alignDown(Bits, 8)); in hasAllNBitUsers() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFuse.cpp | 506 LoopsOnLevel.emplace_back(LoopVector(LI.rbegin(), LI.rend())); in LoopDepthTree() 524 LoopsOnNextLevel.emplace_back(LoopVector(L->begin(), L->end())); in descend() 827 WorkList.emplace_back(Pred->getTerminator()); in peelFusionCandidate() 828 TreeUpdates.emplace_back( in peelFusionCandidate() 1635 TreeUpdates.emplace_back(DominatorTree::UpdateType( in performFusion() 1637 TreeUpdates.emplace_back(DominatorTree::UpdateType( in performFusion() 1640 TreeUpdates.emplace_back(DominatorTree::UpdateType( in performFusion() 1646 TreeUpdates.emplace_back(DominatorTree::UpdateType( in performFusion() 1649 TreeUpdates.emplace_back(DominatorTree::UpdateType( in performFusion() 1658 TreeUpdates.emplace_back(DominatorTree::UpdateType( in performFusion() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Sarif.cpp | 286 Rules.emplace_back(std::move(Rule)); in endRun() 296 Vec.emplace_back(K, V); in endRun() 330 Locs.emplace_back( in createThreadFlows() 363 Runs.emplace_back(std::move(TheRun)); in createRun() 380 CurrentRules.emplace_back(Rule); in createRule() 397 Locs.emplace_back(createLocation(createPhysicalLocation(Range))); in appendResult() 409 Results->emplace_back(std::move(Ret)); in appendResult()
|