Searched refs:VecType (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 125 enum VecType { enum
|
D | NVPTXISelDAGToDAG.cpp | 475 unsigned VecType; in SelectLoadVector() local 479 VecType = NVPTX::PTXLdStInstCode::V2; in SelectLoadVector() 482 VecType = NVPTX::PTXLdStInstCode::V4; in SelectLoadVector() 539 getI32Imm(VecType), getI32Imm(FromType), in SelectLoadVector() 593 getI32Imm(VecType), getI32Imm(FromType), in SelectLoadVector() 696 getI32Imm(VecType), getI32Imm(FromType), in SelectLoadVector() 798 getI32Imm(VecType), getI32Imm(FromType), in SelectLoadVector() 1566 unsigned VecType; in SelectStoreVector() local 1570 VecType = NVPTX::PTXLdStInstCode::V2; in SelectStoreVector() 1576 VecType = NVPTX::PTXLdStInstCode::V4; in SelectStoreVector() [all …]
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 4681 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters() local 4683 MarkUsedTemplateParameters(Ctx, VecType->getElementType(), OnlyDeduced, in MarkUsedTemplateParameters() 4685 MarkUsedTemplateParameters(Ctx, VecType->getSizeExpr(), OnlyDeduced, in MarkUsedTemplateParameters()
|
D | SemaInit.cpp | 1196 QualType VecType; in CheckVectorType() local 1201 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType() 1203 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType() 1205 CheckSubElementType(ElementEntity, IList, VecType, Index, in CheckVectorType()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 773 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); in SplitVecRes_INSERT_VECTOR_ELT() local 775 TLI.getDataLayout()->getPrefTypeAlignment(VecType); in SplitVecRes_INSERT_VECTOR_ELT()
|