Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DCostTable.h30 int CostTableLookup(const CostTblEntry<TypeTy> *Tbl, unsigned len, int ISD, in CostTableLookup() function
42 int CostTableLookup(const CostTblEntry<TypeTy>(&Tbl)[N], int ISD, in CostTableLookup() function
44 return CostTableLookup(Tbl, N, ISD, Ty); in CostTableLookup()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp122 int Idx = CostTableLookup(AVX2UniformConstCostTable, ISD, LT.second); in getArithmeticInstrCost()
172 int Idx = CostTableLookup(AVX512CostTable, ISD, LT.second); in getArithmeticInstrCost()
185 int Idx = CostTableLookup(AVX2CostTable, ISD, LT.second); in getArithmeticInstrCost()
221 int Idx = CostTableLookup(SSE2UniformConstCostTable, ISD, LT.second); in getArithmeticInstrCost()
283 int Idx = CostTableLookup(SSE2CostTable, ISD, LT.second); in getArithmeticInstrCost()
316 int Idx = CostTableLookup(AVX1CostTable, ISD, VT); in getArithmeticInstrCost()
328 int Idx = CostTableLookup(CustomLowered, ISD, LT.second); in getArithmeticInstrCost()
385 int Idx = CostTableLookup(AVXAltShuffleTbl, ISD::VECTOR_SHUFFLE, LT.second); in getShuffleCost()
409 int Idx = CostTableLookup(SSE41AltShuffleTbl, ISD::VECTOR_SHUFFLE, LT.second); in getShuffleCost()
428 int Idx = CostTableLookup(SSSE3AltShuffleTbl, ISD::VECTOR_SHUFFLE, LT.second); in getShuffleCost()
[all …]
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp65 int Idx = CostTableLookup(NEONFltDblTbl, ISD, LT.second); in getCastInstrCost()
358 int Idx = CostTableLookup(NEONShuffleTbl, ISD::VECTOR_SHUFFLE, LT.second); in getShuffleCost()
384 CostTableLookup(NEONAltShuffleTbl, ISD::VECTOR_SHUFFLE, LT.second); in getShuffleCost()
446 Idx = CostTableLookup(CostTbl, ISDOpcode, LT.second); in getArithmeticInstrCost()