Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DPipeline.h55 SmallVector<std::unique_ptr<Stage>, 8> Stages; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h235 std::pair<unsigned, bool> Stages = RegToStageDiff[Reg]; in getStagesForReg() local
249 std::pair<unsigned, bool> Stages = RegToStageDiff[Reg]; in getStagesForPhi() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp265 unsigned Stages = Log2_32(NumSplits); in trySADReplacement() local
319 unsigned Stages = Log2_32(NumElems); in matchAddReduction() local
H A DX86ISelLowering.cpp40518 unsigned Stages = Log2_32(VT.getVectorNumElements()); in combineBasicSADPattern() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h88 const InstrStage *Stages; // Instruction itinerary stages variable
H A DMCInstrItineraries.h113 const InstrStage *Stages = nullptr; ///< Array of stages selected variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp612 DenseMap<MachineInstr *, int> Cycles, Stages; in schedule() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9860 unsigned Stages = Log2_32(Op.getValueType().getVectorNumElements()); in matchBinOpReduction() local