Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp454 bool tryToPromoteExts(TypePromotionTransaction &TPT,
5968 bool CodeGenPrepare::tryToPromoteExts( in tryToPromoteExts() function in CodeGenPrepare
6037 (void)tryToPromoteExts(TPT, NewExts, NewlyMovedExts, TotalCreatedInstsCost); in tryToPromoteExts()
6503 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt()
6587 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion()