Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp411 LoadInst *&LI, Instruction *&Inst, bool HasPromoted);
424 bool HasPromoted, TypePromotionTransaction &TPT,
6162 Instruction *&Inst, bool HasPromoted) { in canFormExtLd() argument
6176 if (!HasPromoted && LI->getParent() == Inst->getParent()) in canFormExtLd()
6232 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt() local
6240 if (canFormExtLd(SpeculativelyMovedExts, LI, ExtFedByLoad, HasPromoted)) { in optimizeExt()
6253 HasPromoted, TPT, SpeculativelyMovedExts)) in optimizeExt()
6267 bool HasPromoted, TypePromotionTransaction &TPT, in performAddressTypePromotion() argument
6288 if (HasPromoted) in performAddressTypePromotion()
6316 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion() local
[all …]