Searched refs:NoSchedModel (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/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>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVProcessors.td | 29 NoSchedModel, 32 NoSchedModel, 36 def : ProcessorModel<"generic", NoSchedModel, []>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssembly.td | 97 def : ProcessorModel<"mvp", NoSchedModel, []>; 105 def : ProcessorModel<"generic", NoSchedModel, 109 def : ProcessorModel<"bleeding-edge", NoSchedModel,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArch.td | 130 def : ProcessorModel<"generic-la32", NoSchedModel, [Feature32Bit]>; 131 def : ProcessorModel<"generic-la64", NoSchedModel, [Feature64Bit]>; 135 def : ProcessorModel<"generic", NoSchedModel, []>; 137 def : ProcessorModel<"la464", NoSchedModel, [Feature64Bit,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | GCNProcessors.td | 11 def : ProcessorModel<"generic", NoSchedModel, 15 def : ProcessorModel<"generic-hsa", NoSchedModel,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
| H A D | DirectX.td | 31 def : ProcessorModel<"generic", NoSchedModel, []>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUMCTargetDesc.cpp | 45 #define NoSchedModel NoSchedModelR600 macro
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 651 def : ProcessorModel<"future", NoSchedModel,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetSchedule.td | 122 def NoSchedModel : SchedMachineModel {
|
| H A D | Target.td | 1747 SchedMachineModel SchedModel = NoSchedModel;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 1463 def : ProcessorModel<"carmel", NoSchedModel, ProcessorFeatures.Carmel,
|