Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp453 LoadInst *&LI, Instruction *&Inst, bool HasPromoted);
465 bool HasPromoted, TypePromotionTransaction &TPT,
6433 Instruction *&Inst, bool HasPromoted) { in canFormExtLd() argument
6447 if (!HasPromoted && LI->getParent() == Inst->getParent()) in canFormExtLd()
6503 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt() local
6511 if (canFormExtLd(SpeculativelyMovedExts, LI, ExtFedByLoad, HasPromoted)) { in optimizeExt()
6524 HasPromoted, TPT, SpeculativelyMovedExts)) in optimizeExt()
6538 bool HasPromoted, TypePromotionTransaction &TPT, in performAddressTypePromotion() argument
6559 if (HasPromoted) in performAddressTypePromotion()
6587 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion() local
[all …]