Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp902 static const CostTblEntry<MVT::SimpleValueType> AVX1CostTblPairWise[] = { in getReductionCost() local
934 int Idx = CostTableLookup(AVX1CostTblPairWise, ISD, MTy); in getReductionCost()
936 return LT.first * AVX1CostTblPairWise[Idx].Cost; in getReductionCost()