/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/ |
H A D | HipStdPar.cpp | 116 while (!M.ifuncs().empty()) in clearModule() 117 eraseFromModule(*M.ifuncs().begin()); in clearModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneModule.cpp | 118 for (const GlobalIFunc &I : M.ifuncs()) { in CloneModule() 202 for (const GlobalIFunc &I : M.ifuncs()) { in CloneModule()
|
H A D | ModuleUtils.cpp | 321 for (auto &IF : M->ifuncs()) in getUniqueModuleId() 362 for (GlobalIFunc &GI : M.ifuncs()) in lowerGlobalIFuncUsersAsGlobalCtor()
|
H A D | SplitModule.cpp | 266 for (GlobalIFunc &GIF : M.ifuncs()) in SplitModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.cpp | 122 for (const GlobalIFunc &I : M.ifuncs()) in orderModule() 172 for (const GlobalIFunc &I : M.ifuncs()) in orderModule() 343 for (const GlobalIFunc &I : M.ifuncs()) in predictUseListOrder() 350 for (const GlobalIFunc &I : M.ifuncs()) in predictUseListOrder() 387 for (const GlobalIFunc &GIF : M.ifuncs()) { in ValueEnumerator() 407 for (const GlobalIFunc &GIF : M.ifuncs()) in ValueEnumerator()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalDCE.cpp | 303 for (GlobalIFunc &GIF : M.ifuncs()) { in run() 358 for (GlobalIFunc &GIF : M.ifuncs()) in run()
|
H A D | ExtractGV.cpp | 132 for (GlobalIFunc &IF : llvm::make_early_inc_range(M.ifuncs())) { in run()
|
H A D | ThinLTOBitcodeWriter.cpp | 205 for (GlobalIFunc &I : llvm::make_early_inc_range(M.ifuncs())) { in simplifyExternals()
|
H A D | GlobalOpt.cpp | 2459 for (GlobalIFunc &IF : M.ifuncs()) in OptimizeStaticIFuncs() 2475 for (GlobalIFunc &IF : make_early_inc_range(M.ifuncs())) in DeleteDeadIFuncs()
|
H A D | LowerTypeTests.cpp | 374 for (auto &GI : M.ifuncs()) in ScopedSaveAliaseesAndUsed()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 114 for (const GlobalIFunc &I : reverse(M.ifuncs())) in orderModule() 315 for (const GlobalIFunc &I : M.ifuncs()) in predictUseListOrder() 322 for (const GlobalIFunc &I : M.ifuncs()) in predictUseListOrder() 362 for (const GlobalIFunc &GIF : M.ifuncs()) { in ValueEnumerator() 383 for (const GlobalIFunc &GIF : M.ifuncs()) in ValueEnumerator()
|
H A D | BitcodeWriter.cpp | 1640 for (const GlobalIFunc &I : M.ifuncs()) { in writeModuleInfo() 5269 for (const GlobalIFunc &I : M.ifuncs()) { in writeSimplifiedModuleInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | TypeFinder.cpp | 52 for (const auto &GI : M.ifuncs()) in run()
|
H A D | Module.cpp | 439 return concat<GlobalValue>(functions(), globals(), aliases(), ifuncs()); in global_values() 443 return concat<const GlobalValue>(functions(), globals(), aliases(), ifuncs()); in global_values() 561 for (GlobalIFunc &GIF : ifuncs()) in dropAllReferences()
|
H A D | AsmWriter.cpp | 143 for (const GlobalIFunc &I : M->ifuncs()) { in orderModule() 1017 for (const GlobalIFunc &I : TheModule->ifuncs()) { in processModule() 2998 for (const GlobalIFunc &GI : M->ifuncs()) in printModule()
|
H A D | Verifier.cpp | 470 for (const GlobalIFunc &GI : M.ifuncs()) in verify()
|
/freebsd/sys/kern/ |
H A D | link_elf_obj.c | 1364 relocate_file1(elf_file_t ef, bool ifuncs) in relocate_file1() argument 1398 elf_is_ifunc_reloc(rel->r_info)) != ifuncs) in relocate_file1() 1433 elf_is_ifunc_reloc(rela->r_info)) != ifuncs) in relocate_file1() 1805 link_elf_reloc_local(linker_file_t lf, bool ifuncs) in link_elf_reloc_local() argument 1841 elf_is_ifunc_reloc(rel->r_info)) != ifuncs) in link_elf_reloc_local() 1871 elf_is_ifunc_reloc(rela->r_info)) != ifuncs) in link_elf_reloc_local()
|
H A D | link_elf.c | 217 elf_reloc_fn reloc, bool ifuncs); 1447 bool ifuncs) in relocate_file1() argument 1459 elf_is_ifunc_reloc((iter)->r_info)) != ifuncs) \ in relocate_file1()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Module.h | 759 iterator_range<ifunc_iterator> ifuncs() { in ifuncs() function 762 iterator_range<const_ifunc_iterator> ifuncs() const { in ifuncs() function
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 551 for (GlobalIFunc &GI : SrcM->ifuncs()) in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 1030 for (const GlobalIFunc &I : M.ifuncs()) { in buildModuleSummaryIndex()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2424 for (const auto &IFunc : M.ifuncs()) in doFinalization()
|
/freebsd/ |
H A D | UPDATING | 1179 it produces broken binaries when ifuncs are in use. Users needing
|