Home
last modified time | relevance | path

Searched refs:MicroOpcodes (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DHWEventListener.h77 UsedPhysRegs(Regs), MicroOpcodes(UOps) {} in HWInstructionDispatchedEvent()
90 unsigned MicroOpcodes; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DRetireControlUnitStatistics.cpp34 static_cast<const HWInstructionDispatchedEvent &>(Event).MicroOpcodes; in onEvent()
H A DDispatchStatistics.cpp31 NumDispatched += DE.MicroOpcodes; in onEvent()