Searched defs:CostKindCosts (Results 1 – 1 of 1) sorted by relevance
73 struct CostKindCosts { struct74 unsigned RecipThroughputCost = ~0U;75 unsigned LatencyCost = ~0U;76 unsigned CodeSizeCost = ~0U;77 unsigned SizeAndLatencyCost = ~0U;101 using CostKindTblEntry = CostTblEntryT<CostKindCosts>; argument