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

/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp687 MVT MTy = LT.second; local
719 int Idx = CostTableLookup(AVX2CostTbl, ISD, MTy);
725 int Idx = CostTableLookup(AVX1CostTbl, ISD, MTy);
731 int Idx = CostTableLookup(SSE42CostTbl, ISD, MTy);
842 MVT MTy = LT.second; local
890 int Idx = CostTableLookup(AVX1CostTblPairWise, ISD, MTy);
896 int Idx = CostTableLookup(SSE42CostTblPairWise, ISD, MTy);
902 int Idx = CostTableLookup(AVX1CostTblNoPairWise, ISD, MTy);
908 int Idx = CostTableLookup(SSE42CostTblNoPairWise, ISD, MTy);
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1402 EVT MTy = getValueType(Ty); local
1409 LegalizeKind LK = getTypeConversion(C, MTy);
1412 return std::make_pair(Cost, MTy.getSimpleVT());
1418 MTy = LK.second;
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp925 llvm::VectorType *MTy = cast<llvm::VectorType>(Mask->getType()); local
928 EltMask = llvm::ConstantInt::get(MTy->getElementType(),
932 Value *MaskBits = llvm::ConstantVector::getSplat(MTy->getNumElements(),
943 MTy->getNumElements());
945 for (unsigned i = 0, e = MTy->getNumElements(); i != e; ++i) {

Completed in 171 milliseconds