Searched defs:SM (Results 201 - 219 of 219) sorted by path

123456789

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp23 const MCSchedModel &SM = STI.getSchedModel(); local
H A DRegisterFileStatistics.cpp22 const MCSchedModel &SM = STI.getSchedModel(); local
H A DResourcePressureView.cpp27 const MCSchedModel &SM = STI.getSchedModel(); local
108 const MCSchedModel &SM = STI.getSchedModel(); local
67 printColumnNames(formatted_raw_ostream &OS, const MCSchedModel &SM) argument
[all...]
H A DRetireControlUnitStatistics.cpp20 RetireControlUnitStatistics::RetireControlUnitStatistics(const MCSchedModel &SM) argument
H A DSchedulerStatistics.h48 const llvm::MCSchedModel &SM; member in class:llvm::mca::final
H A DSummaryView.h41 const llvm::MCSchedModel &SM; member in class:llvm::mca::SummaryView
H A DTimelineView.cpp46 const MCSchedModel &SM = STI.getSchedModel(); local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp687 auto SM = Modifiers.back().get(); local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1329 const CodeGenRegister::SubRegMap &SM = R.getSubRegs(); local
H A DDAGISelMatcherEmitter.cpp288 const ScopeMatcher *SM = cast<ScopeMatcher>(N); local
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_internal.h579 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) macro
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c4408 #define SM(_v, _f) (((_v) << _f##_S) & _f) macro
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo.c921 #define SM(v,x) (((v) << x##_S) & x) macro
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c86 #define SM(v,x) (((v) << x##_S) & x) macro
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwnreg.h906 #define SM(field, val) \ macro
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwnreg.h908 #define SM(field, val) \ macro
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rsureg.h153 #define SM(field, val) \ macro
/freebsd-11-stable/sys/net80211/
H A Dieee80211_ht.c57 #define SM(_v, _f) (((_v) << _f##_S) & _f) macro
[all...]
H A Dieee80211_output.c1871 #define SM(_v, _f) (((_v) << _f##_S) & _f) macro
1904 #undef SM macro

Completed in 558 milliseconds

123456789