Searched defs:Stages (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/include/llvm/MCA/ |
H A D | Pipeline.h | 62 SmallVector<std::unique_ptr<Stage>, 8> Stages; variable
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ModuloSchedule.h | 239 std::pair<unsigned, bool> Stages = RegToStageDiff[Reg]; in getStagesForReg() local 253 std::pair<unsigned, bool> Stages = RegToStageDiff[Reg]; in getStagesForPhi() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PartialReduction.cpp | 316 unsigned Stages = Log2_32(NumSplits); trySADReplacement() local 374 unsigned Stages = Log2_32(NumElems); matchAddReduction() local
|
H A D | X86ISelLowering.cpp | 44480 unsigned Stages = Log2_32(VT.getVectorNumElements()); combineVPDPBUSDPattern() local 44555 unsigned Stages = Log2_32(VT.getVectorNumElements()); combineBasicSADPattern() local [all...] |
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSubtargetInfo.h | 89 const InstrStage *Stages; // Instruction itinerary stages global() variable
|
H A D | MCInstrItineraries.h | 114 const InstrStage *Stages = nullptr; ///< Array of stages selected variable
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | WindowScheduler.cpp | 621 DenseMap<MachineInstr *, int> Cycles, Stages; expand() local
|
H A D | MachinePipeliner.cpp | 695 DenseMap<MachineInstr *, int> Cycles, Stages; schedule() local 1076 computeScheduledInsts(const SwingSchedulerDAG * SSD,SMSchedule & Schedule,std::vector<MachineInstr * > & OrderedInsts,DenseMap<MachineInstr *,unsigned> & Stages) computeScheduledInsts() argument 1435 computeMaxSetPressure(const OrderedInstsTy & OrderedInsts,Instr2StageTy & Stages,const unsigned StageCount) const computeMaxSetPressure() argument 1549 Instr2StageTy Stages; detect() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 12253 unsigned Stages = Log2_32(Op.getValueType().getVectorNumElements()); matchBinOpReduction() local
|