Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp11829 unsigned MaxStages = 1) { in matchShuffleWithPACK() argument
11832 assert(0 < MaxStages && MaxStages <= 3 && (BitSize << MaxStages) <= 64 && in matchShuffleWithPACK()
11874 for (unsigned NumStages = 1; NumStages <= MaxStages; ++NumStages) { in matchShuffleWithPACK()
11903 unsigned MaxStages = Log2_32(64 / EltBits); in lowerShuffleWithPACK() local
11905 Subtarget, MaxStages)) in lowerShuffleWithPACK()