Searched refs:GlobalOpt (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAlwaysInlinePass.cpp | 34 bool GlobalOpt; member in __anon9ca59f680111::AMDGPUAlwaysInline 39 AMDGPUAlwaysInline(bool GlobalOpt = false) : in AMDGPUAlwaysInline() argument 40 ModulePass(ID), GlobalOpt(GlobalOpt) { } in AMDGPUAlwaysInline() 89 static bool alwaysInlineImpl(Module &M, bool GlobalOpt) { in alwaysInlineImpl() argument 109 if (GlobalOpt) { in alwaysInlineImpl() 160 return alwaysInlineImpl(M, GlobalOpt); in runOnModule() 163 ModulePass *llvm::createAMDGPUAlwaysInlinePass(bool GlobalOpt) { in createAMDGPUAlwaysInlinePass() argument 164 return new AMDGPUAlwaysInline(GlobalOpt); in createAMDGPUAlwaysInlinePass() 169 alwaysInlineImpl(M, GlobalOpt); in run()
|
| H A D | AMDGPU.h | 246 ModulePass *createAMDGPUAlwaysInlinePass(bool GlobalOpt = true); 249 AMDGPUAlwaysInlinePass(bool GlobalOpt = true) : GlobalOpt(GlobalOpt) {} in GlobalOpt() function 253 bool GlobalOpt;
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | call-alias-register-usage0.ll | 4 ; through aliases. If GlobalOpt is never run, we do not see direct
|
| H A D | call-alias-register-usage2.ll | 4 ; through aliases. If GlobalOpt is never run, we do not see direct
|
| H A D | call-alias-register-usage3.ll | 4 ; through aliases. If GlobalOpt is never run, we do not see direct
|
| H A D | call-alias-register-usage1.ll | 4 ; through aliases. If GlobalOpt is never run, we do not see direct
|
| H A D | call-alias-register-usage-agpr.ll | 5 ; through aliases. If GlobalOpt is never run, we do not see direct
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | CMakeLists.txt | 20 GlobalOpt.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/ |
| H A D | BUILD.gn | 40 "GlobalOpt.cpp",
|
| /llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/ |
| H A D | 2009-11-16-MallocSingleStoreToGlobalVar.ll | 2 ; GlobalOpt was treating a non-optimizable array malloc as a non-array malloc
|
| H A D | ctor-list-opt-constexpr.ll | 15 ; PR8710 - GlobalOpt shouldn't change the global's initializer to have this
|
| H A D | tls.ll | 11 ; PR14309: GlobalOpt would think that the value of @ip is always the address of
|
| H A D | alias-used.ll | 49 ; Check that GlobalOpt doesn't try to resolve aliases with GEP operands.
|
| H A D | 2009-03-05-dbg.ll | 5 source_filename = "test/Transforms/GlobalOpt/2009-03-05-dbg.ll"
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5585 llvm/include/llvm/Transforms/IPO/GlobalOpt.h
|