HomeSort by relevance Sort by last modified time
    Searched full:customlowered (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 322 static const CostTblEntry<MVT> CustomLowered[] = {
328 int Idx = CostTableLookup<MVT>(CustomLowered, array_lengthof(CustomLowered),
331 return LT.first * CustomLowered[Idx].Cost;

Completed in 647 milliseconds