Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp63 const unsigned NumMicroOps = IR.getInstruction()->getNumMicroOps(); in checkRCU() local
82 const unsigned NumMicroOps = IS.getNumMicroOps(); in dispatch() local
161 unsigned NumMicroOps = Inst.getNumMicroOps(); in isAvailable() local
H A DInOrderIssueStage.cpp40 unsigned NumMicroOps = Inst.getNumMicroOps(); in isAvailable() local
240 unsigned NumMicroOps = IS.getNumMicroOps(); in tryIssue() local
H A DExecuteStage.cpp203 unsigned NumMicroOps = Inst.getNumMicroOps(); in execute() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DSummaryView.h47 unsigned NumMicroOps; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DSupport.cpp83 unsigned NumMicroOps, in computeBlockRThroughput()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrItineraries.h99 int16_t NumMicroOps; ///< # of micro-ops, -1 means it's variable member
H A DMCSchedule.h117 uint16_t NumMicroOps : 13; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h367 unsigned NumMicroOps; member