Searched refs:NumStages (Results 1 – 4 of 4) sorted by relevance
| /freebsd/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/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILLegalizePass.cpp | 575 for (int Stage = 0; Stage < NumStages; ++Stage) { in runLegalizationPipeline() 592 enum LegalizationStage { Stage1 = 0, Stage2 = 1, NumStages }; enumerator 598 SmallVector<LegalizationFnTy> LegalizationPipeline[NumStages];
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ModuloSchedule.cpp | 407 unsigned NumStages = getStagesForReg(Def, CurStageNum); in generateExistingPhis() local 408 if (NumStages == 0) { in generateExistingPhis() 427 unsigned NumPhis = std::min(NumStages, MaxPhis); in generateExistingPhis() 600 while (NumPhis++ < NumStages) { in generateExistingPhis() 607 if (NumStages == 0 && IsLast) { in generateExistingPhis()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 5460 bool Unary, unsigned NumStages = 1) { in createPackShuffleMask() argument 5466 unsigned Repetitions = 1u << (NumStages - 1); in createPackShuffleMask() 5467 unsigned Increment = 1u << NumStages; in createPackShuffleMask() 5468 assert((NumEltsPerLane >> NumStages) > 0 && "Illegal packing compaction"); in createPackShuffleMask() 10899 for (unsigned NumStages = 1; NumStages <= MaxStages; ++NumStages) { in matchShuffleWithPACK() local 10900 MVT PackSVT = MVT::getIntegerVT(BitSize << NumStages); in matchShuffleWithPACK() 10901 MVT PackVT = MVT::getVectorVT(PackSVT, NumElts >> NumStages); in matchShuffleWithPACK() 10905 createPackShuffleMask(VT, BinaryMask, false, NumStages); in matchShuffleWithPACK() 10912 createPackShuffleMask(VT, UnaryMask, true, NumStages); in matchShuffleWithPACK() 10935 unsigned NumStages = Log2_32(CurrentEltBits / EltBits); in lowerShuffleWithPACK() local [all …]
|