Home
last modified time | relevance | path

Searched refs:MTy (Results 1 – 17 of 17) sorted by relevance

/external/rust/crates/ppv-lite86/src/x86_64/
Dmod.rs244 …($mach:ident, $MTy:ident, { $([$pub:tt$(($krate:tt))*])* fn $name:ident($($arg:ident: $argty:ty),*…
248 fn fn_impl<$MTy: $crate::Machine>($mach: $MTy, $($arg: $argty),*) -> $ret $body
296 unsafe fn fn_impl<$MTy: $crate::Machine>($mach: $MTy, $($arg: $argty),*) -> $ret $body
312 …($mach:ident, $MTy:ident, { $([$pub:tt $(($krate:tt))*])* fn $name:ident($($arg:ident: $argty:ty),…
313 dispatch!($mach, $MTy, {
327 …($mach:ident, $MTy:ident, { $([$pub:tt$(($krate:tt))*])* fn $name:ident($($arg:ident: $argty:ty),*…
331 fn fn_impl<$MTy: $crate::Machine>($mach: $MTy, $($arg: $argty),*) -> $ret $body
354 unsafe fn fn_impl<$MTy: $crate::Machine>($mach: $MTy, $($arg: $argty),*) -> $ret $body
370 …($mach:ident, $MTy:ident, { $([$pub:tt$(($krate:tt))*])* fn $name:ident($($arg:ident: $argty:ty),*…
371 dispatch_light128!($mach, $MTy, {
[all …]
/external/rust/crates/ppv-lite86/src/
Dgeneric.rs749 …($mach:ident, $MTy:ident, { $([$pub:tt$(($krate:tt))*])* fn $name:ident($($arg:ident: $argty:ty),*…
754 fn fn_impl<$MTy: $crate::Machine>($mach: $MTy, $($arg: $argty),*) -> $ret $body
758 …($mach:ident, $MTy:ident, { $([$pub:tt $(($krate:tt))*])* fn $name:ident($($arg:ident: $argty:ty),…
759 dispatch!($mach, $MTy, {
766 …($mach:ident, $MTy:ident, { $([$pub:tt$(($krate:tt))*])* fn $name:ident($($arg:ident: $argty:ty),*…
771 fn fn_impl<$MTy: $crate::Machine>($mach: $MTy, $($arg: $argty),*) -> $ret $body
775 …($mach:ident, $MTy:ident, { $([$pub:tt $(($krate:tt))*])* fn $name:ident($($arg:ident: $argty:ty),…
776 dispatch!($mach, $MTy, {
783 …($mach:ident, $MTy:ident, { $([$pub:tt$(($krate:tt))*])* fn $name:ident($($arg:ident: $argty:ty),*…
788 fn fn_impl<$MTy: $crate::Machine>($mach: $MTy, $($arg: $argty),*) -> $ret $body
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1708 MVT MTy = LT.second; in getCmpSelInstrCost() local
1716 if (MTy.isVector() && in getCmpSelInstrCost()
1717 !((ST->hasXOP() && (!ST->hasAVX2() || MTy.is128BitVector())) || in getCmpSelInstrCost()
1718 (ST->hasAVX512() && 32 <= MTy.getScalarSizeInBits()) || in getCmpSelInstrCost()
1738 if ((ST->hasSSE41() && MTy.getScalarSizeInBits() == 32) || in getCmpSelInstrCost()
1739 (ST->hasSSE2() && MTy.getScalarSizeInBits() < 32)) { in getCmpSelInstrCost()
1846 if (const auto *Entry = CostTableLookup(SLMCostTbl, ISD, MTy)) in getCmpSelInstrCost()
1850 if (const auto *Entry = CostTableLookup(AVX512BWCostTbl, ISD, MTy)) in getCmpSelInstrCost()
1854 if (const auto *Entry = CostTableLookup(AVX512CostTbl, ISD, MTy)) in getCmpSelInstrCost()
1858 if (const auto *Entry = CostTableLookup(AVX2CostTbl, ISD, MTy)) in getCmpSelInstrCost()
[all …]
DX86InstrSSE.td7911 ValueType MTx = VTx, ValueType MTy = VTy> {
7924 [(set (VTy RC256:$dst), (MTy RC256:$mask_wb),
/external/llvm-project/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2098 MVT MTy = LT.second; in getCmpSelInstrCost() local
2106 if (MTy.isVector() && in getCmpSelInstrCost()
2107 !((ST->hasXOP() && (!ST->hasAVX2() || MTy.is128BitVector())) || in getCmpSelInstrCost()
2108 (ST->hasAVX512() && 32 <= MTy.getScalarSizeInBits()) || in getCmpSelInstrCost()
2128 if ((ST->hasSSE41() && MTy.getScalarSizeInBits() == 32) || in getCmpSelInstrCost()
2129 (ST->hasSSE2() && MTy.getScalarSizeInBits() < 32)) { in getCmpSelInstrCost()
2242 if (const auto *Entry = CostTableLookup(SLMCostTbl, ISD, MTy)) in getCmpSelInstrCost()
2246 if (const auto *Entry = CostTableLookup(AVX512BWCostTbl, ISD, MTy)) in getCmpSelInstrCost()
2250 if (const auto *Entry = CostTableLookup(AVX512CostTbl, ISD, MTy)) in getCmpSelInstrCost()
2254 if (const auto *Entry = CostTableLookup(AVX2CostTbl, ISD, MTy)) in getCmpSelInstrCost()
[all …]
DX86InstrSSE.td7893 ValueType MTx = VTx, ValueType MTy = VTy> {
/external/llvm-project/clang/test/SemaCXX/
Dmatrix-type-builtins.cpp111 template <typename MTy, typename PtrTy, unsigned Stride>
112 void column_major_store(MTy &A, PtrTy Ptr) { in column_major_store()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp881 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-project/clang/docs/
DMatrixTypes.rst149 * The resulting type, ``MTy``, is a matrix type with the common element type,
152 element type of ``MTy``, ``col`` is the number of columns, ``row`` is the
153 number of rows in ``MTy`` and ``inner`` is the number of columns of ``M1``:
157 MTy Res;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1657 EVT MTy = getValueType(DL, Ty); in getTypeLegalizationCost() local
1664 LegalizeKind LK = getTypeConversion(C, MTy); in getTypeLegalizationCost()
1667 return std::make_pair(Cost, MTy.getSimpleVT()); in getTypeLegalizationCost()
1673 if (MTy == LK.second) in getTypeLegalizationCost()
1674 return std::make_pair(Cost, MTy.getSimpleVT()); in getTypeLegalizationCost()
1677 MTy = LK.second; in getTypeLegalizationCost()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1733 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/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1843 EVT MTy = getValueType(DL, Ty); in getTypeLegalizationCost() local
1850 LegalizeKind LK = getTypeConversion(C, MTy); in getTypeLegalizationCost()
1853 return std::make_pair(Cost, MTy.getSimpleVT()); in getTypeLegalizationCost()
1859 if (MTy == LK.second) in getTypeLegalizationCost()
1860 return std::make_pair(Cost, MTy.getSimpleVT()); in getTypeLegalizationCost()
1863 MTy = LK.second; in getTypeLegalizationCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp935 MVT MTy = LT.second; in getArithmeticReductionCost() local
950 if (const auto *Entry = CostTableLookup(CostTblNoPairwise, ISD, MTy)) in getArithmeticReductionCost()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp1089 MVT MTy = LT.second; in getArithmeticReductionCost() local
1104 if (const auto *Entry = CostTableLookup(CostTblNoPairwise, ISD, MTy)) in getArithmeticReductionCost()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp997 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()
/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp1554 auto *MTy = cast<llvm::FixedVectorType>(Mask->getType()); in VisitShuffleVectorExpr() local
1558 llvm::ConstantInt::get(MTy, llvm::NextPowerOf2(LHSElts - 1) - 1); in VisitShuffleVectorExpr()
1568 MTy->getNumElements()); in VisitShuffleVectorExpr()
1570 for (unsigned i = 0, e = MTy->getNumElements(); i != e; ++i) { in VisitShuffleVectorExpr()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp4792 auto *MTy = Base->getType()->getAs<ConstantMatrixType>(); in CreateBuiltinMatrixSubscriptExpr() local
4793 RowIdx = IsIndexValid(RowIdx, MTy->getNumRows(), false); in CreateBuiltinMatrixSubscriptExpr()
4794 ColumnIdx = IsIndexValid(ColumnIdx, MTy->getNumColumns(), true); in CreateBuiltinMatrixSubscriptExpr()
4799 MTy->getElementType(), RBLoc); in CreateBuiltinMatrixSubscriptExpr()