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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/MCA/
H A DSupport.cpp82 computeBlockRThroughput(const MCSchedModel &SM, unsigned DispatchWidth, unsigned NumMicroOps, ArrayRef<unsigned> ProcResourceUsage) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DSummaryView.h47 unsigned NumMicroOps; member in class:llvm::mca::SummaryView
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp203 unsigned NumMicroOps = Inst.getNumMicroOps(); local
H A DDispatchStage.cpp63 const unsigned NumMicroOps = IR.getInstruction()->getNumMicroOps(); local
82 const unsigned NumMicroOps = IS.getNumMicroOps(); local
161 unsigned NumMicroOps = Inst.getNumMicroOps(); local
[all...]
H A DInOrderIssueStage.cpp40 unsigned NumMicroOps = Inst.getNumMicroOps(); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrItineraries.h99 int16_t NumMicroOps; ///< # of micro-ops, -1 means it's variable member in struct:llvm::InstrItinerary
H A DMCSchedule.h117 uint16_t NumMicroOps : 13; member in struct:llvm::MCSchedClassDesc
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h367 unsigned NumMicroOps; member in struct:llvm::mca::InstrDesc

Completed in 108 milliseconds