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

/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h125 enum VecType { enum in namespace:llvm::NVPTX::PTXLdStInstCode
H A DNVPTXISelDAGToDAG.cpp475 unsigned VecType; local
479 VecType = NVPTX::PTXLdStInstCode::V2;
482 VecType = NVPTX::PTXLdStInstCode::V4;
539 getI32Imm(VecType), getI32Imm(FromType),
593 getI32Imm(VecType), getI32Imm(FromType),
696 getI32Imm(VecType), getI32Imm(FromType),
798 getI32Imm(VecType), getI32Imm(FromType),
1566 unsigned VecType; local
1570 VecType = NVPTX::PTXLdStInstCode::V2;
1576 VecType
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4681 const DependentSizedExtVectorType *VecType local
4683 MarkUsedTemplateParameters(Ctx, VecType->getElementType(), OnlyDeduced,
4685 MarkUsedTemplateParameters(Ctx, VecType->getSizeExpr(), OnlyDeduced,
H A DSemaInit.cpp1196 QualType VecType; local
1201 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts);
1203 VecType = SemaRef.Context.getVectorType(elementType, numIElts,
1205 CheckSubElementType(ElementEntity, IList, VecType, Index,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp773 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); local
775 TLI.getDataLayout()->getPrefTypeAlignment(VecType);

Completed in 178 milliseconds