| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | Sparc.td | 90 def : Proc<"generic", []>; 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", []>; 99 def : Proc<"tsc701", []>; 100 def : Proc<"myriad2", [FeatureLeon, LeonCASA]>; [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTX.td | 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]>; 109 def : Proc<"sm_60", [SM60, PTX50]>; [all …]
|
| /freebsd-13.1/contrib/llvm-project/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 ]>;
|
| /freebsd-13.1/contrib/llvm-project/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", []>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips.td | 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]>; 247 def : Proc<"mips3", [FeatureMips3]>; 248 def : Proc<"mips4", [FeatureMips4]>; 249 def : Proc<"mips5", [FeatureMips5]>; [all …]
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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]>;
|
| /freebsd-13.1/contrib/llvm-project/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 | 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() 419 error(IO.mapEnum(Proc.Flags)); in visitKnownRecord() [all …]
|
| H A D | SymbolDumper.cpp | 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() 576 Proc.CodeOffset, &LinkageName); in visitKnownRecord() 578 W.printHex("Segment", Proc.Segment); in visitKnownRecord() 579 W.printFlags("Flags", static_cast<uint8_t>(Proc.Flags), 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()
|
| /freebsd-13.1/contrib/llvm-project/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", []>;
|
| /freebsd-13.1/contrib/llvm-project/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 …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86.td | 1127 class Proc<string Name, list<SubtargetFeature> Features, 1149 def : Proc<"i386", [FeatureX87], 1151 def : Proc<"i486", [FeatureX87], 1199 def : Proc<"lakemont", [FeatureCMPXCHG8B], 1381 def : Proc<P, ProcessorFeatures.BarcelonaFeatures, 1386 def : Proc<"btver1", ProcessorFeatures.BtVer1Features, 1399 def : Proc<"bdver3", ProcessorFeatures.BdVer3Features, 1402 def : Proc<"bdver4", ProcessorFeatures.BdVer4Features, 1415 def : Proc<"winchip-c6", [FeatureX87, FeatureMMX], 1417 def : Proc<"winchip2", [FeatureX87, Feature3DNow], [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARC.td | 29 class Proc<string Name, list<SubtargetFeature> Features> 32 def : Proc<"generic", []>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypeFunctionSig.h | 30 codeview::TypeIndex TI, codeview::ProcedureRecord Proc); 61 codeview::ProcedureRecord Proc; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 826 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, ProcSym &Proc) { in visitKnownRecord() argument 827 P.format(" `{0}`", Proc.Name); in visitKnownRecord() 830 Proc.Parent, Proc.End, in visitKnownRecord() 831 formatSegmentOffset(Proc.Segment, Proc.CodeOffset), in visitKnownRecord() 832 Proc.CodeSize); in visitKnownRecord() 834 switch (Proc.getKind()) { in visitKnownRecord() 844 typeOrIdIndex(Proc.FunctionType, IsType), Proc.DbgStart, in visitKnownRecord() 845 Proc.DbgEnd, in visitKnownRecord() 846 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VE.td | 46 class Proc<string Name, list<SubtargetFeature> Features> 49 def : Proc<"generic", []>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DFAPacketizerEmitter.cpp | 111 for (Record *Proc : ProcItinList) { in collectAllFuncUnits() 112 std::vector<Record *> FUs = Proc->getValueAsListOfDefs("FU"); in collectAllFuncUnits() 115 << " (" << FUs.size() << " FUs) " << Proc->getName()); in collectAllFuncUnits()
|
| /freebsd-13.1/crypto/openssh/regress/unittests/sshkey/testdata/ |
| H A D | ecdsa_1_pw | 2 Proc-Type: 4,ENCRYPTED
|
| H A D | dsa_1_pw | 2 Proc-Type: 4,ENCRYPTED
|
| H A D | rsa_1_pw | 2 Proc-Type: 4,ENCRYPTED
|
| /freebsd-13.1/share/doc/psd/01.cacm/ |
| H A D | ref.bib | 41 %J Proc. 2nd Int. Conf. on Software Engineering 99 %J Proc. Third Symposium on Operating Systems Principles
|