/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86.td | 114 class Proc<string Name, list<SubtargetFeature> Features> 117 def : Proc<"generic", []>; 118 def : Proc<"i386", []>; 119 def : Proc<"i486", []>; 120 def : Proc<"i586", []>; 121 def : Proc<"pentium", []>; 122 def : Proc<"pentium-mmx", [FeatureMMX]>; 123 def : Proc<"i686", []>; 124 def : Proc<"pentiumpro", [FeatureCMOV]>; 125 def : Proc<"pentium2", [FeatureMMX, FeatureCMOV]>; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | Sparc.td | 85 class Proc<string Name, list<SubtargetFeature> Features> 88 def : Proc<"generic", []>; 89 def : Proc<"v7", [FeatureSoftMulDiv, FeatureNoFSMULD]>; 90 def : Proc<"v8", []>; 91 def : Proc<"supersparc", []>; 92 def : Proc<"sparclite", []>; 93 def : Proc<"f934", []>; 94 def : Proc<"hypersparc", []>; 95 def : Proc<"sparclite86x", []>; 96 def : Proc<"sparclet", []>; [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | Sparc.td | 47 class Proc<string Name, list<SubtargetFeature> Features> 50 def : Proc<"generic", []>; 51 def : Proc<"v8", []>; 52 def : Proc<"supersparc", []>; 53 def : Proc<"sparclite", []>; 54 def : Proc<"f934", []>; 55 def : Proc<"hypersparc", []>; 56 def : Proc<"sparclite86x", []>; 57 def : Proc<"sparclet", []>; 58 def : Proc<"tsc701", []>; [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | Processors.td | 10 class Proc<string Name, ProcessorItineraries itin, list<SubtargetFeature> Features> 16 def : Proc<"r600", R600_VLIW5_Itin, 19 def : Proc<"r630", R600_VLIW5_Itin, 22 def : Proc<"rs880", R600_VLIW5_Itin, 25 def : Proc<"rv670", R600_VLIW5_Itin, 32 def : Proc<"rv710", R600_VLIW5_Itin, 35 def : Proc<"rv730", R600_VLIW5_Itin, 38 def : Proc<"rv770", R600_VLIW5_Itin, 45 def : Proc<"cedar", R600_VLIW5_Itin, 49 def : Proc<"redwood", R600_VLIW5_Itin, [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTX.td | 84 class Proc<string Name, list<SubtargetFeature> Features> 87 def : Proc<"generic", []>; 90 def : Proc<"compute_10", [FeatureCOMPUTE10]>; 91 def : Proc<"compute_11", [FeatureCOMPUTE11]>; 92 def : Proc<"compute_12", [FeatureCOMPUTE12]>; 93 def : Proc<"compute_13", [FeatureCOMPUTE13]>; 94 def : Proc<"compute_20", [FeatureCOMPUTE20]>; 95 def : Proc<"sm_10", [FeatureSM10]>; 96 def : Proc<"sm_11", [FeatureSM11]>; 97 def : Proc<"sm_12", [FeatureSM12]>; [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | Blackfin.td | 86 class Proc<string Name, string Suffix, list<SubtargetFeature> Features> 89 def : Proc<"generic", "", []>; 93 def : Proc<Name, Suffix, Features>; 94 def : Proc<Name, "", Features>; 95 def : Proc<Name, "-none", []>; 100 def : Proc<Name, "-0.5", 103 def : Proc<Name, "-0.4", 106 def : Proc<Name, "-0.3", 109 def : Proc<Name, "-any", 116 def : Proc<Name, "-0.2", [all …]
|
/external/llvm/lib/Target/Sparc/ |
D | Sparc.td | 71 class Proc<string Name, list<SubtargetFeature> Features> 74 def : Proc<"generic", []>; 75 def : Proc<"v7", []>; 76 def : Proc<"v8", []>; 77 def : Proc<"supersparc", []>; 78 def : Proc<"sparclite", []>; 79 def : Proc<"f934", []>; 80 def : Proc<"hypersparc", []>; 81 def : Proc<"sparclite86x", []>; 82 def : Proc<"sparclet", []>; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTX.td | 80 class Proc<string Name, list<SubtargetFeature> Features> 83 def : Proc<"sm_20", [SM20]>; 84 def : Proc<"sm_21", [SM21]>; 85 def : Proc<"sm_30", [SM30]>; 86 def : Proc<"sm_32", [SM32, PTX40]>; 87 def : Proc<"sm_35", [SM35]>; 88 def : Proc<"sm_37", [SM37, PTX41]>; 89 def : Proc<"sm_50", [SM50, PTX40]>; 90 def : Proc<"sm_52", [SM52, PTX41]>; 91 def : Proc<"sm_53", [SM53, PTX42]>; [all …]
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTX.td | 72 class Proc<string Name, list<SubtargetFeature> Features> 75 def : Proc<"sm_20", [SM20]>; 76 def : Proc<"sm_21", [SM21]>; 77 def : Proc<"sm_30", [SM30]>; 78 def : Proc<"sm_32", [SM32, PTX40]>; 79 def : Proc<"sm_35", [SM35]>; 80 def : Proc<"sm_37", [SM37, PTX41]>; 81 def : Proc<"sm_50", [SM50, PTX40]>; 82 def : Proc<"sm_52", [SM52, PTX41]>; 83 def : Proc<"sm_53", [SM53, PTX42]>; [all …]
|
/external/llvm/lib/Target/Mips/ |
D | Mips.td | 190 class Proc<string Name, list<SubtargetFeature> Features> 193 def : Proc<"mips1", [FeatureMips1]>; 194 def : Proc<"mips2", [FeatureMips2]>; 195 def : Proc<"mips32", [FeatureMips32]>; 196 def : Proc<"mips32r2", [FeatureMips32r2]>; 197 def : Proc<"mips32r3", [FeatureMips32r3]>; 198 def : Proc<"mips32r5", [FeatureMips32r5]>; 199 def : Proc<"mips32r6", [FeatureMips32r6]>; 201 def : Proc<"mips3", [FeatureMips3]>; 202 def : Proc<"mips4", [FeatureMips4]>; [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86.td | 264 class Proc<string Name, list<SubtargetFeature> Features> 267 def : Proc<"generic", [FeatureX87, FeatureSlowUAMem16]>; 268 def : Proc<"i386", [FeatureX87, FeatureSlowUAMem16]>; 269 def : Proc<"i486", [FeatureX87, FeatureSlowUAMem16]>; 270 def : Proc<"i586", [FeatureX87, FeatureSlowUAMem16]>; 271 def : Proc<"pentium", [FeatureX87, FeatureSlowUAMem16]>; 272 def : Proc<"pentium-mmx", [FeatureX87, FeatureSlowUAMem16, FeatureMMX]>; 273 def : Proc<"i686", [FeatureX87, FeatureSlowUAMem16]>; 274 def : Proc<"pentiumpro", [FeatureX87, FeatureSlowUAMem16, FeatureCMOV]>; 275 def : Proc<"pentium2", [FeatureX87, FeatureSlowUAMem16, FeatureMMX, [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Mips.td | 220 class Proc<string Name, list<SubtargetFeature> Features> 223 def : Proc<"mips1", [FeatureMips1]>; 224 def : Proc<"mips2", [FeatureMips2]>; 225 def : Proc<"mips32", [FeatureMips32]>; 226 def : Proc<"mips32r2", [FeatureMips32r2]>; 227 def : Proc<"mips32r3", [FeatureMips32r3]>; 228 def : Proc<"mips32r5", [FeatureMips32r5]>; 229 def : Proc<"mips32r6", [FeatureMips32r6]>; 231 def : Proc<"mips3", [FeatureMips3]>; 232 def : Proc<"mips4", [FeatureMips4]>; [all …]
|
/external/syzkaller/prog/ |
D | parse_test.go | 30 if ent.Proc != 0 { 31 t.Fatalf("proc %v, want 0", ent.Proc) 62 if entries[0].Proc != 0 || 63 entries[1].Proc != 1 || 64 entries[2].Proc != 2 || 65 entries[3].Proc != 33 || 66 entries[4].Proc != 9 {
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeHashingTest.cpp | 84 TypeIndex Proc[2]; in TEST() local 105 Proc[0] = createProcedureRecord(Ordering1, 2, IntPP[0], Args[0]); in TEST() 111 ASSERT_EQ(0x1004U, Proc[0].getIndex()); in TEST() 136 Proc[1] = createProcedureRecord(Ordering2, 2, IntPP[1], Args[1]); in TEST() 144 ASSERT_EQ(0x1005U, Proc[1].getIndex()); in TEST() 155 EXPECT_EQ(hash_of(Hashes1, Proc[0]), hash_of(Hashes2, Proc[1])); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPF.td | 18 class Proc<string Name, list<SubtargetFeature> Features> 21 def : Proc<"generic", []>; 22 def : Proc<"v1", []>; 23 def : Proc<"v2", []>; 24 def : Proc<"probe", []>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | mips-reginfo.test | 6 CHECK-NEXT: Co-Proc Mask0: 0x0 7 CHECK-NEXT: Co-Proc Mask1: 0x0 8 CHECK-NEXT: Co-Proc Mask2: 0x0 9 CHECK-NEXT: Co-Proc Mask3: 0x0
|
D | mips-options-sec.test | 7 CHECK-NEXT: Co-Proc Mask0: 0x0 8 CHECK-NEXT: Co-Proc Mask1: 0x0 9 CHECK-NEXT: Co-Proc Mask2: 0x0 10 CHECK-NEXT: Co-Proc Mask3: 0x0
|
/external/llvm/test/tools/llvm-readobj/ |
D | mips-reginfo.test | 6 CHECK-NEXT: Co-Proc Mask0: 0x0 7 CHECK-NEXT: Co-Proc Mask1: 0x0 8 CHECK-NEXT: Co-Proc Mask2: 0x0 9 CHECK-NEXT: Co-Proc Mask3: 0x0
|
D | mips-options-sec.test | 7 CHECK-NEXT: Co-Proc Mask0: 0x0 8 CHECK-NEXT: Co-Proc Mask1: 0x0 9 CHECK-NEXT: Co-Proc Mask2: 0x0 10 CHECK-NEXT: Co-Proc Mask3: 0x0
|
/external/syzkaller/syz-fuzzer/ |
D | proc.go | 30 type Proc struct { struct 41 func newProc(fuzzer *Fuzzer, pid int) (*Proc, error) { 53 proc := &Proc{ 66 func (proc *Proc) loop() { argument 106 func (proc *Proc) triageInput(item *WorkTriage) { argument 186 func (proc *Proc) smashInput(item *WorkSmash) { argument 202 func (proc *Proc) failCall(p *prog.Prog, call int) { argument 216 func (proc *Proc) executeHintSeed(p *prog.Prog, call int) { argument 233 func (proc *Proc) execute(execOpts *ipc.ExecOpts, p *prog.Prog, flags ProgTypes, stat Stat) []ipc.C… argument 252 func (proc *Proc) executeRaw(opts *ipc.ExecOpts, p *prog.Prog, stat Stat) []ipc.CallInfo { argument [all …]
|
/external/skqp/bench/ |
D | RegionContainBench.cpp | 20 typedef bool (*Proc)(SkRegion& a, SkRegion& b); typedef in RegionContainBench 22 Proc fProc; 36 RegionContainBench(Proc proc, const char name[]) { in RegionContainBench() 56 Proc proc = fProc; in onDraw()
|
/external/skia/bench/ |
D | RegionContainBench.cpp | 20 typedef bool (*Proc)(SkRegion& a, SkRegion& b); typedef in RegionContainBench 22 Proc fProc; 36 RegionContainBench(Proc proc, const char name[]) { in RegionContainBench() 56 Proc proc = fProc; in onDraw()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | MSP430.td | 40 class Proc<string Name, list<SubtargetFeature> Features> 43 def : Proc<"generic", []>; 44 def : Proc<"msp430", []>; 45 def : Proc<"msp430x", [FeatureX]>;
|
/external/syzkaller/pkg/repro/ |
D | repro_test.go | 39 prog.Proc = 42 46 prog.Proc = 42 53 if prog.Proc == 42 { 63 if prog.Proc != 42 {
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | Mips.td | 79 class Proc<string Name, list<SubtargetFeature> Features> 82 def : Proc<"mips32r1", [FeatureMips32]>; 83 def : Proc<"4ke", [FeatureMips32r2]>; 84 def : Proc<"mips64r1", [FeatureMips64]>; 85 def : Proc<"mips64r2", [FeatureMips64r2]>;
|