Home
last modified time | relevance | path

Searched defs:MaxInterleaveFactor (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h43 uint8_t MaxInterleaveFactor = 2; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h80 uint8_t MaxInterleaveFactor = 2; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h59 uint8_t MaxInterleaveFactor = 2; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h122 unsigned MaxInterleaveFactor = 1; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp82 static const unsigned MaxInterleaveFactor = 16; variable