Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp454 LoadInst *&LI, Instruction *&Inst, bool HasPromoted);
466 bool HasPromoted, TypePromotionTransaction &TPT,
6936 Instruction *&Inst, bool HasPromoted) { in canFormExtLd() argument
6950 if (!HasPromoted && LI->getParent() == Inst->getParent()) in canFormExtLd()
7006 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt() local
7014 if (canFormExtLd(SpeculativelyMovedExts, LI, ExtFedByLoad, HasPromoted)) { in optimizeExt()
7027 HasPromoted, TPT, SpeculativelyMovedExts)) in optimizeExt()
7041 bool HasPromoted, TypePromotionTransaction &TPT, in performAddressTypePromotion() argument
7062 if (HasPromoted) in performAddressTypePromotion()
7090 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion() local
[all …]