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

/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTX.h125 enum VecType { enum in namespace:llvm::NVPTX::PTXLdStInstCode
H A DNVPTXISelDAGToDAG.cpp477 unsigned VecType; local
481 VecType = NVPTX::PTXLdStInstCode::V2;
484 VecType = NVPTX::PTXLdStInstCode::V4;
541 getI32Imm(VecType), getI32Imm(FromType),
595 getI32Imm(VecType), getI32Imm(FromType),
698 getI32Imm(VecType), getI32Imm(FromType),
800 getI32Imm(VecType), getI32Imm(FromType),
1567 unsigned VecType; local
1571 VecType = NVPTX::PTXLdStInstCode::V2;
1577 VecType
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp746 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); local
747 unsigned Alignment = TLI.getDataLayout()->getPrefTypeAlignment(VecType);
821 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); local
823 TLI.getDataLayout()->getPrefTypeAlignment(VecType);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4866 const DependentSizedExtVectorType *VecType local
4868 MarkUsedTemplateParameters(Ctx, VecType->getElementType(), OnlyDeduced,
4870 MarkUsedTemplateParameters(Ctx, VecType->getSizeExpr(), OnlyDeduced,
H A DSemaInit.cpp1205 QualType VecType; local
1210 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts);
1212 VecType = SemaRef.Context.getVectorType(elementType, numIElts,
1214 CheckSubElementType(ElementEntity, IList, VecType, Index,

Completed in 140 milliseconds