Searched refs:FirstShuffleCost (Results 1 – 1 of 1) sorted by relevance
15789 InstructionCost FirstShuffleCost = 0; in isGatherShuffledSingleRegisterEntry() local15792 FirstShuffleCost = ShuffleCost; in isGatherShuffledSingleRegisterEntry()15807 FirstShuffleCost = GetShuffleCost(FirstMask, Entries.front(), VecTy); in isGatherShuffledSingleRegisterEntry()15808 FirstShuffleCost += getScalarizationOverhead( in isGatherShuffledSingleRegisterEntry()15845 if (FirstShuffleCost < ShuffleCost) { in isGatherShuffledSingleRegisterEntry()15853 ShuffleCost = FirstShuffleCost; in isGatherShuffledSingleRegisterEntry()