Home
last modified time | relevance | path

Searched defs:NumMicroOps (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp54 const unsigned NumMicroOps = IR.getInstruction()->getDesc().NumMicroOps; in checkRCU() local
91 const unsigned NumMicroOps = Desc.NumMicroOps; in dispatch() local
/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DSummaryView.h48 unsigned NumMicroOps; variable
/freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/
H A DRetireControlUnit.cpp42 unsigned NumMicroOps) { in reserveSlot()
/freebsd-12.1/contrib/llvm/lib/MCA/
H A DSupport.cpp67 unsigned NumMicroOps, in computeBlockRThroughput()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCInstrItineraries.h97 int16_t NumMicroOps; ///< # of micro-ops, -1 means it's variable member
H A DMCSchedule.h117 uint16_t NumMicroOps : 14; member
/freebsd-12.1/contrib/llvm/include/llvm/MCA/
H A DInstruction.h335 unsigned NumMicroOps; member