Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp464 MVT MTy = LT.second; in getCmpSelInstrCost() local
497 ISD, MTy); in getCmpSelInstrCost()
504 ISD, MTy); in getCmpSelInstrCost()
511 ISD, MTy); in getCmpSelInstrCost()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1253 EVT MTy = getValueType(Ty); in getTypeLegalizationCost() local
1260 LegalizeKind LK = getTypeConversion(C, MTy); in getTypeLegalizationCost()
1263 return std::make_pair(Cost, MTy.getSimpleVT()); in getTypeLegalizationCost()
1269 MTy = LK.second; in getTypeLegalizationCost()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp922 llvm::VectorType *MTy = cast<llvm::VectorType>(Mask->getType()); in VisitShuffleVectorExpr() local
925 EltMask = llvm::ConstantInt::get(MTy->getElementType(), in VisitShuffleVectorExpr()
929 Value *MaskBits = llvm::ConstantVector::getSplat(MTy->getNumElements(), in VisitShuffleVectorExpr()
940 MTy->getNumElements()); in VisitShuffleVectorExpr()
942 for (unsigned i = 0, e = MTy->getNumElements(); i != e; ++i) { in VisitShuffleVectorExpr()