Home
last modified time | relevance | path

Searched refs:cgdata (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenData.cpp26 using namespace cgdata;
203 namespace cgdata { namespace
282 cgdata::publishOutlinedHashTree(std::move(GlobalOutlineRecord.HashTree)); in mergeCodeGenData()
284 cgdata::publishStableFunctionMap( in mergeCodeGenData()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp516 if (cgdata::emitCGData()) in initializeMergerMode()
518 else if (cgdata::hasStableFunctionMap()) in initializeMergerMode()
551 FuncMap = cgdata::getStableFunctionMap(); in run()
H A DMachineOutliner.cpp671 assert(cgdata::hasOutlinedHashTree()); in getMatchedEntries()
672 const auto *RootNode = cgdata::getOutlinedHashTree()->getRoot(); in getMatchedEntries()
1359 if (cgdata::emitCGData()) { in initializeOutlinerMode()
1364 } else if (cgdata::hasOutlinedHashTree()) in initializeOutlinerMode()
/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c676 pref = cgdata(fs, ip->i_nextclustercg); in ffs_reallocblks_ufs1()
943 pref = cgdata(fs, ip->i_nextclustercg); in ffs_reallocblks_ufs2()
1456 if (pref != 0 && pref >= cgdata(fs, inocg) && in ffs_blkpref_ufs1()
1490 return (cgdata(fs, inocg)); in ffs_blkpref_ufs1()
1504 return (cgdata(fs, cg)); in ffs_blkpref_ufs1()
1509 return (cgdata(fs, cg)); in ffs_blkpref_ufs1()
1576 if (pref != 0 && pref >= cgdata(fs, inocg) && in ffs_blkpref_ufs2()
1610 return (cgdata(fs, inocg)); in ffs_blkpref_ufs2()
1624 return (cgdata(fs, cg)); in ffs_blkpref_ufs2()
1629 return (cgdata(fs, cg)); in ffs_blkpref_ufs2()
[all …]
H A Dfs.h654 #define cgdata(fs, c) (cgdmin(fs, c) + (fs)->fs_metaspace) /* data zone */
653 #define cgdata( global() macro
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenData.h170 namespace cgdata {
/freebsd/sbin/fsck_ffs/
H A Dfsutil.c1134 for (blkno = MAX(cgdata(&sblock, startcg), 0); in allocblk()
1144 for (blkno = MAX(cgdata(&sblock, 0), 0); in allocblk()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1713 cgdata::loadModuleForTwoRounds(BM, Task, BackendContext, *IRFiles); in runThinLTOBackendThread()
2111 cgdata::StreamCacheData CG(MaxTasks, Cache, "CG"), IR(MaxTasks, Cache, "IR"); in runThinLTO()
2124 auto CombinedHashOrErr = cgdata::mergeCodeGenData(*CG.getResult()); in runThinLTO()
H A DLTOBackend.cpp650 cgdata::saveModuleForTwoRounds(Mod, Task, IRAddStream); in thinBackend()
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td197 Alias<!cast<Separate>(codegen_data_generate_path)>, MetaVarName<"<cgdata>">,
198 HelpText<"Write the CG data to the specified path <cgdata>.">, Group<grp_lld>;
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist1052 llvm/tools/llvm-cgdata/
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1872 …sibility<[ClangOption, CLOption]>, Alias<fcodegen_data_generate_EQ>, AliasArgs<["default.cgdata"]>,
1873 …it codegen data into the object file. LLD for MachO (currently) merges them into default.cgdata.">;
1878 …>, Visibility<[ClangOption, CLOption]>, Alias<fcodegen_data_use_EQ>, AliasArgs<["default.cgdata"]>,
1879 HelpText<"Use codegen data read from default.cgdata to optimize the binary">;