Searched refs:ShuffleCost (Results 1 – 5 of 5) sorted by relevance
3035 InstructionCost ShuffleCost = 0; in getTreeReductionCost() local3043 ShuffleCost += thisT()->getShuffleCost( in getTreeReductionCost()3058 ShuffleCost += in getTreeReductionCost()3063 return ShuffleCost + ArithCost + in getTreeReductionCost()3125 InstructionCost ShuffleCost = 0; in getMinMaxReductionCost() local3134 ShuffleCost += thisT()->getShuffleCost( in getMinMaxReductionCost()3149 ShuffleCost += in getMinMaxReductionCost()3156 return ShuffleCost + MinMaxCost + in getMinMaxReductionCost()
1594 InstructionCost ShuffleCost = TargetTTI->getShuffleCost( in getInstructionCost() local1601 return ShuffleCost + TargetTTI->getShuffleCost( in getInstructionCost()
1041 InstructionCost ShuffleCost = in getInterleavedMemoryOpCost() local1044 Cost += ShuffleCost; in getInterleavedMemoryOpCost()1068 InstructionCost ShuffleCost = in getInterleavedMemoryOpCost() local1071 return MemCost + ShuffleCost; in getInterleavedMemoryOpCost()
4918 InstructionCost ShuffleCost = 1; in getVectorInstrCost() local4924 ShuffleCost = getShuffleCost(TTI::SK_PermuteTwoSrc, SubTy, SubTy, {}, in getVectorInstrCost()4928 return ShuffleCost + IntOrFpCost + RegisterFileMoveCost; in getVectorInstrCost()6702 InstructionCost ShuffleCost = getShuffleCost( in getInterleavedMemoryOpCostAVX512() local6729 InstructionCost Cost = NumOfResults * NumOfShufflesPerResult * ShuffleCost + in getInterleavedMemoryOpCostAVX512()6759 InstructionCost ShuffleCost = in getInterleavedMemoryOpCostAVX512() local6769 NumOfMemOps * (MemOpCost + NumOfShufflesPerStore * ShuffleCost) + in getInterleavedMemoryOpCostAVX512()
15788 InstructionCost ShuffleCost = GetShuffleCost(SubMask, Entries, VecTy); in isGatherShuffledSingleRegisterEntry() local15792 FirstShuffleCost = ShuffleCost; in isGatherShuffledSingleRegisterEntry()15815 SecondShuffleCost = ShuffleCost; in isGatherShuffledSingleRegisterEntry()15845 if (FirstShuffleCost < ShuffleCost) { in isGatherShuffledSingleRegisterEntry()15853 ShuffleCost = FirstShuffleCost; in isGatherShuffledSingleRegisterEntry()15855 if (SecondShuffleCost < ShuffleCost) { in isGatherShuffledSingleRegisterEntry()15865 ShuffleCost = SecondShuffleCost; in isGatherShuffledSingleRegisterEntry()15867 if (BuildVectorCost >= ShuffleCost) { in isGatherShuffledSingleRegisterEntry()