Home
last modified time | relevance | path

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

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