Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp680 static const CostTblEntry<MVT::SimpleValueType> AVX1CostTbl[] = { in getCmpSelInstrCost() local
717 int Idx = CostTableLookup(AVX1CostTbl, ISD, MTy); in getCmpSelInstrCost()
719 return LT.first * AVX1CostTbl[Idx].Cost; in getCmpSelInstrCost()