Home
last modified time | relevance | path

Searched defs:Stages (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DPipeline.h62 SmallVector<std::unique_ptr<Stage>, 8> Stages; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h239 std::pair<unsigned, bool> Stages = RegToStageDiff[Reg]; in getStagesForReg() local
253 std::pair<unsigned, bool> Stages = RegToStageDiff[Reg]; in getStagesForPhi() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp316 unsigned Stages = Log2_32(NumSplits); in trySADReplacement() local
374 unsigned Stages = Log2_32(NumElems); in matchAddReduction() local
H A DX86ISelLowering.cpp44537 unsigned Stages = Log2_32(VT.getVectorNumElements()); in combineVPDPBUSDPattern() local
44612 unsigned Stages = Log2_32(VT.getVectorNumElements()); in combineBasicSADPattern() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h89 const InstrStage *Stages; // Instruction itinerary stages variable
H A DMCInstrItineraries.h113 const InstrStage *Stages = nullptr; ///< Array of stages selected global() variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp628 DenseMap<MachineInstr *, int> Cycles, Stages; in expand() local
H A DMachinePipeliner.cpp705 DenseMap<MachineInstr *, int> Cycles, Stages; in schedule() local
1086 DenseMap<MachineInstr *, unsigned> &Stages) { in computeScheduledInsts()
1445 Instr2StageTy &Stages, in computeMaxSetPressure()
1559 Instr2StageTy Stages; in detect() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12322 unsigned Stages = Log2_32(Op.getValueType().getVectorNumElements()); in matchBinOpReduction() local