Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp136 static const CostTblEntry<MVT::SimpleValueType> AVX2CostTable[] = { in getArithmeticInstrCost() local
185 int Idx = CostTableLookup(AVX2CostTable, ISD, LT.second); in getArithmeticInstrCost()
187 return LT.first * AVX2CostTable[Idx].Cost; in getArithmeticInstrCost()