Searched refs:NumStages (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ModuloSchedule.h | 96 int NumStages; variable 112 NumStages = 0; in ModuloSchedule() 114 NumStages = std::max(NumStages, KV.second); in ModuloSchedule() 115 ++NumStages; in ModuloSchedule() 123 int getNumStages() const { return NumStages; } in getNumStages()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ModuloSchedule.cpp | 401 unsigned NumStages = getStagesForReg(Def, CurStageNum); in generateExistingPhis() local 402 if (NumStages == 0) { in generateExistingPhis() 418 unsigned NumPhis = std::min(NumStages, MaxPhis); in generateExistingPhis() 588 while (NumPhis++ < NumStages) { in generateExistingPhis() 595 if (NumStages == 0 && IsLast && VRMap[CurStageNum].count(LoopVal)) in generateExistingPhis()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 7637 bool Unary, unsigned NumStages = 1) { in createPackShuffleMask() argument 7643 unsigned Repetitions = 1u << (NumStages - 1); in createPackShuffleMask() 7644 unsigned Increment = 1u << NumStages; in createPackShuffleMask() 7645 assert((NumEltsPerLane >> NumStages) > 0 && "Illegal packing compaction"); in createPackShuffleMask() 12788 for (unsigned NumStages = 1; NumStages <= MaxStages; ++NumStages) { in matchShuffleWithPACK() local 12789 MVT PackSVT = MVT::getIntegerVT(BitSize << NumStages); in matchShuffleWithPACK() 12790 MVT PackVT = MVT::getVectorVT(PackSVT, NumElts >> NumStages); in matchShuffleWithPACK() 12794 createPackShuffleMask(VT, BinaryMask, false, NumStages); in matchShuffleWithPACK() 12801 createPackShuffleMask(VT, UnaryMask, true, NumStages); in matchShuffleWithPACK() 12823 unsigned NumStages = Log2_32(CurrentEltBits / EltBits); in lowerShuffleWithPACK() local [all …]
|