/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | Sparc.td | 87 class Proc<string Name, list<SubtargetFeature> Features> 90 def : Proc<"generic", []>; 91 def : Proc<"v7", [FeatureSoftMulDiv, FeatureNoFSMULD]>; 92 def : Proc<"v8", []>; 93 def : Proc<"supersparc", []>; 94 def : Proc<"sparclite", []>; 95 def : Proc<"f934", []>; 96 def : Proc<"hypersparc", []>; 97 def : Proc<"sparclite86x", []>; 98 def : Proc<"sparclet", []>; [all …]
|
/netbsd-src/external/cddl/dtracetoolkit/dist/ |
H A D | dexplorer | 212 mkdir Proc 397 ' | $clean > Proc/sample_process 408 ' | $clean > Proc/syscall_by_process 418 ' | $clean > Proc/syscall_count 428 ' | $clean > Proc/readb_by_process 438 ' | $clean > Proc/writeb_by_process 449 ' | $clean > Proc/sysinfo_by_process 462 ' | $clean > Proc/newprocess_count 475 ' | $clean > Proc/signal_count 489 ' | $clean > Proc/syscall_errors [all …]
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/ |
H A D | dexplorer | 212 mkdir Proc 397 ' | $clean > Proc/sample_process 408 ' | $clean > Proc/syscall_by_process 418 ' | $clean > Proc/syscall_count 428 ' | $clean > Proc/readb_by_process 438 ' | $clean > Proc/writeb_by_process 449 ' | $clean > Proc/sysinfo_by_process 462 ' | $clean > Proc/newprocess_count 475 ' | $clean > Proc/signal_count 489 ' | $clean > Proc/syscall_errors [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.td | 97 class Proc<string Name, list<SubtargetFeature> Features> 100 def : Proc<"sm_20", [SM20]>; 101 def : Proc<"sm_21", [SM21]>; 102 def : Proc<"sm_30", [SM30]>; 103 def : Proc<"sm_32", [SM32, PTX40]>; 104 def : Proc<"sm_35", [SM35]>; 105 def : Proc<"sm_37", [SM37, PTX41]>; 106 def : Proc<"sm_50", [SM50, PTX40]>; 107 def : Proc<"sm_52", [SM52, PTX41]>; 108 def : Proc<"sm_53", [SM53, PTX42]>; [all …]
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
H A D | dexplorer_example.txt | 65 de_jupiter_200506271803/Proc 66 de_jupiter_200506271803/Proc/sample_process 67 de_jupiter_200506271803/Proc/syscall_by_processname 68 de_jupiter_200506271803/Proc/syscall_count 69 de_jupiter_200506271803/Proc/readb_by_processname 70 de_jupiter_200506271803/Proc/writeb_by_processname 71 de_jupiter_200506271803/Proc/sysinfo_by_processname 72 de_jupiter_200506271803/Proc/newprocess_count 73 de_jupiter_200506271803/Proc/signal_count 74 de_jupiter_200506271803/Proc/syscall_errors
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
H A D | dexplorer_example.txt | 65 de_jupiter_200506271803/Proc 66 de_jupiter_200506271803/Proc/sample_process 67 de_jupiter_200506271803/Proc/syscall_by_processname 68 de_jupiter_200506271803/Proc/syscall_count 69 de_jupiter_200506271803/Proc/readb_by_processname 70 de_jupiter_200506271803/Proc/writeb_by_processname 71 de_jupiter_200506271803/Proc/sysinfo_by_processname 72 de_jupiter_200506271803/Proc/newprocess_count 73 de_jupiter_200506271803/Proc/signal_count 74 de_jupiter_200506271803/Proc/syscall_errors
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | Mips.td | 235 class Proc<string Name, list<SubtargetFeature> Features> 238 def : Proc<"generic", [FeatureMips32]>; 239 def : Proc<"mips1", [FeatureMips1]>; 240 def : Proc<"mips2", [FeatureMips2]>; 241 def : Proc<"mips32", [FeatureMips32]>; 242 def : Proc<"mips32r2", [FeatureMips32r2]>; 243 def : Proc<"mips32r3", [FeatureMips32r3]>; 244 def : Proc<"mips32r5", [FeatureMips32r5]>; 245 def : Proc<"mips32r6", [FeatureMips32r6]>; 247 def : Proc<"mips3", [FeatureMips3]>; [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68k.td | 65 class Proc<string Name, list<SubtargetFeature> Features> 68 def : Proc<"generic", [ FeatureISA00 ]>; 69 def : Proc<"M68000", [ FeatureISA00 ]>; 70 def : Proc<"M68010", [ FeatureISA10 ]>; 71 def : Proc<"M68020", [ FeatureISA20 ]>; 72 def : Proc<"M68030", [ FeatureISA30 ]>; 73 def : Proc<"M68040", [ FeatureISA40 ]>; 74 def : Proc<"M68060", [ FeatureISA60 ]>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPF.td | 17 class Proc<string Name, list<SubtargetFeature> Features> 20 def : Proc<"generic", []>; 21 def : Proc<"v1", []>; 22 def : Proc<"v2", []>; 23 def : Proc<"v3", []>; 24 def : Proc<"probe", []>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeFunctionSig.cpp | 79 codeview::ProcedureRecord Proc) in NativeTypeFunctionSig() argument 81 Proc(std::move(Proc)), Index(Index), IsMemberFunction(false) {} in NativeTypeFunctionSig() 95 initializeArgList(Proc.ArgumentList); in initialize() 152 return IsMemberFunction ? MemberFunc.CallConv : Proc.CallConv; in getCallingConvention() 157 : Proc.getParameterCount(); in getCount() 162 IsMemberFunction ? MemberFunc.getReturnType() : Proc.getReturnType(); in getTypeId() 193 IsMemberFunction ? MemberFunc.getOptions() : Proc.getOptions(); in isCxxReturnUdt()
|
/netbsd-src/bin/ksh/ |
H A D | jobs.c | 97 typedef struct proc Proc; typedef 99 Proc *next; /* next process in pipeline (if any) */ 143 Proc *proc_list; /* process list */ 144 Proc *last_proc; /* last process in list */ 219 static Proc *new_proc ARGS((void)); 434 static Proc *last_proc; /* for pipelines */ 438 Proc *p; 454 p->next = (Proc *) 0; 819 Proc *p; 843 for (p = j->proc_list; p != (Proc *) 0; p = p->next) { [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | TargetID.cpp | 20 llvm::StringRef Proc) { in getAllPossibleAMDGPUTargetIDFeatures() argument 23 auto ProcKind = T.isAMDGCN() ? llvm::AMDGPU::parseArchAMDGCN(Proc) in getAllPossibleAMDGPUTargetIDFeatures() 24 : llvm::AMDGPU::parseArchR600(Proc); in getAllPossibleAMDGPUTargetIDFeatures() 153 llvm::StringRef Proc = in getConflictTargetIDCombination() local 155 auto Loc = FeatureMap.find(Proc); in getConflictTargetIDCombination() 157 FeatureMap[Proc] = Info{ID, Features}; in getConflictTargetIDCombination()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430.td | 39 class Proc<string Name, list<SubtargetFeature> Features> 42 def : Proc<"generic", []>; 43 def : Proc<"msp430", []>; 44 def : Proc<"msp430x", [FeatureX]>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolRecordHelpers.cpp | 32 ProcSym Proc = createRecord<ProcSym>(Sym); in getScopeEndOffset() local 33 return Proc.End; in getScopeEndOffset() 63 ProcSym Proc = createRecord<ProcSym>(Sym); in getScopeParentOffset() local 64 return Proc.Parent; in getScopeParentOffset()
|
H A D | SymbolRecordMapping.cpp | 409 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, ProcSym &Proc) { in visitKnownRecord() argument 410 error(IO.mapInteger(Proc.Parent)); in visitKnownRecord() 411 error(IO.mapInteger(Proc.End)); in visitKnownRecord() 412 error(IO.mapInteger(Proc.Next)); in visitKnownRecord() 413 error(IO.mapInteger(Proc.CodeSize)); in visitKnownRecord() 414 error(IO.mapInteger(Proc.DbgStart)); in visitKnownRecord() 415 error(IO.mapInteger(Proc.DbgEnd)); in visitKnownRecord() 416 error(IO.mapInteger(Proc.FunctionType)); in visitKnownRecord() 417 error(IO.mapInteger(Proc.CodeOffset)); in visitKnownRecord() 418 error(IO.mapInteger(Proc.Segment)); in visitKnownRecord() [all …]
|
H A D | SymbolDumper.cpp | 559 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, ProcSym &Proc) { in visitKnownRecord() argument 567 W.printHex("PtrParent", Proc.Parent); in visitKnownRecord() 568 W.printHex("PtrEnd", Proc.End); in visitKnownRecord() 569 W.printHex("PtrNext", Proc.Next); in visitKnownRecord() 570 W.printHex("CodeSize", Proc.CodeSize); in visitKnownRecord() 571 W.printHex("DbgStart", Proc.DbgStart); in visitKnownRecord() 572 W.printHex("DbgEnd", Proc.DbgEnd); in visitKnownRecord() 573 printTypeIndex("FunctionType", Proc.FunctionType); in visitKnownRecord() 575 ObjDelegate->printRelocatedField("CodeOffset", Proc.getRelocationOffset(), in visitKnownRecord() 576 Proc.CodeOffset, &LinkageName); in visitKnownRecord() [all …]
|
H A D | TypeDumpVisitor.cpp | 310 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord() argument 311 printTypeIndex("ReturnType", Proc.getReturnType()); in visitKnownRecord() 312 W->printEnum("CallingConvention", uint8_t(Proc.getCallConv()), in visitKnownRecord() 314 W->printFlags("FunctionOptions", uint8_t(Proc.getOptions()), in visitKnownRecord() 316 W->printNumber("NumParameters", Proc.getParameterCount()); in visitKnownRecord() 317 printTypeIndex("ArgListType", Proc.getArgumentList()); in visitKnownRecord()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCore.td | 33 class Proc<string Name, list<SubtargetFeature> Features> 36 def : Proc<"generic", []>; 37 def : Proc<"xs1b-generic", []>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | Hexagon.td | 366 class Proc<string Name, SchedMachineModel Model, 370 def : Proc<"generic", HexagonModelV60, 374 def : Proc<"hexagonv5", HexagonModelV5, 378 def : Proc<"hexagonv55", HexagonModelV55, 382 def : Proc<"hexagonv60", HexagonModelV60, 386 def : Proc<"hexagonv62", HexagonModelV62, 390 def : Proc<"hexagonv65", HexagonModelV65, 394 def : Proc<"hexagonv66", HexagonModelV66, 398 def : Proc<"hexagonv67", HexagonModelV67, 402 def : Proc<"hexagonv68", HexagonModelV68, [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86.td | 1116 class Proc<string Name, list<SubtargetFeature> Features, 1138 def : Proc<"i386", [FeatureX87], 1140 def : Proc<"i486", [FeatureX87], 1142 def : Proc<"i586", [FeatureX87, FeatureCMPXCHG8B], 1144 def : Proc<"pentium", [FeatureX87, FeatureCMPXCHG8B], 1146 def : Proc<"pentium-mmx", [FeatureX87, FeatureCMPXCHG8B, FeatureMMX], 1149 def : Proc<"i686", [FeatureX87, FeatureCMPXCHG8B, FeatureCMOV], 1151 def : Proc<"pentiumpro", [FeatureX87, FeatureCMPXCHG8B, FeatureCMOV, 1155 def : Proc<"pentium2", [FeatureX87, FeatureCMPXCHG8B, FeatureMMX, FeatureCMOV, 1160 def : Proc<P, [FeatureX87, FeatureCMPXCHG8B, FeatureMMX, [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
H A D | ARC.td | 17 class Proc<string Name, list<SubtargetFeature> Features> 20 def : Proc<"generic", []>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 823 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, ProcSym &Proc) { in visitKnownRecord() argument 824 P.format(" `{0}`", Proc.Name); in visitKnownRecord() 827 Proc.Parent, Proc.End, in visitKnownRecord() 828 formatSegmentOffset(Proc.Segment, Proc.CodeOffset), in visitKnownRecord() 829 Proc.CodeSize); in visitKnownRecord() 831 switch (Proc.getKind()) { in visitKnownRecord() 841 typeOrIdIndex(Proc.FunctionType, IsType), Proc.DbgStart, in visitKnownRecord() 842 Proc.DbgEnd, in visitKnownRecord() 843 formatProcSymFlags(P.getIndentLevel() + 9, Proc.Flags)); in visitKnownRecord()
|
H A D | MinimalTypeDumper.cpp | 403 ProcedureRecord &Proc) { in visitKnownRecord() argument 405 Proc.ReturnType, Proc.ParameterCount, Proc.ArgumentList); in visitKnownRecord() 407 formatCallingConvention(Proc.CallConv), in visitKnownRecord() 408 formatFunctionOptions(Proc.Options)); in visitKnownRecord()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeTypeFunctionSig.h | 30 codeview::TypeIndex TI, codeview::ProcedureRecord Proc); 61 codeview::ProcedureRecord Proc; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VE.td | 46 class Proc<string Name, list<SubtargetFeature> Features> 49 def : Proc<"generic", []>;
|