Searched refs:AVX2CostTbl (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp711 static const CostTblEntry<MVT::SimpleValueType> AVX2CostTbl[] = { local
719 int Idx = CostTableLookup(AVX2CostTbl, ISD, MTy);
721 return LT.first * AVX2CostTbl[Idx].Cost;

Completed in 57 milliseconds