Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10366 unsigned MaxStages = 1) { in matchShuffleWithPACK() argument
10369 assert(0 < MaxStages && MaxStages <= 3 && (BitSize << MaxStages) <= 64 && in matchShuffleWithPACK()
10411 for (unsigned NumStages = 1; NumStages <= MaxStages; ++NumStages) { in matchShuffleWithPACK()
10440 unsigned MaxStages = Log2_32(64 / EltBits); in lowerShuffleWithPACK() local
10442 Subtarget, MaxStages)) in lowerShuffleWithPACK()