Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp422 LoadInst *&LI, Instruction *&Inst, bool HasPromoted);
435 bool HasPromoted, TypePromotionTransaction &TPT,
6178 Instruction *&Inst, bool HasPromoted) { in canFormExtLd() argument
6192 if (!HasPromoted && LI->getParent() == Inst->getParent()) in canFormExtLd()
6248 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt() local
6256 if (canFormExtLd(SpeculativelyMovedExts, LI, ExtFedByLoad, HasPromoted)) { in optimizeExt()
6269 HasPromoted, TPT, SpeculativelyMovedExts)) in optimizeExt()
6283 bool HasPromoted, TypePromotionTransaction &TPT, in performAddressTypePromotion() argument
6304 if (HasPromoted) in performAddressTypePromotion()
6332 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion() local
[all …]