Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DPipeline.h62 SmallVector<std::unique_ptr<Stage>, 8> Stages; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h238 std::pair<unsigned, bool> Stages = RegToStageDiff[Reg]; in getStagesForReg() local
252 std::pair<unsigned, bool> Stages = RegToStageDiff[Reg]; in getStagesForPhi() local
/openbsd-src/gnu/llvm/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.cpp44477 unsigned Stages = Log2_32(VT.getVectorNumElements()); in combineVPDPBUSDPattern() local
44552 unsigned Stages = Log2_32(VT.getVectorNumElements()); in combineBasicSADPattern() local
/openbsd-src/gnu/llvm/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 variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp632 DenseMap<MachineInstr *, int> Cycles, Stages; in schedule() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11338 unsigned Stages = Log2_32(Op.getValueType().getVectorNumElements()); in matchBinOpReduction() local