Searched refs:ByteCompareVF (Results 1 – 2 of 2) sorted by relevance
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopIdiomVectorize.cpp | 119 unsigned ByteCompareVF; member in __anon3a0f451f0111::LoopIdiomVectorize 137 : VectorizeStyle(S), ByteCompareVF(VF), DT(DT), LI(LI), TTI(TTI), DL(DL) { in LoopIdiomVectorize() 198 unsigned BCVF = ByteCompareVF; in run() 435 ScalableVectorType::get(Builder.getInt1Ty(), ByteCompareVF); in createMaskedFindMismatch() 442 Builder.CreateMul(VecLen, ConstantInt::get(I64Type, ByteCompareVF), "", in createMaskedFindMismatch() 462 ScalableVectorType::get(Builder.getInt8Ty(), ByteCompareVF); in createMaskedFindMismatch() 555 auto *VectorLoadType = ScalableVectorType::get(LoadType, ByteCompareVF); in createPredicatedFindMismatch() 556 auto *VF = ConstantInt::get(I32Type, ByteCompareVF); in createPredicatedFindMismatch()
|