Searched refs:VecType (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 119 enum VecType { enum
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 4326 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters() local 4328 MarkUsedTemplateParameters(Ctx, VecType->getElementType(), OnlyDeduced, in MarkUsedTemplateParameters() 4330 MarkUsedTemplateParameters(Ctx, VecType->getSizeExpr(), OnlyDeduced, in MarkUsedTemplateParameters()
|
D | SemaInit.cpp | 1113 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/ |
D | LegalizeVectorTypes.cpp | 750 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); in SplitVecRes_INSERT_VECTOR_ELT() local 752 TLI.getTargetData()->getPrefTypeAlignment(VecType); in SplitVecRes_INSERT_VECTOR_ELT()
|