Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp115 PromotionCacheTy PromotionCache; in runOnModule() local
117 Changed |= runOnFunction(MF, PromotionCache); in runOnModule()
126 bool runOnFunction(Function &F, PromotionCacheTy &PromotionCache);
192 PromotionCacheTy &PromotionCache);
341 AArch64PromoteConstant::PromotionCacheTy &PromotionCache) { in shouldConvert() argument
342 auto Converted = PromotionCache.insert( in shouldConvert()
516 PromotionCacheTy &PromotionCache) { in promoteConstants() argument
527 auto &Promotion = PromotionCache[C]; in promoteConstants()
534 PromotionCacheTy &PromotionCache) { in runOnFunction() argument
551 if (!shouldConvert(*Cst, PromotionCache)) in runOnFunction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp126 PromotionCacheTy PromotionCache; in runOnModule() local
128 Changed |= runOnFunction(MF, PromotionCache); in runOnModule()
137 bool runOnFunction(Function &F, PromotionCacheTy &PromotionCache);
203 PromotionCacheTy &PromotionCache);
349 AArch64PromoteConstant::PromotionCacheTy &PromotionCache) { in shouldConvert() argument
350 auto Converted = PromotionCache.insert( in shouldConvert()
523 PromotionCacheTy &PromotionCache) { in promoteConstants() argument
534 auto &Promotion = PromotionCache[C]; in promoteConstants()
541 PromotionCacheTy &PromotionCache) { in runOnFunction() argument
558 if (!shouldConvert(*Cst, PromotionCache)) in runOnFunction()
[all …]