Home
last modified time | relevance | path

Searched refs:getContainedTypes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorTypeUtils.h93 inline ArrayRef<Type *> getContainedTypes(Type *const &Ty) { in getContainedTypes() function
102 return cast<VectorType>(getContainedTypes(Ty).front())->getElementCount(); in getVectorizedTypeVF()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp355 for (Type *RetTy : getContainedTypes(RetTy)) { in getScalableECFromSignature()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h340 for (auto [Idx, VectorTy] : enumerate(getContainedTypes(RetTy))) {
2118 Type *Ty = getContainedTypes(RetTy).front(); in getIntrinsicInstrCost()
2155 for (Type *VectorTy : getContainedTypes(RetTy)) { in getIntrinsicInstrCost()
2905 ArrayRef<Type *> RetVTys = getContainedTypes(RetTy); in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4215 if (any_of(getContainedTypes(WideTy), WillGenerateTargetVectors)) in willGenerateVectors()
5028 for (Type *VectorTy : getContainedTypes(WideTy)) { in computePredInstDiscount()
5050 for (Type *VectorTy : getContainedTypes(WideTy)) { in computePredInstDiscount()
5542 for (Type *VectorTy : getContainedTypes(RetTy)) { in getScalarizationOverhead()