Searched refs:MTy (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 281 MVT MTy = LT.second; in getCmpSelInstrCost() local 313 int Idx = CostTableLookup<MVT>(AVX2CostTbl, array_lengthof(AVX2CostTbl), ISD, MTy); in getCmpSelInstrCost() 319 int Idx = CostTableLookup<MVT>(AVX1CostTbl, array_lengthof(AVX1CostTbl), ISD, MTy); in getCmpSelInstrCost() 325 int Idx = CostTableLookup<MVT>(SSE42CostTbl, array_lengthof(SSE42CostTbl), ISD, MTy); in getCmpSelInstrCost()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1250 EVT MTy = getValueType(Ty); in getTypeLegalizationCost() local 1257 LegalizeKind LK = getTypeConversion(C, MTy); in getTypeLegalizationCost() 1260 return std::make_pair(Cost, MTy.getSimpleVT()); in getTypeLegalizationCost() 1266 MTy = LK.second; in getTypeLegalizationCost()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 887 llvm::VectorType *MTy = cast<llvm::VectorType>(Mask->getType()); in VisitShuffleVectorExpr() local 892 EltMask = llvm::ConstantInt::get(MTy->getElementType(), in VisitShuffleVectorExpr() 895 EltMask = llvm::ConstantInt::get(MTy->getElementType(), in VisitShuffleVectorExpr() 898 EltMask = llvm::ConstantInt::get(MTy->getElementType(), in VisitShuffleVectorExpr() 902 Value *MaskBits = llvm::ConstantVector::getSplat(MTy->getNumElements(), in VisitShuffleVectorExpr() 913 MTy->getNumElements()); in VisitShuffleVectorExpr() 915 for (unsigned i = 0, e = MTy->getNumElements(); i != e; ++i) { in VisitShuffleVectorExpr()
|