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

  /external/llvm/include/llvm/Target/
CostTable.h 31 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
CostTable.h 32 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 91 if (const auto *Entry = CostTableLookup(NEONFltDblTbl, ISD, LT.second))
378 if (const auto *Entry = CostTableLookup(NEONShuffleTbl, ISD::VECTOR_SHUFFLE,
403 if (const auto *Entry = CostTableLookup(NEONAltShuffleTbl,
463 if (const auto *Entry = CostTableLookup(CostTbl, ISDOpcode, LT.second))

Completed in 1522 milliseconds