Searched refs:NumStages (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ModuloSchedule.h | 95 int NumStages; variable 111 NumStages = 0; in ModuloSchedule() 113 NumStages = std::max(NumStages, KV.second); in ModuloSchedule() 114 ++NumStages; in ModuloSchedule() 122 int getNumStages() const { return NumStages; } in getNumStages()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ModuloSchedule.cpp | 400 unsigned NumStages = getStagesForReg(Def, CurStageNum); in generateExistingPhis() local 401 if (NumStages == 0) { in generateExistingPhis() 417 unsigned NumPhis = std::min(NumStages, MaxPhis); in generateExistingPhis() 587 while (NumPhis++ < NumStages) { in generateExistingPhis() 594 if (NumStages == 0 && IsLast && VRMap[CurStageNum].count(LoopVal)) in generateExistingPhis()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 6893 bool Unary, unsigned NumStages = 1) { in createPackShuffleMask() argument 6899 unsigned Repetitions = 1u << (NumStages - 1); in createPackShuffleMask() 6900 unsigned Increment = 1u << NumStages; in createPackShuffleMask() 6901 assert((NumEltsPerLane >> NumStages) > 0 && "Illegal packing compaction"); in createPackShuffleMask() 11838 for (unsigned NumStages = 1; NumStages <= MaxStages; ++NumStages) { in matchShuffleWithPACK() local 11839 MVT PackSVT = MVT::getIntegerVT(BitSize << NumStages); in matchShuffleWithPACK() 11840 MVT PackVT = MVT::getVectorVT(PackSVT, NumElts >> NumStages); in matchShuffleWithPACK() 11844 createPackShuffleMask(VT, BinaryMask, false, NumStages); in matchShuffleWithPACK() 11851 createPackShuffleMask(VT, UnaryMask, true, NumStages); in matchShuffleWithPACK() 11873 unsigned NumStages = Log2_32(CurrentEltBits / EltBits); in lowerShuffleWithPACK() local [all …]
|