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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSummaryView.h47 unsigned NumMicroOps; member in class:llvm::mca::SummaryView
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
H A DSupport.cpp82 computeBlockRThroughput(const MCSchedModel &SM, unsigned DispatchWidth, unsigned NumMicroOps, ArrayRef<unsigned> ProcResourceUsage) argument
/freebsd-11-stable/contrib/llvm-project/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
160 unsigned NumMicroOps = Inst.getNumMicroOps(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h96 int16_t NumMicroOps; ///< # of micro-ops, -1 means it's variable member in struct:llvm::InstrItinerary
H A DMCSchedule.h117 uint16_t NumMicroOps : 14; member in struct:llvm::MCSchedClassDesc
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h367 unsigned NumMicroOps; member in struct:llvm::mca::InstrDesc

Completed in 115 milliseconds