/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/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/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/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/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()
|
D | RegionBench.cpp | 71 typedef bool (*Proc)(SkRegion& a, SkRegion& b); typedef in RegionBench 74 Proc fProc; 90 RegionBench(int count, Proc proc, const char name[]) { in RegionBench() 109 Proc proc = fProc; in onDraw()
|
/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()
|
D | RegionBench.cpp | 71 typedef bool (*Proc)(SkRegion& a, SkRegion& b); typedef in RegionBench 74 Proc fProc; 90 RegionBench(int count, Proc proc, const char name[]) { in RegionBench() 109 Proc proc = fProc; in onDraw()
|
/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]>;
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCore.td | 33 class Proc<string Name, list<SubtargetFeature> Features> 36 def : Proc<"generic", []>; 37 def : Proc<"xs1b-generic", []>;
|
/external/llvm/lib/Target/XCore/ |
D | XCore.td | 34 class Proc<string Name, list<SubtargetFeature> Features> 37 def : Proc<"generic", []>; 38 def : Proc<"xs1b-generic", []>;
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZ.td | 27 class Proc<string Name, list<SubtargetFeature> Features> 30 def : Proc<"z9", []>; 31 def : Proc<"z10", [FeatureZ10]>;
|
/external/mksh/src/ |
D | jobs.c | 41 typedef struct proc Proc; typedef 44 Proc *next; 53 Proc *next; 92 Proc *proc_list; /* process list */ 93 Proc *last_proc; /* last process in list */ 159 static Proc *new_proc(void); 229 proc_errorlevel(Proc *p) in proc_errorlevel() 446 static Proc *last_proc; in exchild() 452 Proc *p; in exchild() 823 Proc *p; in j_resume() [all …]
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 547 void CVSymbolDumperImpl::visitProcSym(SymbolKind Kind, ProcSym &Proc) { in visitProcSym() argument 557 W.printHex("PtrParent", Proc.Header.PtrParent); in visitProcSym() 558 W.printHex("PtrEnd", Proc.Header.PtrEnd); in visitProcSym() 559 W.printHex("PtrNext", Proc.Header.PtrNext); in visitProcSym() 560 W.printHex("CodeSize", Proc.Header.CodeSize); in visitProcSym() 561 W.printHex("DbgStart", Proc.Header.DbgStart); in visitProcSym() 562 W.printHex("DbgEnd", Proc.Header.DbgEnd); in visitProcSym() 563 CVTD.printTypeIndex("FunctionType", Proc.Header.FunctionType); in visitProcSym() 565 ObjDelegate->printRelocatedField("CodeOffset", Proc.getRelocationOffset(), in visitProcSym() 566 Proc.Header.CodeOffset, &LinkageName); in visitProcSym() [all …]
|
/external/skqp/tools/gpu/gl/ |
D | GLTestContext.h | 65 using Proc = Ret(GR_GL_FUNCTION_TYPE*)(Args...); in Ret() local 72 *out = reinterpret_cast<Proc>(this->onPlatformGetProcAddress(fullname.c_str())); in Ret() 74 *out = reinterpret_cast<Proc>(this->onPlatformGetProcAddress(name)); in Ret()
|
/external/skia/tools/gpu/gl/ |
D | GLTestContext.h | 65 using Proc = Ret(GR_GL_FUNCTION_TYPE*)(Args...); in Ret() local 72 *out = reinterpret_cast<Proc>(this->onPlatformGetProcAddress(fullname.c_str())); in Ret() 74 *out = reinterpret_cast<Proc>(this->onPlatformGetProcAddress(name)); in Ret()
|
/external/skia/src/core/ |
D | SkVertState.h | 37 typedef bool (*Proc)(VertState*); typedef 43 Proc chooseProc(SkVertices::VertexMode mode);
|
/external/skqp/src/core/ |
D | SkVertState.h | 37 typedef bool (*Proc)(VertState*); typedef 43 Proc chooseProc(SkVertices::VertexMode mode);
|