Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5513 Instruction *&Inst, bool HasPromoted) { in canFormExtLd()
5588 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt() local
5631 bool HasPromoted, TypePromotionTransaction &TPT, in performAddressTypePromotion()
5680 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6278 Instruction *&Inst, bool HasPromoted) { in canFormExtLd()
6348 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt() local
6383 bool HasPromoted, TypePromotionTransaction &TPT, in performAddressTypePromotion()
6432 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4230 bool HasPromoted = extLdPromotion(TPT, LI, I, Exts); in moveExtToFormExtLoad() local