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

  /external/llvm/include/llvm/Target/
CostTable.h 22 struct CostTblEntry {
30 int CostTableLookup(const CostTblEntry<TypeTy> *Tbl, unsigned len, int ISD,
42 int CostTableLookup(const CostTblEntry<TypeTy>(&Tbl)[N], int ISD,
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 190 static const CostTblEntry<MVT::SimpleValueType>
205 static const CostTblEntry<MVT::SimpleValueType> AVX2CostTable[] = {
254 static const CostTblEntry<MVT::SimpleValueType>
305 static const CostTblEntry<MVT::SimpleValueType> SSE2CostTable[] = {
352 static const CostTblEntry<MVT::SimpleValueType> AVX1CostTable[] = {
386 static const CostTblEntry<MVT::SimpleValueType> CustomLowered[] = {
433 static const CostTblEntry<MVT::SimpleValueType> AVXAltShuffleTbl[] = {
455 static const CostTblEntry<MVT::SimpleValueType> SSE41AltShuffleTbl[] = {
479 static const CostTblEntry<MVT::SimpleValueType> SSSE3AltShuffleTbl[] = {
498 static const CostTblEntry<MVT::SimpleValueType> SSEAltShuffleTbl[] =
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 189 static const CostTblEntry<MVT::SimpleValueType> NEONFltDblTbl[] = {
451 static const CostTblEntry<MVT::SimpleValueType> NEONShuffleTbl[] = {
473 static const CostTblEntry<MVT::SimpleValueType> NEONAltShuffleTbl[] = {
509 static const CostTblEntry<MVT::SimpleValueType> CostTbl[] = {

Completed in 1023 milliseconds