Searched refs:VecRegSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp777 unsigned VecRegSize = TTI.getLoadStoreVecRegBitWidth(AS); local
779 unsigned VF = VecRegSize / TySize;
783 if (TySize > VecRegSize / 2 ||
824 unsigned VecRegSize = TTI.getLoadStoreVecRegBitWidth(AS); local
826 unsigned VF = VecRegSize / TySize;
830 if (TySize > VecRegSize / 2 ||
961 unsigned VecRegSize = TTI.getLoadStoreVecRegBitWidth(AS); local
962 unsigned VF = VecRegSize / Sz;
1112 unsigned VecRegSize = TTI.getLoadStoreVecRegBitWidth(AS); local
1113 unsigned VF = VecRegSize / S
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10298 unsigned VecRegSize; member in struct:ISADataTy
10335 Out << llvm::APSInt::getUnsigned(Data.VecRegSize / NumElts);
10562 char ISA, unsigned VecRegSize, llvm::Function *Fn, SourceLocation SLoc) {
10558 emitAArch64DeclareSimdFunction( CodeGenModule &CGM, const FunctionDecl *FD, unsigned UserVLEN, ArrayRef<ParamAttrTy> ParamAttrs, OMPDeclareSimdDeclAttr::BranchStateTy State, StringRef MangledName, char ISA, unsigned VecRegSize, llvm::Function *Fn, SourceLocation SLoc) argument

Completed in 100 milliseconds