Home
last modified time | relevance | path

Searched refs:Proc (Results 1 – 25 of 72) sorted by relevance

123

/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparc.td87 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 …]
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTX.td115 class Proc<string Name, list<SubtargetFeature> Features>
118 def : Proc<"sm_20", [SM20, PTX32]>;
119 def : Proc<"sm_21", [SM21, PTX32]>;
120 def : Proc<"sm_30", [SM30]>;
121 def : Proc<"sm_32", [SM32, PTX40]>;
122 def : Proc<"sm_35", [SM35, PTX32]>;
123 def : Proc<"sm_37", [SM37, PTX41]>;
124 def : Proc<"sm_50", [SM50, PTX40]>;
125 def : Proc<"sm_52", [SM52, PTX41]>;
126 def : Proc<"sm_53", [SM53, PTX42]>;
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68k.td65 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 ]>;
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPF.td17 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", []>;
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMips.td237 class Proc<string Name, list<SubtargetFeature> Features>
240 def : Proc<"generic", [FeatureMips32]>;
241 def : Proc<"mips1", [FeatureMips1]>;
242 def : Proc<"mips2", [FeatureMips2]>;
243 def : Proc<"mips32", [FeatureMips32]>;
244 def : Proc<"mips32r2", [FeatureMips32r2]>;
245 def : Proc<"mips32r3", [FeatureMips32r3]>;
246 def : Proc<"mips32r5", [FeatureMips32r5]>;
247 def : Proc<"mips32r6", [FeatureMips32r6]>;
249 def : Proc<"mips3", [FeatureMips3]>;
[all …]
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp80 codeview::ProcedureRecord Proc) in NativeTypeFunctionSig() argument
82 Proc(std::move(Proc)), Index(Index), IsMemberFunction(false) {} in NativeTypeFunctionSig()
96 initializeArgList(Proc.ArgumentList); in initialize()
153 return IsMemberFunction ? MemberFunc.CallConv : Proc.CallConv; in getCallingConvention()
158 : Proc.getParameterCount(); in getCount()
163 IsMemberFunction ? MemberFunc.getReturnType() : Proc.getReturnType(); in getTypeId()
194 IsMemberFunction ? MemberFunc.getOptions() : Proc.getOptions(); in isCxxReturnUdt()
/openbsd-src/lib/libcrypto/pem/
H A Dmessage2 Proc-Type: 4,ENCRYPTED
3 Proc-Type: 4,MIC-ONLY
4 Proc-Type: 4,MIC-CLEAR
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordHelpers.cpp32 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 DSymbolRecordMapping.cpp409 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 DSymbolDumper.cpp557 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, ProcSym &Proc) { in visitKnownRecord() argument
565 W.printHex("PtrParent", Proc.Parent); in visitKnownRecord()
566 W.printHex("PtrEnd", Proc.End); in visitKnownRecord()
567 W.printHex("PtrNext", Proc.Next); in visitKnownRecord()
568 W.printHex("CodeSize", Proc.CodeSize); in visitKnownRecord()
569 W.printHex("DbgStart", Proc.DbgStart); in visitKnownRecord()
570 W.printHex("DbgEnd", Proc.DbgEnd); in visitKnownRecord()
571 printTypeIndex("FunctionType", Proc.FunctionType); in visitKnownRecord()
573 ObjDelegate->printRelocatedField("CodeOffset", Proc.getRelocationOffset(), in visitKnownRecord()
574 Proc.CodeOffset, &LinkageName); in visitKnownRecord()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430.td39 class Proc<string Name, list<SubtargetFeature> Features>
42 def : Proc<"generic", []>;
43 def : Proc<"msp430", []>;
44 def : Proc<"msp430x", [FeatureX]>;
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetID.cpp21 llvm::StringRef Proc) { in getAllPossibleAMDGPUTargetIDFeatures() argument
24 auto ProcKind = T.isAMDGCN() ? llvm::AMDGPU::parseArchAMDGCN(Proc) in getAllPossibleAMDGPUTargetIDFeatures()
25 : llvm::AMDGPU::parseArchR600(Proc); in getAllPossibleAMDGPUTargetIDFeatures()
153 llvm::StringRef Proc = *parseTargetIDWithFormatCheckingOnly(ID, &Features); in getConflictTargetIDCombination() local
154 auto Loc = FeatureMap.find(Proc); in getConflictTargetIDCombination()
156 FeatureMap[Proc] = Info{ID, Features}; in getConflictTargetIDCombination()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCore.td33 class Proc<string Name, list<SubtargetFeature> Features>
36 def : Proc<"generic", []>;
37 def : Proc<"xs1b-generic", []>;
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagon.td398 class Proc<string Name, SchedMachineModel Model,
402 def : Proc<"generic", HexagonModelV60,
407 def : Proc<"hexagonv5", HexagonModelV5,
412 def : Proc<"hexagonv55", HexagonModelV55,
417 def : Proc<"hexagonv60", HexagonModelV60,
422 def : Proc<"hexagonv62", HexagonModelV62,
427 def : Proc<"hexagonv65", HexagonModelV65,
432 def : Proc<"hexagonv66", HexagonModelV66,
437 def : Proc<"hexagonv67", HexagonModelV67,
442 def : Proc<"hexagonv68", HexagonModelV68,
[all …]
/openbsd-src/regress/usr.sbin/syslogd/
H A DSyslogd.pm64 my $self = Proc::new($class, %args);
220 my $self = Proc::up(shift, @_);
251 return Proc::down($self, @_) unless $self->{daemon};
265 return Proc::down($self, @_) if $? == 256;
298 return Proc::kill(@_);
328 return Proc::kill($self, $sig, $pschild[0]{PID});
H A DSyslogc.pm32 my $self = Proc::new($class, %args);
53 eval { Proc::down($self, @_) };
/openbsd-src/regress/usr.sbin/relayd/
H A DRemote.pm57 my $self = Proc::new($class, %args);
68 my $self = Proc::run(shift, @_);
74 my $self = Proc::up(shift, @_);
/openbsd-src/bin/ksh/
H A Djobs.c40 typedef struct proc Proc; typedef
42 Proc *next; /* next process in pipeline (if any) */
87 Proc *proc_list; /* process list */
88 Proc *last_proc; /* last process in list */
142 static Proc *new_proc(void);
385 static Proc *last_proc; /* for pipelines */ in exchild()
389 Proc *p; in exchild()
697 Proc *p; in j_resume()
965 Proc *p; in j_startjob()
1092 Proc *p; in j_waitj()
[all …]
/openbsd-src/regress/sys/net/pf_divert/
H A DRemote.pm37 my $self = Proc::new($class, %args);
50 my $self = Proc::up(shift, @_);
69 my $self = Proc::down(shift, @_);
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARC.td29 class Proc<string Name, list<SubtargetFeature> Features>
32 def : Proc<"generic", []>;
/openbsd-src/regress/sys/kern/sosplice/
H A DRemote.pm36 my $self = Proc::new($class, %args);
47 my $self = Proc::up(shift, @_);
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h27 codeview::TypeIndex TI, codeview::ProcedureRecord Proc);
58 codeview::ProcedureRecord Proc; member
/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/
H A DXtensa.td27 class Proc<string Name, list<SubtargetFeature> Features>
30 def : Proc<"generic", []>;
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRV.td18 class Proc<string Name, list<SubtargetFeature> Features>
21 def : Proc<"generic", []>;
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp828 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, ProcSym &Proc) { in visitKnownRecord() argument
829 P.format(" `{0}`", Proc.Name); in visitKnownRecord()
832 Proc.Parent, Proc.End, in visitKnownRecord()
833 formatSegmentOffset(Proc.Segment, Proc.CodeOffset), in visitKnownRecord()
834 Proc.CodeSize); in visitKnownRecord()
836 switch (Proc.getKind()) { in visitKnownRecord()
846 typeOrIdIndex(Proc.FunctionType, IsType), Proc.DbgStart, in visitKnownRecord()
847 Proc.DbgEnd, in visitKnownRecord()
848 formatProcSymFlags(P.getIndentLevel() + 9, Proc.Flags)); in visitKnownRecord()

123