Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp386 bool tryToPromoteExts(TypePromotionTransaction &TPT,
5227 bool CodeGenPrepare::tryToPromoteExts( in tryToPromoteExts() function in CodeGenPrepare
5293 (void)tryToPromoteExts(TPT, NewExts, NewlyMovedExts, TotalCreatedInstsCost); in tryToPromoteExts()
5588 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt()
5680 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion()