HomeSort by relevance Sort by last modified time
    Searched refs:PromotionCacheTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 92 typedef SmallDenseMap<Constant *, PromotedConstant, 16> PromotionCacheTy;
115 PromotionCacheTy PromotionCache;
126 bool runOnFunction(Function &F, PromotionCacheTy &PromotionCache);
192 PromotionCacheTy &PromotionCache);
341 AArch64PromoteConstant::PromotionCacheTy &PromotionCache) {
516 PromotionCacheTy &PromotionCache) {
534 PromotionCacheTy &PromotionCache) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 100 using PromotionCacheTy = SmallDenseMap<Constant *, PromotedConstant, 16>;
126 PromotionCacheTy PromotionCache;
137 bool runOnFunction(Function &F, PromotionCacheTy &PromotionCache);
203 PromotionCacheTy &PromotionCache);
349 AArch64PromoteConstant::PromotionCacheTy &PromotionCache) {
523 PromotionCacheTy &PromotionCache) {
541 PromotionCacheTy &PromotionCache) {

Completed in 254 milliseconds