Searched refs:NumStages (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ModuloSchedule.h | 97 int NumStages; variable 113 NumStages = 0; in ModuloSchedule() 115 NumStages = std::max(NumStages, KV.second); in ModuloSchedule() 116 ++NumStages; in ModuloSchedule() 124 int getNumStages() const { return NumStages; } in getNumStages()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ModuloSchedule.cpp | 398 unsigned NumStages = getStagesForReg(Def, CurStageNum); in generateExistingPhis() local 399 if (NumStages == 0) { in generateExistingPhis() 415 unsigned NumPhis = std::min(NumStages, MaxPhis); in generateExistingPhis() 585 while (NumPhis++ < NumStages) { in generateExistingPhis() 592 if (NumStages == 0 && IsLast && VRMap[CurStageNum].count(LoopVal)) in generateExistingPhis()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 5034 unsigned Repetitions = 1u << (NumStages - 1); in createPackShuffleMask() 5035 unsigned Increment = 1u << NumStages; in createPackShuffleMask() 10269 for (unsigned NumStages = 1; NumStages <= MaxStages; ++NumStages) { in matchShuffleWithPACK() local 10270 MVT PackSVT = MVT::getIntegerVT(BitSize << NumStages); in matchShuffleWithPACK() 10271 MVT PackVT = MVT::getVectorVT(PackSVT, NumElts >> NumStages); in matchShuffleWithPACK() 10275 createPackShuffleMask(VT, BinaryMask, false, NumStages); in matchShuffleWithPACK() 10282 createPackShuffleMask(VT, UnaryMask, true, NumStages); in matchShuffleWithPACK() 10304 unsigned NumStages = Log2_32(CurrentEltBits / EltBits); in lowerShuffleWithPACK() local 10307 if (NumStages != 1 && SizeBits == 128 && Subtarget.hasVLX()) in lowerShuffleWithPACK() 10319 for (unsigned i = 0; i != NumStages; ++i) { in lowerShuffleWithPACK() [all …]
|