Searched refs:MaxRetirePerCycle (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h62 unsigned MaxRetirePerCycle; // 0 means no limit. member in struct:llvm::mca::RetireControlUnit
88 unsigned getMaxRetirePerCycle() const { return MaxRetirePerCycle; }
/openbsd-current/gnu/llvm/llvm/lib/MCA/Stages/
H A DRetireStage.cpp28 const unsigned MaxRetirePerCycle = RCU.getMaxRetirePerCycle(); local
31 if (MaxRetirePerCycle != 0 && NumRetired == MaxRetirePerCycle)
/openbsd-current/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DRetireControlUnit.cpp25 MaxRetirePerCycle(0) {
35 MaxRetirePerCycle = EPI.MaxRetirePerCycle;
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCSchedule.h181 unsigned MaxRetirePerCycle; member in struct:llvm::MCExtraProcessorInfo
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp681 int64_t ReorderBufferSize = 0, MaxRetirePerCycle = 0; local
685 MaxRetirePerCycle =
686 std::max(MaxRetirePerCycle, RCU->getValueAsInt("MaxRetirePerCycle"));
690 OS << MaxRetirePerCycle << ", // MaxRetirePerCycle\n "; local

Completed in 122 milliseconds