Home
last modified time | relevance | path

Searched refs:getMaxRetirePerCycle (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DRetireControlUnit.h77 unsigned getMaxRetirePerCycle() const { return MaxRetirePerCycle; } in getMaxRetirePerCycle() function
DRetireStage.cpp31 const unsigned MaxRetirePerCycle = RCU.getMaxRetirePerCycle(); in cycleStart()