Searched refs:MTy (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2065 MVT MTy = LT.second; local
2073 if (MTy.isVector() &&
2074 !((ST->hasXOP() && (!ST->hasAVX2() || MTy.is128BitVector())) ||
2075 (ST->hasAVX512() && 32 <= MTy.getScalarSizeInBits()) ||
2095 if ((ST->hasSSE41() && MTy.getScalarSizeInBits() == 32) ||
2096 (ST->hasSSE2() && MTy.getScalarSizeInBits() < 32)) {
2209 if (const auto *Entry = CostTableLookup(SLMCostTbl, ISD, MTy))
2213 if (const auto *Entry = CostTableLookup(AVX512BWCostTbl, ISD, MTy))
2217 if (const auto *Entry = CostTableLookup(AVX512CostTbl, ISD, MTy))
2221 if (const auto *Entry = CostTableLookup(AVX2CostTbl, ISD, MTy))
2624 MVT MTy = LT.second; local
2796 MVT MTy = LT.second; local
3169 MVT MTy = VT.getSimpleVT(); local
3185 MVT MTy = LT.second; local
3364 MVT MTy = LT.second; local
3494 MVT MTy = LT.second; local
3550 MVT MTy = VT.getSimpleVT(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1710 EVT MTy = getValueType(DL, Ty); local
1717 LegalizeKind LK = getTypeConversion(C, MTy);
1720 return std::make_pair(Cost, MTy.getSimpleVT());
1726 if (MTy == LK.second)
1727 return std::make_pair(Cost, MTy.getSimpleVT());
1730 MTy = LK.second;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1010 MVT MTy = LT.second; local
1025 if (const auto *Entry = CostTableLookup(CostTblNoPairwise, ISD, MTy))
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1638 llvm::VectorType *MTy = cast<llvm::VectorType>(Mask->getType()); local
1642 llvm::ConstantInt::get(MTy, llvm::NextPowerOf2(LHSElts - 1) - 1);
1652 MTy->getNumElements());
1654 for (unsigned i = 0, e = MTy->getNumElements(); i != e; ++i) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4758 auto *MTy = Base->getType()->getAs<ConstantMatrixType>(); local
4759 RowIdx = IsIndexValid(RowIdx, MTy->getNumRows(), false);
4760 ColumnIdx = IsIndexValid(ColumnIdx, MTy->getNumColumns(), true);
4765 MTy->getElementType(), RBLoc);

Completed in 187 milliseconds