Searched defs:VecType (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScalarizeMaskedMemIntrin.cpp134 VectorType *VecType = cast<VectorType>(CI->getType()); local
272 VectorType *VecType = cast<VectorType>(Src->getType()); local
396 VectorType *VecType = cast<VectorType>(CI->getType()); local
604 VectorType *VecType = cast<VectorType>(CI->getType()); local
717 VectorType *VecType = cast<VectorType>(Src->getType()); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h103 enum VecType { enum in namespace:llvm::NVPTX::PTXLdStInstCode
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1764 QualType VecType; local
H A DSemaExpr.cpp8365 const VectorType *VecType = RHSType->getAs<VectorType>(); local
9228 QualType VecType = LHSVecType ? LHSType : RHSType; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1475 MVT VecType = Op.getOperand(0).getSimpleValueType(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1159 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); local
1454 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8018 MVT VecType = MVT::getVectorVT(SimpleVT, 2); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3677 ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr, argument

Completed in 212 milliseconds