Searched refs:ByteCompareVF (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopIdiomVectorize.h | 22 unsigned ByteCompareVF = 16; variable 30 : VectorizeStyle(S), ByteCompareVF(BCVF) {} in LoopIdiomVectorizePass()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopIdiomVectorize.cpp | 89 unsigned ByteCompareVF; member in __anone7c4b4140111::LoopIdiomVectorize 107 : VectorizeStyle(S), ByteCompareVF(VF), DT(DT), LI(LI), TTI(TTI), DL(DL) { in LoopIdiomVectorize() 155 unsigned BCVF = ByteCompareVF; in run() 386 ScalableVectorType::get(Builder.getInt1Ty(), ByteCompareVF); in createMaskedFindMismatch() 393 Builder.CreateMul(VecLen, ConstantInt::get(I64Type, ByteCompareVF), "", in createMaskedFindMismatch() 413 ScalableVectorType::get(Builder.getInt8Ty(), ByteCompareVF); in createMaskedFindMismatch() 508 auto *VectorLoadType = ScalableVectorType::get(LoadType, ByteCompareVF); in createPredicatedFindMismatch() 509 auto *VF = ConstantInt::get(I32Type, ByteCompareVF); in createPredicatedFindMismatch()
|