Home
last modified time | relevance | path

Searched defs:CostKindCosts (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp73 struct CostKindCosts { struct
74 unsigned RecipThroughputCost = ~0U;
75 unsigned LatencyCost = ~0U;
76 unsigned CodeSizeCost = ~0U;
77 unsigned SizeAndLatencyCost = ~0U;
101 using CostKindTblEntry = CostTblEntryT<CostKindCosts>; argument