Home
last modified time | relevance | path

Searched refs:ByteCompareVF (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopIdiomVectorize.h22 unsigned ByteCompareVF = 16; variable
30 : VectorizeStyle(S), ByteCompareVF(BCVF) {} in LoopIdiomVectorizePass()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp89 unsigned ByteCompareVF; member in __anon3a0f451f0111::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()