HomeSort by relevance Sort by last modified time
    Searched refs:CostTableLookup (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Target/
CostTable.h 31 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 129 if (const auto *Entry = CostTableLookup(AVX2UniformConstCostTable, ISD,
144 if (const auto *Entry = CostTableLookup(AVX512CostTable, ISD, LT.second))
172 if (const auto *Entry = CostTableLookup(AVX2CostTable, ISD, LT.second))
207 if (const auto *Entry = CostTableLookup(XOPCostTable, ISD, LT.second))
236 if (const auto *Entry = CostTableLookup(AVX2CustomCostTable, ISD,
285 if (const auto *Entry = CostTableLookup(SSE2UniformConstCostTable, ISD,
365 if (const auto *Entry = CostTableLookup(SSE2CostTable, ISD, LT.second))
391 if (const auto *Entry = CostTableLookup(AVX1CostTable, ISD, VT))
402 if (const auto *Entry = CostTableLookup(CustomLowered, ISD, LT.second))
458 if (const auto *Entry = CostTableLookup(AVXAltShuffleTbl
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 65 if (const auto *Entry = CostTableLookup(NEONFltDblTbl, ISD, LT.second))
354 if (const auto *Entry = CostTableLookup(NEONShuffleTbl, ISD::VECTOR_SHUFFLE,
379 if (const auto *Entry = CostTableLookup(NEONAltShuffleTbl,
439 if (const auto *Entry = CostTableLookup(CostTbl, ISDOpcode, LT.second))

Completed in 174 milliseconds