Searched refs:ShuffleCost (Results 1 – 2 of 2) sorted by relevance
2037 InstructionCost ShuffleCost = 0; in getTreeReductionCost() local2046 ShuffleCost += thisT()->getShuffleCost(TTI::SK_ExtractSubvector, Ty, None, in getTreeReductionCost()2061 ShuffleCost += NumReduxLevels * thisT()->getShuffleCost( in getTreeReductionCost()2064 return ShuffleCost + ArithCost + in getTreeReductionCost()2127 InstructionCost ShuffleCost = 0; in getMinMaxReductionCost() local2138 ShuffleCost += thisT()->getShuffleCost(TTI::SK_ExtractSubvector, Ty, None, in getMinMaxReductionCost()2155 ShuffleCost += NumReduxLevels * thisT()->getShuffleCost( in getMinMaxReductionCost()2165 return ShuffleCost + MinMaxCost + in getMinMaxReductionCost()
3401 InstructionCost ShuffleCost = 1; in getVectorInstrCost() local3407 ShuffleCost = in getVectorInstrCost()3411 return ShuffleCost + IntOrFpCost + RegisterFileMoveCost; in getVectorInstrCost()5077 InstructionCost ShuffleCost = in getInterleavedMemoryOpCostAVX512() local5104 InstructionCost Cost = NumOfResults * NumOfShufflesPerResult * ShuffleCost + in getInterleavedMemoryOpCostAVX512()5133 InstructionCost ShuffleCost = in getInterleavedMemoryOpCostAVX512() local5141 NumOfMemOps * (MemOpCost + NumOfShufflesPerStore * ShuffleCost) + in getInterleavedMemoryOpCostAVX512()