Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1516 MVT MTy = LT.second; in getCmpSelInstrCost() local
1564 if (const auto *Entry = CostTableLookup(AVX512BWCostTbl, ISD, MTy)) in getCmpSelInstrCost()
1568 if (const auto *Entry = CostTableLookup(AVX512CostTbl, ISD, MTy)) in getCmpSelInstrCost()
1572 if (const auto *Entry = CostTableLookup(AVX2CostTbl, ISD, MTy)) in getCmpSelInstrCost()
1576 if (const auto *Entry = CostTableLookup(AVX1CostTbl, ISD, MTy)) in getCmpSelInstrCost()
1580 if (const auto *Entry = CostTableLookup(SSE42CostTbl, ISD, MTy)) in getCmpSelInstrCost()
1584 if (const auto *Entry = CostTableLookup(SSE2CostTbl, ISD, MTy)) in getCmpSelInstrCost()
1810 MVT MTy = LT.second; in getIntrinsicInstrCost() local
1814 if (const auto *Entry = CostTableLookup(GLMCostTbl, ISD, MTy)) in getIntrinsicInstrCost()
1818 if (const auto *Entry = CostTableLookup(SLMCostTbl, ISD, MTy)) in getIntrinsicInstrCost()
[all …]
DX86InstrSSE.td8082 ValueType MTx = VTx, ValueType MTy = VTy> {
8095 [(set (VTy RC256:$dst), (MTy RC256:$mask_wb),
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1507 EVT MTy = getValueType(DL, Ty); in getTypeLegalizationCost() local
1514 LegalizeKind LK = getTypeConversion(C, MTy); in getTypeLegalizationCost()
1517 return std::make_pair(Cost, MTy.getSimpleVT()); in getTypeLegalizationCost()
1523 if (MTy == LK.second) in getTypeLegalizationCost()
1524 return std::make_pair(Cost, MTy.getSimpleVT()); in getTypeLegalizationCost()
1527 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp925 MVT MTy = LT.second; in getArithmeticReductionCost() local
940 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()