reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/MachineTraceMetrics.h
   66 struct MCSchedClassDesc;
include/llvm/CodeGen/ScheduleDAG.h
   39 struct MCSchedClassDesc;
include/llvm/CodeGen/ScheduleDAGInstrs.h
   44   struct MCSchedClassDesc;

References

gen/lib/Target/AArch64/AArch64GenSubtargetInfo.inc
 1868 static const llvm::MCSchedClassDesc CycloneModelSchedClasses[] = {
 2925 static const llvm::MCSchedClassDesc CortexA53ModelSchedClasses[] = {
 3982 static const llvm::MCSchedClassDesc CortexA57ModelSchedClasses[] = {
 5039 static const llvm::MCSchedClassDesc ExynosM1ModelSchedClasses[] = {
 6096 static const llvm::MCSchedClassDesc ExynosM3ModelSchedClasses[] = {
 7153 static const llvm::MCSchedClassDesc ExynosM4ModelSchedClasses[] = {
 8210 static const llvm::MCSchedClassDesc FalkorModelSchedClasses[] = {
 9267 static const llvm::MCSchedClassDesc KryoModelSchedClasses[] = {
10324 static const llvm::MCSchedClassDesc ThunderXT8XModelSchedClasses[] = {
11381 static const llvm::MCSchedClassDesc ThunderX2T99ModelSchedClasses[] = {
gen/lib/Target/AMDGPU/AMDGPUGenSubtargetInfo.inc
  327 static const llvm::MCSchedClassDesc SIQuarterSpeedModelSchedClasses[] = {
  362 static const llvm::MCSchedClassDesc GFX10SpeedModelSchedClasses[] = {
  397 static const llvm::MCSchedClassDesc SIFullSpeedModelSchedClasses[] = {
gen/lib/Target/ARM/ARMGenSubtargetInfo.inc
10759 static const llvm::MCSchedClassDesc CortexA9ModelSchedClasses[] = {
12208 static const llvm::MCSchedClassDesc CortexA57ModelSchedClasses[] = {
13657 static const llvm::MCSchedClassDesc CortexM4ModelSchedClasses[] = {
15106 static const llvm::MCSchedClassDesc CortexR52ModelSchedClasses[] = {
16555 static const llvm::MCSchedClassDesc SwiftModelSchedClasses[] = {
gen/lib/Target/Lanai/LanaiGenSubtargetInfo.inc
   91 static const llvm::MCSchedClassDesc LanaiSchedModelSchedClasses[] = {
gen/lib/Target/Mips/MipsGenSubtargetInfo.inc
  257 static const llvm::MCSchedClassDesc MipsGenericModelSchedClasses[] = {
 1940 static const llvm::MCSchedClassDesc MipsP5600ModelSchedClasses[] = {
gen/lib/Target/PowerPC/PPCGenSubtargetInfo.inc
 7478 static const llvm::MCSchedClassDesc P9ModelSchedClasses[] = {
gen/lib/Target/SystemZ/SystemZGenSubtargetInfo.inc
  494 static const llvm::MCSchedClassDesc ZEC12ModelSchedClasses[] = {
 1370 static const llvm::MCSchedClassDesc Z13ModelSchedClasses[] = {
 2246 static const llvm::MCSchedClassDesc Z14ModelSchedClasses[] = {
 3122 static const llvm::MCSchedClassDesc Z15ModelSchedClasses[] = {
 3998 static const llvm::MCSchedClassDesc Z196ModelSchedClasses[] = {
gen/lib/Target/X86/X86GenSubtargetInfo.inc
 5444 static const llvm::MCSchedClassDesc AtomModelSchedClasses[] = {
 6817 static const llvm::MCSchedClassDesc BdVer2ModelSchedClasses[] = {
 8190 static const llvm::MCSchedClassDesc BroadwellModelSchedClasses[] = {
 9563 static const llvm::MCSchedClassDesc BtVer2ModelSchedClasses[] = {
10936 static const llvm::MCSchedClassDesc SkylakeServerModelSchedClasses[] = {
12309 static const llvm::MCSchedClassDesc SandyBridgeModelSchedClasses[] = {
13682 static const llvm::MCSchedClassDesc HaswellModelSchedClasses[] = {
15055 static const llvm::MCSchedClassDesc SLMModelSchedClasses[] = {
16428 static const llvm::MCSchedClassDesc SkylakeClientModelSchedClasses[] = {
17801 static const llvm::MCSchedClassDesc Znver1ModelSchedClasses[] = {
include/llvm/CodeGen/MachineTraceMetrics.h
  288         ArrayRef<const MCSchedClassDesc *> ExtraInstrs = None,
  289         ArrayRef<const MCSchedClassDesc *> RemoveInstrs = None) const;
include/llvm/CodeGen/ScheduleDAG.h
  253     const MCSchedClassDesc *SchedClass =
include/llvm/CodeGen/ScheduleDAGInstrs.h
  265     const MCSchedClassDesc *getSchedClass(SUnit *SU) const {
include/llvm/CodeGen/TargetSchedule.h
   43   unsigned computeInstrLatency(const MCSchedClassDesc &SCDesc) const;
   56   const MCSchedClassDesc *resolveSchedClass(const MachineInstr *MI) const;
   99                           const MCSchedClassDesc *SC = nullptr) const;
  102                           const MCSchedClassDesc *SC = nullptr) const;
  106                           const MCSchedClassDesc *SC = nullptr) const;
  130   ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const {
  134   ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const {
include/llvm/MC/MCSchedule.h
  306   const MCSchedClassDesc *SchedClassTable;
  346   const MCSchedClassDesc *getSchedClassDesc(unsigned SchedClassIdx) const {
  355                                  const MCSchedClassDesc &SCDesc);
  364                           const MCSchedClassDesc &SCDesc);
include/llvm/MC/MCSubtargetInfo.h
  161     const MCSchedClassDesc *SC) const {
  165     const MCSchedClassDesc *SC) const {
  169   const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC,
  177   int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx,
  199   getReadAdvanceEntries(const MCSchedClassDesc &SC) const {
lib/CodeGen/MachineCombiner.cpp
  105                      SmallVectorImpl<const MCSchedClassDesc *> &InstrsSC);
  359     SmallVectorImpl<const MCSchedClassDesc *> &InstrsSC) {
  363     const MCSchedClassDesc *SC = SchedModel.getSchedClassDesc(Idx);
  384   SmallVector<const MCSchedClassDesc *, 16> InsInstrsSC;
  385   SmallVector<const MCSchedClassDesc *, 16> DelInstrsSC;
  390   ArrayRef<const MCSchedClassDesc *> MSCInsArr = makeArrayRef(InsInstrsSC);
  391   ArrayRef<const MCSchedClassDesc *> MSCDelArr = makeArrayRef(DelInstrsSC);
lib/CodeGen/MachinePipeliner.cpp
  933       const MCSchedClassDesc *SCDesc =
  976       const MCSchedClassDesc *SCDesc =
 2942   const MCSchedClassDesc *SCDesc = SM.getSchedClassDesc(InsnClass);
 2982   const MCSchedClassDesc *SCDesc = SM.getSchedClassDesc(InsnClass);
lib/CodeGen/MachineScheduler.cpp
 1893     const MCSchedClassDesc *SC = DAG->getSchedClass(&SU);
 2016     const MCSchedClassDesc *SC = DAG->getSchedClass(SU);
 2212   const MCSchedClassDesc *SC = DAG->getSchedClass(SU);
 2454   const MCSchedClassDesc *SC = DAG->getSchedClass(SU);
lib/CodeGen/MachineTraceMetrics.cpp
  121     const MCSchedClassDesc *SC = SchedModel.resolveSchedClass(&MI);
 1225     ArrayRef<const MCSchedClassDesc *> ExtraInstrs,
 1226     ArrayRef<const MCSchedClassDesc *> RemoveInstrs) const {
 1237     for (const MCSchedClassDesc *SC : Instrs) {
lib/CodeGen/ScheduleDAGInstrs.cpp
  587       const MCSchedClassDesc *SC = getSchedClass(SU);
lib/CodeGen/TargetSchedule.cpp
   86                                      const MCSchedClassDesc *SC) const {
   97                                      const MCSchedClassDesc *SC) const {
  108                                           const MCSchedClassDesc *SC) const {
  132 const MCSchedClassDesc *TargetSchedModel::
  136   const MCSchedClassDesc *SCDesc = SchedModel.getSchedClassDesc(SchedClass);
  217   const MCSchedClassDesc *SCDesc = resolveSchedClass(DefMI);
  229     const MCSchedClassDesc *UseDesc = resolveSchedClass(UseMI);
  256 TargetSchedModel::computeInstrLatency(const MCSchedClassDesc &SCDesc) const {
  282     const MCSchedClassDesc *SCDesc = resolveSchedClass(MI);
  312     const MCSchedClassDesc *SCDesc = resolveSchedClass(DefMI);
  345     const MCSchedClassDesc &SCDesc = *SchedModel.getSchedClassDesc(SchedClass);
lib/MC/MCDisassembler/Disassembler.cpp
  209   const MCSchedClassDesc *SCDesc = SCModel.getSchedClassDesc(SCClass);
lib/MC/MCSchedule.cpp
   41                                       const MCSchedClassDesc &SCDesc) {
   58   const MCSchedClassDesc &SCDesc = *getSchedClassDesc(SchedClass);
   71   const MCSchedClassDesc *SCDesc = getSchedClassDesc(SchedClass);
   89                                       const MCSchedClassDesc &SCDesc) {
  114   const MCSchedClassDesc *SCDesc = getSchedClassDesc(SchedClass);
lib/MCA/HardwareUnits/RegisterFile.cpp
  418   const MCSchedClassDesc *SC = SM.getSchedClassDesc(RD.SchedClassID);
lib/MCA/InstrBuilder.cpp
   39                                     const MCSchedClassDesc &SCDesc,
  204                               const MCSchedClassDesc &SCDesc,
  251   const MCSchedClassDesc &SCDesc = *SM.getSchedClassDesc(SchedClassID);
  535   const MCSchedClassDesc &SCDesc = *SM.getSchedClassDesc(SchedClassID);
  536   if (SCDesc.NumMicroOps == MCSchedClassDesc::InvalidNumMicroOps) {
lib/Target/AArch64/AArch64SIMDInstrOpt.cpp
  228   const MCSchedClassDesc *SCDesc =
  233   const MCSchedClassDesc *SCDescRepl;
lib/Target/AArch64/AArch64StorePairSuppress.cpp
   86   const MCSchedClassDesc *SCDesc =
lib/Target/SystemZ/SystemZHazardRecognizer.cpp
   47   const MCSchedClassDesc *SC = getSchedClass(SU);
   93   const MCSchedClassDesc *SC = getSchedClass(SU);
  171   const MCSchedClassDesc *SC = getSchedClass(SU);
  272   const MCSchedClassDesc *SC = getSchedClass(SU);
  341   const MCSchedClassDesc *SC = getSchedClass(SU);
  390   const MCSchedClassDesc *SC = getSchedClass(SU);
  418   const MCSchedClassDesc *SC = SchedModel->resolveSchedClass(MI);
lib/Target/SystemZ/SystemZHazardRecognizer.h
  121   const MCSchedClassDesc *getSchedClass(SUnit *SU) const {
lib/Target/SystemZ/SystemZMachineScheduler.cpp
  254   const MCSchedClassDesc *SC = HazardRec->getSchedClass(SU);
tools/llvm-exegesis/lib/Analysis.cpp
  141   const MCSchedClassDesc *const SCDesc =
tools/llvm-exegesis/lib/SchedClassResolution.h
   52   const MCSchedClassDesc *const SCDesc;
tools/llvm-mca/Views/InstructionInfoView.cpp
   51     const MCSchedClassDesc &SCDesc = *SM.getSchedClassDesc(SchedClassID);
usr/include/c++/7.4.0/bits/alloc_traits.h
  387       using allocator_type = allocator<_Tp>;
  389       using value_type = _Tp;
  392       using pointer = _Tp*;
  395       using const_pointer = const _Tp*;
usr/include/c++/7.4.0/bits/allocator.h
  108     class allocator: public __allocator_base<_Tp>
  113       typedef _Tp*       pointer;
  114       typedef const _Tp* const_pointer;
  115       typedef _Tp&       reference;
  116       typedef const _Tp& const_reference;
  117       typedef _Tp        value_type;
  137 	allocator(const allocator<_Tp1>&) throw() { }
usr/include/c++/7.4.0/bits/cpp_type_traits.h
  329     : public __traitor<__is_integer<_Tp>, __is_floating<_Tp> >
  329     : public __traitor<__is_integer<_Tp>, __is_floating<_Tp> >
  337     : public __traitor<__is_arithmetic<_Tp>, __is_pointer<_Tp> >
  337     : public __traitor<__is_arithmetic<_Tp>, __is_pointer<_Tp> >
usr/include/c++/7.4.0/bits/move.h
  104     : public __and_<__not_<is_nothrow_move_constructible<_Tp>>,
  105                     is_copy_constructible<_Tp>>::type { };
usr/include/c++/7.4.0/bits/stl_algobase.h
  356         static _Tp*
  357         __copy_m(const _Tp* __first, const _Tp* __last, _Tp* __result)
  357         __copy_m(const _Tp* __first, const _Tp* __last, _Tp* __result)
  357         __copy_m(const _Tp* __first, const _Tp* __last, _Tp* __result)
  361 					   is_move_assignable<_Tp>,
  362 					   is_copy_assignable<_Tp>>;
  368 	    __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
  737     __gnu_cxx::__enable_if<!__is_scalar<_Tp>::__value, _OutputIterator>::__type
  738     __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
  784     fill_n(_OI __first, _Size __n, const _Tp& __value)
usr/include/c++/7.4.0/bits/stl_construct.h
  204 	     allocator<_Tp>&)
usr/include/c++/7.4.0/bits/stl_iterator.h
 1224     __make_move_if_noexcept_iterator(_Tp* __i)
usr/include/c++/7.4.0/bits/stl_iterator_base_types.h
  181       typedef _Tp                         value_type;
  183       typedef _Tp*                        pointer;
  184       typedef _Tp&                        reference;
usr/include/c++/7.4.0/bits/stl_uninitialized.h
  288 			   _ForwardIterator __result, allocator<_Tp>&)
  644 				allocator<_Tp>&)
usr/include/c++/7.4.0/bits/stl_vector.h
   77 	rebind<_Tp>::other _Tp_alloc_type;
  216     class vector : protected _Vector_base<_Tp, _Alloc>
  227       typedef _Vector_base<_Tp, _Alloc>			_Base;
  232       typedef _Tp					value_type;
  919       _Tp*
  923       const _Tp*
usr/include/c++/7.4.0/ext/alloc_traits.h
  117       { typedef typename _Base_type::template rebind_alloc<_Tp> other; };
usr/include/c++/7.4.0/ext/new_allocator.h
   63       typedef _Tp*       pointer;
   64       typedef const _Tp* const_pointer;
   65       typedef _Tp&       reference;
   66       typedef const _Tp& const_reference;
   67       typedef _Tp        value_type;
   84 	new_allocator(const new_allocator<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { }
  111 	return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp)));
  130       { return size_t(-1) / sizeof(_Tp); }
usr/include/c++/7.4.0/initializer_list
   50       typedef _E 		value_type;
   51       typedef const _E& 	reference;
   52       typedef const _E& 	const_reference;
   54       typedef const _E* 	iterator;
   55       typedef const _E* 	const_iterator;
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_helper<typename remove_cv<_Tp>::type>::type
  326     : public __is_integral_helper<typename remove_cv<_Tp>::type>::type
  354     : public __is_floating_point_helper<typename remove_cv<_Tp>::type>::type
  381     : public __is_pointer_helper<typename remove_cv<_Tp>::type>::type
  567     : public __is_null_pointer_helper<typename remove_cv<_Tp>::type>::type
  581     : public __or_<is_lvalue_reference<_Tp>,
  582                    is_rvalue_reference<_Tp>>::type
  588     : public __or_<is_integral<_Tp>, is_floating_point<_Tp>>::type
  588     : public __or_<is_integral<_Tp>, is_floating_point<_Tp>>::type
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  602                           is_void<_Tp>>>::type
  611     : public __or_<is_arithmetic<_Tp>, is_enum<_Tp>, is_pointer<_Tp>,
  611     : public __or_<is_arithmetic<_Tp>, is_enum<_Tp>, is_pointer<_Tp>,
  611     : public __or_<is_arithmetic<_Tp>, is_enum<_Tp>, is_pointer<_Tp>,
  612                    is_member_pointer<_Tp>, is_null_pointer<_Tp>>::type
  612                    is_member_pointer<_Tp>, is_null_pointer<_Tp>>::type
  631     : public __is_member_pointer_helper<typename remove_cv<_Tp>::type>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
  777     : public __and_<is_array<_Tp>, __not_<extent<_Tp>>>
  777     : public __and_<is_array<_Tp>, __not_<extent<_Tp>>>
  798       typedef decltype(__test<_Tp>(0)) type;
  811                remove_all_extents<_Tp>::type>::type
  825     : public __is_destructible_safe<_Tp>::type
  984       typedef decltype(__test<_Tp, _Arg>(0)) type;
  989     : public __and_<is_destructible<_Tp>,
  990                     __is_direct_constructible_impl<_Tp, _Arg>>
 1072 			 __is_direct_constructible_ref_cast<_Tp, _Arg>,
 1073 			 __is_direct_constructible_new_safe<_Tp, _Arg>
 1079     : public __is_direct_constructible_new<_Tp, _Arg>::type
 1119     : public __is_direct_constructible<_Tp, _Arg>
 1130     : public __is_constructible_impl<_Tp, _Args...>::type
 1215     : public __and_<is_constructible<_Tp, _Args...>,
 1216 		    __is_nt_constructible_impl<_Tp, _Args...>>
 1246     : public is_nothrow_constructible<_Tp, _Tp&&>
 1246     : public is_nothrow_constructible<_Tp, _Tp&&>
 1252     : public __is_nothrow_move_constructible_impl<_Tp>
 1286     : public is_assignable<_Tp&, const _Tp&>
 1286     : public is_assignable<_Tp&, const _Tp&>
 1292     : public __is_copy_assignable_impl<_Tp>
 1304     : public is_assignable<_Tp&, _Tp&&>
 1304     : public is_assignable<_Tp&, _Tp&&>
 1310     : public __is_move_assignable_impl<_Tp>
 1554     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;
 1633     { typedef _Tp   type; };
 1659     { typedef _Tp&&   type; };
 1955     { typedef _Tp     type; };
utils/TableGen/SubtargetEmitter.cpp
   48     std::vector<std::vector<MCSchedClassDesc>> ProcSchedClasses;
  988   std::vector<MCSchedClassDesc> &SCTab = SchedTables.ProcSchedClasses.back();
  994     MCSchedClassDesc &SCDesc = SCTab.back();
 1014       SCDesc.NumMicroOps = MCSchedClassDesc::VariantNumMicroOps;
 1060         SCDesc.NumMicroOps = MCSchedClassDesc::InvalidNumMicroOps;
 1093           SCDesc.NumMicroOps = MCSchedClassDesc::InvalidNumMicroOps;
 1160         SCDesc.NumMicroOps = MCSchedClassDesc::InvalidNumMicroOps;
 1181     if (SCDesc.NumMicroOps == MCSchedClassDesc::InvalidNumMicroOps) {
 1301     std::vector<MCSchedClassDesc> &SCTab =
 1314        << MCSchedClassDesc::InvalidNumMicroOps
 1318       MCSchedClassDesc &MCDesc = SCTab[SCIdx];