Searched refs:NoSchedModel (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKY.td | 378 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 D | LoongArch.td | 131 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 D | SystemZProcessors.td | 21 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 D | RISCVProcessors.td | 58 NoSchedModel, 63 NoSchedModel, 69 def GENERIC : RISCVTuneProcessorModel<"generic", NoSchedModel>, GenericTuneInfo; 352 NoSchedModel, 408 NoSchedModel,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssembly.td | 104 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 D | DirectX.td | 31 def : ProcessorModel<"generic", NoSchedModel, []>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNProcessors.td | 11 def : ProcessorModel<"generic", NoSchedModel, 15 def : ProcessorModel<"generic-hsa", NoSchedModel,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUMCTargetDesc.cpp | 45 #define NoSchedModel NoSchedModelR600 macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPC.td | 690 def : ProcessorModel<"future", NoSchedModel,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Processors.td | 1228 def : ProcessorModel<"carmel", NoSchedModel, ProcessorFeatures.Carmel,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSchedule.td | 127 def NoSchedModel : SchedMachineModel {
|
H A D | Target.td | 1804 SchedMachineModel SchedModel = NoSchedModel;
|