Home
last modified time | relevance | path

Searched refs:AVX2UniformConstCostTable (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp113 AVX2UniformConstCostTable[] = { in getArithmeticInstrCost() local
122 int Idx = CostTableLookup(AVX2UniformConstCostTable, ISD, LT.second); in getArithmeticInstrCost()
124 return LT.first * AVX2UniformConstCostTable[Idx].Cost; in getArithmeticInstrCost()