Home
last modified time | relevance | path

Searched refs:NoSchedModel (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKY.td378 def : ProcessorModel<"generic", NoSchedModel, [FeatureBTST16]>;
385 def : CK801<"ck801", NoSchedModel, []>;
386 def : CK801<"ck801t", NoSchedModel, []>;
387 def : CK801<"e801", NoSchedModel, []>;
394 def : CK802<"ck802", NoSchedModel, []>;
395 def : CK802<"ck802t", NoSchedModel, []>;
396 def : CK802<"ck802j", NoSchedModel, [FeatureJAVA]>;
397 def : CK802<"e802", NoSchedModel, []>;
398 def : CK802<"e802t", NoSchedModel, []>;
399 def : CK802<"s802", NoSchedModel, []>;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArch.td131 def : ProcessorModel<"generic-la32", NoSchedModel, [Feature32Bit]>;
132 def : ProcessorModel<"generic-la64", NoSchedModel, [Feature64Bit, FeatureUAL]>;
135 def : ProcessorModel<"loongarch64", NoSchedModel, [Feature64Bit,
141 def : ProcessorModel<"generic", NoSchedModel, []>;
143 def : ProcessorModel<"la464", NoSchedModel, [Feature64Bit,
149 def : ProcessorModel<"la664", NoSchedModel, [Feature64Bit,
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZProcessors.td21 def : ProcessorModel<"generic", NoSchedModel, []>;
23 def : ProcessorModel<"arch8", NoSchedModel, Arch8SupportedFeatures.List>;
24 def : ProcessorModel<"z10", NoSchedModel, Arch8SupportedFeatures.List>;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVProcessors.td58 NoSchedModel,
63 NoSchedModel,
69 def GENERIC : RISCVTuneProcessorModel<"generic", NoSchedModel>, GenericTuneInfo;
352 NoSchedModel,
408 NoSchedModel,
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssembly.td104 def : ProcessorModel<"mvp", NoSchedModel, []>;
112 def : ProcessorModel<"generic", NoSchedModel,
117 def : ProcessorModel<"bleeding-edge", NoSchedModel,
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectX.td31 def : ProcessorModel<"generic", NoSchedModel, []>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNProcessors.td11 def : ProcessorModel<"generic", NoSchedModel,
15 def : ProcessorModel<"generic-hsa", NoSchedModel,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCTargetDesc.cpp45 #define NoSchedModel NoSchedModelR600 macro
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.td690 def : ProcessorModel<"future", NoSchedModel,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Processors.td1228 def : ProcessorModel<"carmel", NoSchedModel, ProcessorFeatures.Carmel,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td127 def NoSchedModel : SchedMachineModel {
H A DTarget.td1804 SchedMachineModel SchedModel = NoSchedModel;