Searched refs:VecType (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h119 enum VecType { enum in namespace:llvm::NVPTX::PTXLdStInstCode
/external/clang/lib/Sema/
H A DSemaInit.cpp1113 QualType VecType; local
1118 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts);
1120 VecType = SemaRef.Context.getVectorType(elementType, numIElts,
1122 CheckSubElementType(ElementEntity, IList, VecType, Index,
H A DSemaTemplateDeduction.cpp4326 const DependentSizedExtVectorType *VecType local
4328 MarkUsedTemplateParameters(Ctx, VecType->getElementType(), OnlyDeduced,
4330 MarkUsedTemplateParameters(Ctx, VecType->getSizeExpr(), OnlyDeduced,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp750 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); local
752 TLI.getTargetData()->getPrefTypeAlignment(VecType);

Completed in 140 milliseconds