Searched refs:MTy (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 857 MVT MTy = LT.second; in getCmpSelInstrCost() local 896 if (const auto *Entry = CostTableLookup(AVX512CostTbl, ISD, MTy)) in getCmpSelInstrCost() 900 if (const auto *Entry = CostTableLookup(AVX2CostTbl, ISD, MTy)) in getCmpSelInstrCost() 904 if (const auto *Entry = CostTableLookup(AVX1CostTbl, ISD, MTy)) in getCmpSelInstrCost() 908 if (const auto *Entry = CostTableLookup(SSE42CostTbl, ISD, MTy)) in getCmpSelInstrCost() 1064 MVT MTy = LT.second; in getReductionCost() local 1112 if (const auto *Entry = CostTableLookup(AVX1CostTblPairWise, ISD, MTy)) in getReductionCost() 1116 if (const auto *Entry = CostTableLookup(SSE42CostTblPairWise, ISD, MTy)) in getReductionCost() 1120 if (const auto *Entry = CostTableLookup(AVX1CostTblNoPairWise, ISD, MTy)) in getReductionCost() 1124 if (const auto *Entry = CostTableLookup(SSE42CostTblNoPairWise, ISD, MTy)) in getReductionCost()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1615 EVT MTy = getValueType(DL, Ty); in getTypeLegalizationCost() local 1622 LegalizeKind LK = getTypeConversion(C, MTy); in getTypeLegalizationCost() 1625 return std::make_pair(Cost, MTy.getSimpleVT()); in getTypeLegalizationCost() 1631 if (MTy == LK.second) in getTypeLegalizationCost() 1632 return std::make_pair(Cost, MTy.getSimpleVT()); in getTypeLegalizationCost() 1635 MTy = LK.second; in getTypeLegalizationCost()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 1012 llvm::VectorType *MTy = cast<llvm::VectorType>(Mask->getType()); in VisitShuffleVectorExpr() local 1016 llvm::ConstantInt::get(MTy, llvm::NextPowerOf2(LHSElts - 1) - 1); in VisitShuffleVectorExpr() 1026 MTy->getNumElements()); in VisitShuffleVectorExpr() 1028 for (unsigned i = 0, e = MTy->getNumElements(); i != e; ++i) { in VisitShuffleVectorExpr()
|