Searched refs:MTy (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 881 MVT MTy = LT.second; in getCmpSelInstrCost() local 924 if (const auto *Entry = CostTableLookup(AVX512CostTbl, ISD, MTy)) in getCmpSelInstrCost() 928 if (const auto *Entry = CostTableLookup(AVX2CostTbl, ISD, MTy)) in getCmpSelInstrCost() 932 if (const auto *Entry = CostTableLookup(AVX1CostTbl, ISD, MTy)) in getCmpSelInstrCost() 936 if (const auto *Entry = CostTableLookup(SSE42CostTbl, ISD, MTy)) in getCmpSelInstrCost() 940 if (const auto *Entry = CostTableLookup(SSE2CostTbl, ISD, MTy)) in getCmpSelInstrCost() 1009 MVT MTy = LT.second; in getIntrinsicInstrCost() local 1013 if (const auto *Entry = CostTableLookup(XOPCostTbl, ISD, MTy)) in getIntrinsicInstrCost() 1017 if (const auto *Entry = CostTableLookup(AVX2CostTbl, ISD, MTy)) in getIntrinsicInstrCost() 1021 if (const auto *Entry = CostTableLookup(AVX1CostTbl, ISD, MTy)) in getIntrinsicInstrCost() [all …]
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1733 EVT MTy = getValueType(DL, Ty); in getTypeLegalizationCost() local 1740 LegalizeKind LK = getTypeConversion(C, MTy); in getTypeLegalizationCost() 1743 return std::make_pair(Cost, MTy.getSimpleVT()); in getTypeLegalizationCost() 1749 if (MTy == LK.second) in getTypeLegalizationCost() 1750 return std::make_pair(Cost, MTy.getSimpleVT()); in getTypeLegalizationCost() 1753 MTy = LK.second; in getTypeLegalizationCost()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 997 llvm::VectorType *MTy = cast<llvm::VectorType>(Mask->getType()); in VisitShuffleVectorExpr() local 1001 llvm::ConstantInt::get(MTy, llvm::NextPowerOf2(LHSElts - 1) - 1); in VisitShuffleVectorExpr() 1011 MTy->getNumElements()); in VisitShuffleVectorExpr() 1013 for (unsigned i = 0, e = MTy->getNumElements(); i != e; ++i) { in VisitShuffleVectorExpr()
|