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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1708 MVT MTy = LT.second; local
1716 if (MTy.isVector() &&
1717 !((ST->hasXOP() && (!ST->hasAVX2() || MTy.is128BitVector())) ||
1718 (ST->hasAVX512() && 32 <= MTy.getScalarSizeInBits()) ||
1738 if ((ST->hasSSE41() && MTy.getScalarSizeInBits() == 32) ||
1739 (ST->hasSSE2() && MTy.getScalarSizeInBits() < 32)) {
1846 if (const auto *Entry = CostTableLookup(SLMCostTbl, ISD, MTy))
1850 if (const auto *Entry = CostTableLookup(AVX512BWCostTbl, ISD, MTy))
1854 if (const auto *Entry = CostTableLookup(AVX512CostTbl, ISD, MTy))
1858 if (const auto *Entry = CostTableLookup(AVX2CostTbl, ISD, MTy))
2208 MVT MTy = LT.second; local
2363 MVT MTy = LT.second; local
2635 MVT MTy = VT.getSimpleVT(); local
2665 MVT MTy = LT.second; local
2763 MVT MTy = LT.second; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1657 EVT MTy = getValueType(DL, Ty); local
1664 LegalizeKind LK = getTypeConversion(C, MTy);
1667 return std::make_pair(Cost, MTy.getSimpleVT());
1673 if (MTy == LK.second)
1674 return std::make_pair(Cost, MTy.getSimpleVT());
1677 MTy = LK.second;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp935 MVT MTy = LT.second; local
950 if (const auto *Entry = CostTableLookup(CostTblNoPairwise, ISD, MTy))
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1616 llvm::VectorType *MTy = cast<llvm::VectorType>(Mask->getType()); local
1620 llvm::ConstantInt::get(MTy, llvm::NextPowerOf2(LHSElts - 1) - 1);
1630 MTy->getNumElements());
1632 for (unsigned i = 0, e = MTy->getNumElements(); i != e; ++i) {

Completed in 187 milliseconds