| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | SearchableTableEmitter.cpp | 83 return &Field; in getFieldByName() 123 else if (Field.Enum) in primaryRepresentation() 167 } else if (Field.Enum || Field.IsIntrinsic || Field.IsInstruction) in searchableFieldType() 215 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy() 391 Field, IndexRows.back()->getValueInit(Field.Name)); in emitLookupFunction() 410 OS << Field.Name; in emitLookupFunction() 454 OS << " ||\n Key." << Field.Name << " != Idx->" << Field.Name; in emitLookupFunction() 476 OS << searchableFieldType(Field, TypeInArgument) << " " << Field.Name; in emitLookupDeclaration() 511 OS << primaryRepresentation(Field, Entry->getValueInit(Field.Name)); in emitGenericTable() 533 Field.RecType = RecordRecTy::get(Field.Enum->Class); in parseFieldType() [all …]
|
| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | dtfield.c | 163 DT_FIELD *Field, 169 DT_FIELD *Field, 175 DT_FIELD *Field, 202 DT_FIELD *Field, in DtCompileOneField() argument 234 DtCompileBuffer (Buffer, Field->Value, Field, ByteLength); in DtCompileOneField() 271 DT_FIELD *Field, in DtCompileString() argument 277 Length = strlen (Field->Value); in DtCompileString() 312 DT_FIELD *Field, in DtCompileUnicode() argument 321 AsciiString = Field->Value; in DtCompileUnicode() 351 DT_FIELD *Field, in DtCompileUuid() argument [all …]
|
| H A D | dtio.c | 330 Prev->Next = Field; in DtLinkField() 480 Field->Name = Name; in DtParseLine() 481 Field->Value = Value; in DtParseLine() 482 Field->Line = Line; in DtParseLine() 488 DtLinkField (Field); in DtParseLine() 1084 while (Field) in DtDumpFieldList() 1088 Field->Line, Field->ByteOffset, Field->NameColumn, in DtDumpFieldList() 1089 Field->Column, Field->TableOffset, Field->Flags, in DtDumpFieldList() 1090 Field->Name, Field->Value); in DtDumpFieldList() 1092 Field = Field->Next; in DtDumpFieldList() [all …]
|
| H A D | dtexpress.c | 163 DT_FIELD *Field); 190 DT_FIELD *Field, in DtResolveIntegerExpression() argument 197 Field->Value); in DtResolveIntegerExpression() 199 AslGbl_CurrentField = Field; in DtResolveIntegerExpression() 201 Result = DtEvaluateExpression (Field->Value); in DtResolveIntegerExpression() 481 DT_FIELD *Field) in DtInsertLabelField() argument 486 Field->Value, Field->TableOffset); in DtInsertLabelField() 488 Field->NextLabel = AslGbl_LabelList; in DtInsertLabelField() 489 AslGbl_LabelList = Field; in DtInsertLabelField()
|
| H A D | dtcompile.c | 170 DT_FIELD **Field); 543 DT_FIELD **Field, in DtCompileTable() argument 560 if (!Field) in DtCompileTable() 564 if (!*Field) in DtCompileTable() 576 strcmp ((*Field)->Name, Info->Name)) in DtCompileTable() 600 LocalField = *Field; in DtCompileTable() 640 *Field = LocalField; in DtCompileTable() 668 *Field = LocalField; in DtCompileTable() 676 *Field = LocalField; in DtCompileTable() 714 LocalField = *Field; in DtCompileTable() [all …]
|
| H A D | dtsubtable.c | 395 DT_FIELD *Field, in DtGetSubtableLength() argument 412 if (!Field) in DtGetSubtableLength() 417 ByteLength += DtGetFieldLength (Field, Info); in DtGetSubtableLength() 444 if (!Field) in DtGetSubtableLength() 449 Field = Field->Next; in DtGetSubtableLength() 456 if (!Field) in DtGetSubtableLength()
|
| H A D | dtcompiler.h | 276 DT_FIELD **Field, 318 DT_FIELD *Field); 323 DT_FIELD *Field, 341 DT_FIELD *Field, 379 DT_FIELD *Field, 402 DT_FIELD *Field, 410 DT_FIELD *Field, 418 DT_FIELD *Field, 424 DT_FIELD *Field, 488 DT_FIELD *Field); [all …]
|
| H A D | dtutils.c | 351 DT_FIELD *Field) in DtGetFieldValue() argument 353 if (!Field) in DtGetFieldValue() 358 return (Field->Value); in DtGetFieldValue() 528 DT_FIELD *Field, in DtGetFieldLength() argument 635 Value = DtGetFieldValue (Field); in DtGetFieldLength() 667 Value = DtGetFieldValue (Field); in DtGetFieldLength() 704 Value = DtGetFieldValue (Field); in DtGetFieldLength() 713 DtFatal (ASL_MSG_COMPILER_INTERNAL, Field, "Invalid table opcode"); in DtGetFieldLength()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-browser.def | 50 DEFTBCODE (TB_TYPE, "type", "Field accessor.") 51 DEFTBCODE (TB_SIZE, "size", "Field accessor.") 53 DEFTBCODE (TB_OFFSET, "offset", "Field accessor.") 63 DEFTBCODE (TB_CHAIN, "chain", "Field accessor.") 72 DEFTBCODE (TB_VARS, "vars", "Field accessor.") 74 DEFTBCODE (TB_BODY, "body", "Field accessor.") 77 DEFTBCODE (TB_REAL, "real", "Field accessor.") 78 DEFTBCODE (TB_IMAG, "imag", "Field accessor.") 81 DEFTBCODE (TB_ELT, "elt", "Field accessor.") 82 DEFTBCODE (TB_MIN, "min", "Field accessor.") [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/Disassembler/ |
| H A D | SystemZDisassembler.cpp | 294 uint64_t Base = Field >> 12; in decodeBDAddr12Operand() 295 uint64_t Disp = Field & 0xfff; in decodeBDAddr12Operand() 304 uint64_t Base = Field >> 20; in decodeBDAddr20Operand() 305 uint64_t Disp = ((Field << 12) & 0xff000) | ((Field >> 8) & 0xfff); in decodeBDAddr20Operand() 314 uint64_t Index = Field >> 16; in decodeBDXAddr12Operand() 316 uint64_t Disp = Field & 0xfff; in decodeBDXAddr12Operand() 326 uint64_t Index = Field >> 24; in decodeBDXAddr20Operand() 328 uint64_t Disp = ((Field & 0xfff00) >> 8) | ((Field & 0xff) << 12); in decodeBDXAddr20Operand() 338 uint64_t Length = Field >> 16; in decodeBDLAddr12Len4Operand() 340 uint64_t Disp = Field & 0xfff; in decodeBDLAddr12Len4Operand() [all …]
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | ia64-ic.tbl | 8 fcmp-s0; fcmp[Field(sf)==s0] 9 fcmp-s1; fcmp[Field(sf)==s1] 10 fcmp-s2; fcmp[Field(sf)==s2] 11 fcmp-s3; fcmp[Field(sf)==s3] 14 fp-arith-s0; IC:fp-arith[Field(sf)==s0] 15 fp-arith-s1; IC:fp-arith[Field(sf)==s1] 16 fp-arith-s2; IC:fp-arith[Field(sf)==s2] 19 fpcmp-s0; fpcmp[Field(sf)==s0] 20 fpcmp-s1; fpcmp[Field(sf)==s1] 21 fpcmp-s2; fpcmp[Field(sf)==s2] [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 351 Field != FieldEnd;) in accumulateFields() 355 for (++Field; Field != FieldEnd && Field->isBitField(); ++Field); in accumulateFields() 359 bitsToCharUnits(getFieldBitOffset(*Field)), MemberInfo::Field, in accumulateFields() 360 getStorageType(*Field), *Field)); in accumulateFields() 361 ++Field; in accumulateFields() 379 for (; Field != FieldEnd; ++Field) { in accumulateBitFields() 390 Run = Field; in accumulateBitFields() 401 MemberInfo::Field, nullptr, *Field)); in accumulateBitFields() 435 Run = Field; in accumulateBitFields() 441 ++Field; in accumulateBitFields() [all …]
|
| H A D | CGExprConstant.cpp | 383 FieldEnd = RD->field_end(); Field != FieldEnd; ++Field, ++FieldNo) { in Build() 389 if (Field->isUnnamedBitfield()) in Build() 404 if (!Field->isBitField()) { in Build() 478 FieldEnd = RD->field_end(); Field != FieldEnd; ++Field, ++FieldNo) { in Build() 484 if (Field->isUnnamedBitfield()) in Build() 495 if (!Field->isBitField()) { in Build() 1129 for (FieldDecl *Field : RD->fields()) { in Build() 1136 if (Field->isUnnamedBitfield()) in Build() 1167 if (!Field->isBitField()) in Build() 2080 if (!Field->isBitField()) { in EmitNullConstant() [all …]
|
| H A D | CGClass.cpp | 617 QualType FieldType = Field->getType(); in EmitMemberInitializer() 689 overlapForFieldInit(Field), in EmitInitializerForField() 780 const FieldDecl *D = Field; in EmitAsanPrologueOrEpilogue() 1059 if (!isMemcpyableField(Field)) in isMemberInitMemcpyable() 1149 if (!Field || !isMemcpyableField(Field)) in getMemcpyableField() 1158 return Field; in getMemcpyableField() 1169 if (!Field || !isMemcpyableField(Field)) in getMemcpyableField() 1174 return Field; in getMemcpyableField() 1189 if (!Field || !isMemcpyableField(Field)) in getMemcpyableField() 1200 return Field; in getMemcpyableField() [all …]
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/parser/ |
| H A D | psargs.c | 640 ACPI_PARSE_OBJECT *Field; in AcpiPsGetNextField() local 695 if (!Field) in AcpiPsGetNextField() 710 AcpiPsSetName (Field, Name); in AcpiPsGetNextField() 724 Field->Common.NameComment = Field->Common.InlineComment; in AcpiPsGetNextField() 851 AcpiPsFreeOp (Field); in AcpiPsGetNextField() 862 AcpiPsAppendArg (Field, Arg); in AcpiPsGetNextField() 872 return_PTR (Field); in AcpiPsGetNextField() 901 ACPI_PARSE_OBJECT *Field; in AcpiPsGetNextArg() local 949 if (!Field) in AcpiPsGetNextArg() 960 Arg = Field; in AcpiPsGetNextArg() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SymbolRewriter.cpp | 332 for (auto &Field : *Descriptor) { in parseRewriteFunctionDescriptor() 339 Key = dyn_cast<yaml::ScalarNode>(Field.getKey()); in parseRewriteFunctionDescriptor() 345 Value = dyn_cast<yaml::ScalarNode>(Field.getValue()); in parseRewriteFunctionDescriptor() 357 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteFunctionDescriptor() 370 YS.printError(Field.getKey(), "unknown key for function"); in parseRewriteFunctionDescriptor() 401 for (auto &Field : *Descriptor) { in parseRewriteGlobalVariableDescriptor() 408 Key = dyn_cast<yaml::ScalarNode>(Field.getKey()); in parseRewriteGlobalVariableDescriptor() 414 Value = dyn_cast<yaml::ScalarNode>(Field.getValue()); in parseRewriteGlobalVariableDescriptor() 464 for (auto &Field : *Descriptor) { in parseRewriteGlobalAliasDescriptor() 471 Key = dyn_cast<yaml::ScalarNode>(Field.getKey()); in parseRewriteGlobalAliasDescriptor() [all …]
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/executer/ |
| H A D | exprep.c | 609 ObjDesc->Field.AccessLength = Info->AccessLength; in AcpiExPrepFieldValue() 624 ObjDesc->Field.ResourceBuffer = in AcpiExPrepFieldValue() 626 ObjDesc->Field.ResourceLength = in AcpiExPrepFieldValue() 635 ObjDesc->Field.PinNumberIndex = Info->PinNumberIndex; in AcpiExPrepFieldValue() 656 AcpiUtAddReference (ObjDesc->Field.RegionObj); in AcpiExPrepFieldValue() 660 ObjDesc->Field.StartFieldBitOffset, in AcpiExPrepFieldValue() 661 ObjDesc->Field.BaseByteOffset, in AcpiExPrepFieldValue() 662 ObjDesc->Field.AccessByteWidth, in AcpiExPrepFieldValue() 663 ObjDesc->Field.RegionObj)); in AcpiExPrepFieldValue() 683 ObjDesc->Field.AccessByteWidth, in AcpiExPrepFieldValue() [all …]
|
| H A D | exserial.c | 196 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExReadGpio() 258 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExWriteGpio() 316 switch (ObjDesc->Field.RegionObj->Region.SpaceId) in AcpiExReadSerialBus() 321 Function = ACPI_READ | (ObjDesc->Field.Attribute << 16); in AcpiExReadSerialBus() 332 AccessorType = ObjDesc->Field.Attribute; in AcpiExReadSerialBus() 443 switch (ObjDesc->Field.RegionObj->Region.SpaceId) in AcpiExWriteSerialBus() 448 Function = ACPI_WRITE | (ObjDesc->Field.Attribute << 16); in AcpiExWriteSerialBus() 459 AccessorType = ObjDesc->Field.Attribute; in AcpiExWriteSerialBus()
|
| H A D | exfield.c | 284 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS || in AcpiExReadDataFromField() 285 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GSBUS || in AcpiExReadDataFromField() 286 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_IPMI)) in AcpiExReadDataFromField() 305 ObjDesc->Field.BitLength); in AcpiExReadDataFromField() 333 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GPIO)) in AcpiExReadDataFromField() 425 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GPIO)) in AcpiExWriteDataToField() 433 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS || in AcpiExWriteDataToField() 434 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GSBUS || in AcpiExWriteDataToField() 435 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_IPMI)) in AcpiExWriteDataToField()
|
| /freebsd-12.1/contrib/libxo/doc/ |
| H A D | field-modifiers.rst | 2 .. index:: Field Modifiers 5 Field Modifiers 40 .. index:: Field Modifiers; Argument 46 .. index:: Field Modifiers; Argument 67 .. index:: Field Modifiers; Colon 73 .. index:: Field Modifiers; Colon 86 .. index:: Field Modifiers; Display 194 .. index:: Field Modifiers; Key 200 .. index:: Field Modifiers; Key 317 .. index:: Field Modifiers; Trim [all …]
|
| H A D | field-roles.rst | 2 .. index:: Field Roles 5 Field Roles 43 .. index:: Field Roles; Color 136 .. index:: Field Roles; Gettext 171 .. index:: Field Roles; Label 181 .. index:: Field Roles; Note 191 .. index:: Field Roles; Padding 206 .. index:: Field Roles; Title 230 .. index:: Field Roles; Units 256 .. index:: Field Roles; Value [all …]
|
| /freebsd-12.1/sys/contrib/edk2/Include/Library/ |
| H A D | DebugLib.h | 520 #define CR(Record, TYPE, Field, TestSignature) \ argument 521 (DebugAssertEnabled () && (BASE_CR (Record, TYPE, Field)->Signature != TestSignature)) ? \ 523 BASE_CR (Record, TYPE, Field) 525 #define CR(Record, TYPE, Field, TestSignature) \ argument 526 BASE_CR (Record, TYPE, Field)
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PaddingChecker.cpp | 235 const FieldDecl *Field; in calculateOptimalPad() member 241 Field ? -static_cast<int>(Field->getFieldIndex()) in calculateOptimalPad() 245 RHS.Field ? -static_cast<int>(RHS.Field->getFieldIndex()) in calculateOptimalPad() 252 RetVal.Field = FD; in calculateOptimalPad() 292 OptimalFieldsOrder.push_back(Iter->Field); in calculateOptimalPad()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Intrinsics.h | 148 static IITDescriptor get(IITDescriptorKind K, unsigned Field) { in get() 149 IITDescriptor Result = { K, { Field } }; in get() 155 unsigned Field = Hi << 16 | Lo; in get() local 156 IITDescriptor Result = {K, {Field}}; in get()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | RecordSerialization.h | 104 T Field; in deserialize() local 107 if (auto EC = consume(Reader, Field)) in deserialize() 109 Item.push_back(Field); in deserialize() 127 StringRef Field; in deserialize() local 128 if (auto EC = Reader.readCString(Field)) in deserialize() 130 Item.push_back(Field); in deserialize()
|