Searched refs:VecType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelDAGToDAG.cpp | 477 unsigned VecType; in SelectLoadVector() local 481 VecType = NVPTX::PTXLdStInstCode::V2; in SelectLoadVector() 484 VecType = NVPTX::PTXLdStInstCode::V4; in SelectLoadVector() 541 getI32Imm(VecType), getI32Imm(FromType), in SelectLoadVector() 595 getI32Imm(VecType), getI32Imm(FromType), in SelectLoadVector() 698 getI32Imm(VecType), getI32Imm(FromType), in SelectLoadVector() 800 getI32Imm(VecType), getI32Imm(FromType), in SelectLoadVector() 1567 unsigned VecType; in SelectStoreVector() local 1571 VecType = NVPTX::PTXLdStInstCode::V2; in SelectStoreVector() 1577 VecType = NVPTX::PTXLdStInstCode::V4; in SelectStoreVector() [all …]
|
| D | NVPTX.h | 125 enum VecType { enum
|
| /freebsd-10-stable/contrib/llvm/patches/ |
| D | patch-r267704-llvm-r211435-fix-avx-backend.diff | 62 + Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); 63 + unsigned Alignment = TLI.getDataLayout()->getPrefTypeAlignment(VecType);
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorTypes.cpp | 746 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); in SplitVecRes_INSERT_SUBVECTOR() local 747 unsigned Alignment = TLI.getDataLayout()->getPrefTypeAlignment(VecType); in SplitVecRes_INSERT_SUBVECTOR() 821 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); in SplitVecRes_INSERT_VECTOR_ELT() local 823 TLI.getDataLayout()->getPrefTypeAlignment(VecType); in SplitVecRes_INSERT_VECTOR_ELT()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaTemplateDeduction.cpp | 4866 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters() local 4868 MarkUsedTemplateParameters(Ctx, VecType->getElementType(), OnlyDeduced, in MarkUsedTemplateParameters() 4870 MarkUsedTemplateParameters(Ctx, VecType->getSizeExpr(), OnlyDeduced, in MarkUsedTemplateParameters()
|
| D | SemaInit.cpp | 1205 QualType VecType; in CheckVectorType() local 1210 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType() 1212 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType() 1214 CheckSubElementType(ElementEntity, IList, VecType, Index, in CheckVectorType()
|