Lines Matching refs:Exts
115 static bool isProfitableToInterleave(SmallSetVector<Instruction *, 4> &Exts, in isProfitableToInterleave() argument
129 for (auto *E : Exts) { in isProfitableToInterleave()
144 for (auto *E : Exts) { in isProfitableToInterleave()
168 SmallSetVector<Instruction *, 4> Exts; in tryInterleave() local
189 if (Exts.count(I)) in tryInterleave()
193 Exts.insert(I); in tryInterleave()
273 if (Exts.empty() && OtherLeafs.empty()) in tryInterleave()
278 for (auto *I : Exts) in tryInterleave()
296 if (Truncs.empty() && Exts.empty()) in tryInterleave()
301 : cast<FixedVectorType>(Exts[0]->getOperand(0)->getType()); in tryInterleave()
318 for (Instruction *I : Exts) in tryInterleave()
330 if (!isProfitableToInterleave(Exts, Truncs)) in tryInterleave()
361 for (Instruction *I : Exts) { in tryInterleave()