Searched refs:VectorType (Results 126 - 150 of 182) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h194 llvm::DIType *CreateType(const VectorType *Ty, llvm::DIFile *F);
H A DCGAtomic.cpp111 ValueTy = lvalue.getType()->castAs<VectorType>()->getElementType();
122 lvalue.getType(), cast<llvm::VectorType>(
H A DCodeGenFunction.cpp458 if (auto *VT = dyn_cast<llvm::VectorType>(A.getType()))
464 if (auto *VT = dyn_cast<llvm::VectorType>(CurFn->getReturnType()))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h511 ConstantVector(VectorType *T, ArrayRef<Constant *> Val);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp866 if (const auto *VT = T->getAs<VectorType>()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp412 QualType ElemTy = Ty->castAs<VectorType>()->getElementType();
H A DODRHash.cpp1106 void VisitVectorType(const VectorType *T) {
H A DExprConstant.cpp2471 QualType EltTy = VecTy->castAs<VectorType>()->getElementType();
2754 const auto *VT = E->getType()->castAs<VectorType>();
9717 assert(V.size() == E->getType()->castAs<VectorType>()->getNumElements());
9746 const VectorType *VTy = E->getType()->castAs<VectorType>();
9817 const VectorType *VT = E->getType()->castAs<VectorType>();
9866 const auto *VT = E->getType()->castAs<VectorType>();
9899 assert(LHS->getType()->getAs<VectorType>()->getNumElements() ==
9900 E->getType()->getAs<VectorType>()
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp135 if (cast<VectorType>(Ty)->getElementType()->isPointerTy())
149 isa<VectorType>(InnerTy))
441 return isa<ArrayType>(T) || isa<VectorType>(T);
451 return cast<VectorType>(T)->getElementType();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp304 if (auto *CondVTy = dyn_cast<VectorType>(CondTy)) {
308 cast<VectorType>(FIOpndTy)->getNumElements())
1983 unsigned NumElts = cast<VectorType>(CondVal->getType())->getNumElements();
2017 auto *Ty = dyn_cast<VectorType>(Sel.getType());
H A DInstCombineInternal.h254 auto *InVTy = dyn_cast<VectorType>(In->getType());
H A DInstCombineAndOrXor.cpp1708 unsigned NumElts = cast<VectorType>(C->getType())->getNumElements();
1748 if (!isa<VectorType>(Ty) && !shouldChangeType(Ty, X->getType()))
2201 unsigned NumElts = cast<VectorType>(C1->getType())->getNumElements();
H A DInstCombineLoadStoreAlloca.cpp1055 auto *UT = cast<VectorType>(U->getType());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp579 if (isa<VectorType>(StoredValue->getType()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp986 assert(isa<VectorType>(VecTy) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp129 VectorType *ShuffleVecTy = Shuffles[0]->getType();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5897 cast<VectorType>(CondTy.getCanonicalType())->getElementType();
5911 const auto *CondVT = CondType->castAs<VectorType>();
5915 const auto *LHSVT = LHSType->getAs<VectorType>();
5917 const auto *RHSVT = RHSType->getAs<VectorType>();
5967 ResultElementTy, CondType->castAs<VectorType>()->getNumElements(),
5968 VectorType::GenericVector);
5976 auto *ResultVectorTy = ResultType->castAs<VectorType>();
H A DSemaChecking.cpp5881 numElements = LHSType->castAs<VectorType>()->getNumElements();
5889 RHSType->castAs<VectorType>()->getNumElements() != numElements)
5902 QualType eltType = LHSType->castAs<VectorType>()->getElementType();
5904 VectorType::GenericVector);
5959 unsigned SrcElts = SrcTy->castAs<VectorType>()->getNumElements();
5960 unsigned DstElts = DstTy->castAs<VectorType>()->getNumElements();
10075 if (const VectorType *VT = dyn_cast<VectorType>(T))
10123 if (const VectorType *VT = dyn_cast<VectorType>(
[all...]
H A DSemaDeclObjC.cpp3165 if (isa<VectorType>(left)) return isa<VectorType>(right);
3166 if (isa<VectorType>(right)) return false;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2800 const clang::VectorType *vector_type =
2801 qual_type->getAs<clang::VectorType>();
3302 } else if (const clang::VectorType *VT = llvm::dyn_cast<clang::VectorType>(
3852 const clang::VectorType *vector_type = llvm::dyn_cast<clang::VectorType>(
5233 llvm::cast<clang::VectorType>(qual_type.getTypePtr())->getNumElements();
6264 const clang::VectorType *array =
6265 llvm::cast<clang::VectorType>(parent_qual_type.getTypePtr());
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2252 const VectorType *VT = T->castAs<VectorType>(); // Use castAs for typedefs.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp656 VectorType *PTy = cast<VectorType>(Ty);
1514 auto *CVVTy = cast<VectorType>(CV->getType());
H A DLLVMContextImpl.h1377 DenseMap<std::pair<Type *, ElementCount>, VectorType*> VectorTypes;
/freebsd-13-stable/lib/clang/liblldb/
H A DMakefile202 SRCS+= DataFormatters/VectorType.cpp
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1754 VectorType> {
1771 // For some reason, this isn't a subtype of VectorType.

Completed in 791 milliseconds

12345678