Searched refs:LICM (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 200 : LoopPass(ID), LICM(LicmMssaOptCap, LicmMssaNoAccForPromotionCap) { in LegacyLICMPass() 209 LICM.getLoopToAliasSetMap().clear(); in runOnLoop() 221 return LICM.runOnLoop(L, in runOnLoop() 250 auto &AliasSetMap = LICM.getLoopToAliasSetMap(); in doFinalization() 264 LoopInvariantCodeMotion LICM; member 291 LoopInvariantCodeMotion LICM(LicmMssaOptCap, LicmMssaNoAccForPromotionCap); in run() local 292 if (!LICM.runOnLoop(&L, &AR.AA, &AR.LI, &AR.DT, &AR.TLI, &AR.TTI, &AR.SE, in run() 2224 auto ASTIt = LICM.getLoopToAliasSetMap().find(L); in cloneBasicBlockAnalysis() 2225 if (ASTIt == LICM.getLoopToAliasSetMap().end()) in cloneBasicBlockAnalysis() 2234 auto ASTIt = LICM.getLoopToAliasSetMap().find(L); in deleteAnalysisValue() [all …]
|
D | CMakeLists.txt | 25 LICM.cpp
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Nucleus.hpp | 59 LICM, enumerator
|
D | LLVMJIT.cpp | 859 case rr::Optimization::Pass::LICM: passManager.add(llvm::createLICMPass()); break; in optimize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | README.txt | 77 AArch64 runs SeparateConstOffsetFromGEPPass, followed by EarlyCSE and LICM.
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | SwiftConfig.cpp | 410 …html += "<option value='3'" + (config.optimization[pass] == rr::Optimization::Pass::LICM ? selec… in page()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | README.txt | 134 Darwin Stub LICM optimization:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 735 "llvm/lib/Transforms/Scalar/LICM.cpp",
|
D | BUILD.gn | 965 "llvm/lib/Transforms/Scalar/LICM.cpp",
|
D | CMakeLists.txt | 739 ${LLVM_DIR}/lib/Transforms/Scalar/LICM.cpp
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | README.txt | 279 interchange, memory promotion (which LICM already does), vectorization and
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsX86.td | 2584 // LICM.
|