Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparc.td91 def : Proc<"generic", []>;
93 def : Proc<"v8", []>;
94 def : Proc<"supersparc", []>;
95 def : Proc<"sparclite", []>;
96 def : Proc<"f934", []>;
97 def : Proc<"hypersparc", []>;
98 def : Proc<"sparclite86x", []>;
99 def : Proc<"sparclet", []>;
100 def : Proc<"tsc701", []>;
101 def : Proc<"myriad2", [FeatureLeon, LeonCASA]>;
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTX.td87 def : Proc<"sm_20", [SM20]>;
88 def : Proc<"sm_21", [SM21]>;
89 def : Proc<"sm_30", [SM30]>;
90 def : Proc<"sm_32", [SM32, PTX40]>;
91 def : Proc<"sm_35", [SM35]>;
92 def : Proc<"sm_37", [SM37, PTX41]>;
93 def : Proc<"sm_50", [SM50, PTX40]>;
94 def : Proc<"sm_52", [SM52, PTX41]>;
95 def : Proc<"sm_53", [SM53, PTX42]>;
96 def : Proc<"sm_60", [SM60, PTX50]>;
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips.td223 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]>;
233 def : Proc<"mips5", [FeatureMips5]>;
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPF.td18 class Proc<string Name, list<SubtargetFeature> Features>
21 def : Proc<"generic", []>;
22 def : Proc<"v1", []>;
23 def : Proc<"v2", []>;
24 def : Proc<"probe", []>;
/freebsd-12.1/contrib/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()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430.td40 class Proc<string Name, list<SubtargetFeature> Features>
43 def : Proc<"generic", []>;
44 def : Proc<"msp430", []>;
45 def : Proc<"msp430x", [FeatureX]>;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordHelpers.cpp33 ProcSym Proc = createRecord<ProcSym>(Sym); in getScopeEndOffset() local
34 return Proc.End; in getScopeEndOffset()
64 ProcSym Proc = createRecord<ProcSym>(Sym); in getScopeParentOffset() local
65 return Proc.Parent; in getScopeParentOffset()
H A DSymbolDumper.cpp566 W.printHex("PtrParent", Proc.Parent); in visitKnownRecord()
567 W.printHex("PtrEnd", Proc.End); in visitKnownRecord()
568 W.printHex("PtrNext", Proc.Next); in visitKnownRecord()
569 W.printHex("CodeSize", Proc.CodeSize); in visitKnownRecord()
570 W.printHex("DbgStart", Proc.DbgStart); in visitKnownRecord()
571 W.printHex("DbgEnd", Proc.DbgEnd); in visitKnownRecord()
572 printTypeIndex("FunctionType", Proc.FunctionType); in visitKnownRecord()
575 Proc.CodeOffset, &LinkageName); in visitKnownRecord()
577 W.printHex("Segment", Proc.Segment); in visitKnownRecord()
578 W.printFlags("Flags", static_cast<uint8_t>(Proc.Flags), in visitKnownRecord()
[all …]
H A DSymbolRecordMapping.cpp411 error(IO.mapInteger(Proc.Parent)); in visitKnownRecord()
412 error(IO.mapInteger(Proc.End)); in visitKnownRecord()
413 error(IO.mapInteger(Proc.Next)); in visitKnownRecord()
414 error(IO.mapInteger(Proc.CodeSize)); in visitKnownRecord()
415 error(IO.mapInteger(Proc.DbgStart)); in visitKnownRecord()
416 error(IO.mapInteger(Proc.DbgEnd)); in visitKnownRecord()
417 error(IO.mapInteger(Proc.FunctionType)); in visitKnownRecord()
418 error(IO.mapInteger(Proc.CodeOffset)); in visitKnownRecord()
419 error(IO.mapInteger(Proc.Segment)); in visitKnownRecord()
420 error(IO.mapEnum(Proc.Flags)); in visitKnownRecord()
[all …]
H A DTypeDumpVisitor.cpp311 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord() argument
312 printTypeIndex("ReturnType", Proc.getReturnType()); in visitKnownRecord()
313 W->printEnum("CallingConvention", uint8_t(Proc.getCallConv()), in visitKnownRecord()
315 W->printFlags("FunctionOptions", uint8_t(Proc.getOptions()), in visitKnownRecord()
317 W->printNumber("NumParameters", Proc.getParameterCount()); in visitKnownRecord()
318 printTypeIndex("ArgListType", Proc.getArgumentList()); in visitKnownRecord()
H A DRecordName.cpp135 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord() argument
136 StringRef Ret = Types.getTypeName(Proc.getReturnType()); in visitKnownRecord()
137 StringRef Params = Types.getTypeName(Proc.getArgumentList()); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCore.td34 class Proc<string Name, list<SubtargetFeature> Features>
37 def : Proc<"generic", []>;
38 def : Proc<"xs1b-generic", []>;
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86.td468 class Proc<string Name, list<SubtargetFeature> Features>
471 def : Proc<"generic", [FeatureX87, FeatureSlowUAMem16]>;
472 def : Proc<"i386", [FeatureX87, FeatureSlowUAMem16]>;
473 def : Proc<"i486", [FeatureX87, FeatureSlowUAMem16]>;
474 def : Proc<"i586", [FeatureX87, FeatureSlowUAMem16]>;
475 def : Proc<"pentium", [FeatureX87, FeatureSlowUAMem16]>;
478 def : Proc<"i686", [FeatureX87, FeatureSlowUAMem16, FeatureCMOV]>;
511 def : Proc<"lakemont", []>;
977 def : Proc<"btver1", [
1082 def : Proc<"bdver3", [
[all …]
/freebsd-12.1/usr.sbin/ctm/ctm/
H A Dctm.c49 extern int Proc(char *, unsigned applied);
181 stat |= Proc("-", applied); in main()
184 stat |= Proc(*argv++, applied); in main()
204 Proc(char *filename, unsigned applied) in Proc() function
/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARC.td18 class Proc<string Name, list<SubtargetFeature> Features>
21 def : Proc<"generic", []>;
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagon.td333 class Proc<string Name, SchedMachineModel Model,
337 def : Proc<"generic", HexagonModelV60,
341 def : Proc<"hexagonv5", HexagonModelV5,
345 def : Proc<"hexagonv55", HexagonModelV55,
349 def : Proc<"hexagonv60", HexagonModelV60,
353 def : Proc<"hexagonv62", HexagonModelV62,
357 def : Proc<"hexagonv65", HexagonModelV65,
361 def : Proc<"hexagonv66", HexagonModelV66,
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp715 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, ProcSym &Proc) { in visitKnownRecord() argument
716 P.format(" `{0}`", Proc.Name); in visitKnownRecord()
719 Proc.Parent, Proc.End, in visitKnownRecord()
720 formatSegmentOffset(Proc.Segment, Proc.CodeOffset), in visitKnownRecord()
721 Proc.CodeSize); in visitKnownRecord()
723 switch (Proc.getKind()) { in visitKnownRecord()
733 typeOrIdIndex(Proc.FunctionType, IsType), Proc.DbgStart, in visitKnownRecord()
734 Proc.DbgEnd, in visitKnownRecord()
735 formatProcSymFlags(P.getIndentLevel() + 9, Proc.Flags)); in visitKnownRecord()
H A DMinimalTypeDumper.cpp397 ProcedureRecord &Proc) { in visitKnownRecord() argument
399 Proc.ReturnType, Proc.ParameterCount, Proc.ArgumentList); in visitKnownRecord()
401 formatCallingConvention(Proc.CallConv), in visitKnownRecord()
402 formatFunctionOptions(Proc.Options)); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h31 codeview::TypeIndex TI, codeview::ProcedureRecord Proc);
62 codeview::ProcedureRecord Proc; member
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp663 Record *Proc = ProcItinList[i]; in collectAllFuncUnits() local
664 std::vector<Record*> FUs = Proc->getValueAsListOfDefs("FU"); in collectAllFuncUnits()
667 << Proc->getName()); in collectAllFuncUnits()
868 Record *Proc = ProcItinList[i]; in run() local
871 const std::string &ProcName = Proc->getName(); in run()
884 std::vector<Record*> ItinDataList = Proc->getValueAsListOfDefs("IID"); in run()
/freebsd-12.1/crypto/openssh/regress/unittests/sshkey/testdata/
H A Decdsa_1_pw2 Proc-Type: 4,ENCRYPTED
H A Ddsa_1_pw2 Proc-Type: 4,ENCRYPTED
H A Drsa_1_pw2 Proc-Type: 4,ENCRYPTED
/freebsd-12.1/share/doc/psd/01.cacm/
H A Dref.bib41 %J Proc. 2nd Int. Conf. on Software Engineering
99 %J Proc. Third Symposium on Operating Systems Principles
/freebsd-12.1/share/doc/psd/15.yacc/
H A Dref.bib47 %J Proc. 5th ACM Symp. on Principles of Programming Languages

12