Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp365 LoadInst *&LI, Instruction *&Inst, bool HasPromoted);
375 bool HasPromoted, TypePromotionTransaction &TPT,
5230 Instruction *&Inst, bool HasPromoted) { in canFormExtLd() argument
5244 if (!HasPromoted && LI->getParent() == Inst->getParent()) in canFormExtLd()
5305 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt() local
5313 if (canFormExtLd(SpeculativelyMovedExts, LI, ExtFedByLoad, HasPromoted)) { in optimizeExt()
5334 HasPromoted, TPT, SpeculativelyMovedExts)) in optimizeExt()
5348 bool HasPromoted, TypePromotionTransaction &TPT, in performAddressTypePromotion() argument
5369 if (HasPromoted) in performAddressTypePromotion()
5397 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion() local
[all …]