Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1355 unsigned VecRegSize = TTI.getLoadStoreVecRegBitWidth(AS); in collectEquivalenceClasses() local
1357 unsigned VF = VecRegSize / TySize; in collectEquivalenceClasses()
1366 if (TySize > VecRegSize / 2 || in collectEquivalenceClasses()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp2182 TypeSize VecRegSize = TypeSize::getScalable(RISCV::RVVBitsPerBlock); in Select() local
2185 .isKnownMultipleOf(Subtarget->expandVScale(VecRegSize)); in Select()
H A DRISCVISelLowering.cpp10148 TypeSize VecRegSize = TypeSize::getScalable(RISCV::RVVBitsPerBlock); in lowerINSERT_SUBVECTOR()
10153 .isKnownMultipleOf(Subtarget.expandVScale(VecRegSize)); in lowerINSERT_SUBVECTOR()
10146 TypeSize VecRegSize = TypeSize::getScalable(RISCV::RVVBitsPerBlock); lowerINSERT_SUBVECTOR() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10648 unsigned VecRegSize; in emitX86DeclareSimdFunction() member
10685 Out << llvm::APSInt::getUnsigned(Data.VecRegSize / NumElts); in emitX86DeclareSimdFunction()
10855 char ISA, unsigned VecRegSize, llvm::Function *Fn, SourceLocation SLoc) { in emitAArch64DeclareSimdFunction() argument