| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenMapTable.cpp | 210 void emitBinSearch(raw_ostream &OS, unsigned TableSize); 215 void emitMapFuncBody(raw_ostream &OS, unsigned TableSize); 365 unsigned TableSize = 0; in emitBinSearchTable() local 388 if (TableSize == 0) in emitBinSearchTable() 391 ++TableSize; in emitBinSearchTable() 395 if (TableSize != 0) in emitBinSearchTable() 397 return TableSize; in emitBinSearchTable() 405 void MapTableEmitter::emitBinSearch(raw_ostream &OS, unsigned TableSize) { in emitBinSearch() argument 406 if (TableSize == 0) { in emitBinSearch() 413 OS << " unsigned end = " << TableSize << ";\n"; in emitBinSearch() [all …]
|
| H A D | AsmWriterEmitter.cpp | 446 unsigned TableSize = std::min(llvm::bit_floor(BytesNeeded), 4u); in EmitGetMnemonic() local 447 BytesNeeded -= TableSize; in EmitGetMnemonic() 448 TableSize *= 8; // Convert to bits; in EmitGetMnemonic() 449 uint64_t Mask = (1ULL << TableSize) - 1; in EmitGetMnemonic() 450 O << " static const uint" << TableSize << "_t OpInfo" << Table in EmitGetMnemonic() 464 Shift += TableSize; in EmitGetMnemonic()
|
| H A D | RegisterBankEmitter.cpp | 334 unsigned TableSize = in emitBaseClassImplementation() local 336 OS << " static const uint32_t RegClass2RegBank[" << TableSize << "] = {\n"; in emitBaseClassImplementation()
|
| /freebsd/contrib/dialog/ |
| H A D | rc.c | 64 #define COLOR_COUNT TableSize(color_names) 83 #define VAR_COUNT TableSize(vars) 239 for (n = 0; n < TableSize(color_names); ++n) { in to_color_name() 300 while (tok_count < TableSize(tokens)) { in str_to_attr()
|
| H A D | dlg_internals.h | 29 #define TableSize(name) (sizeof(name)/sizeof((name)[0])) macro
|
| H A D | dlg_keys.c | 412 #define COUNT_CURSES TableSize(curses_names) 511 #define COUNT_DIALOG TableSize(dialog_names) 704 for (n = 0; n < TableSize(escaped_letters); ++n) { in decode_escaped() 721 for (n = 0; n < TableSize(escaped_letters); ++n) { in encode_escaped()
|
| H A D | dialog.c | 666 for (n = 0; n < TableSize(options); n++) { in findOption() 1409 for (i = 0; i < TableSize(table); i++) { in button_code() 1514 for (n = 0; n < TableSize(modes); n++) { in lookupMode() 1570 size_t limit = TableSize(options); in Help()
|
| H A D | util.c | 555 return TableSize(dlg_color_table); in dlg_color_count() 1853 for (n = 0; n < TableSize(table); n++) { in dlg_exit() 1927 for (n = 0; n < TableSize(exit_codenames); ++n) { in dlg_exitcode2s() 1942 for (n = 0; n < TableSize(exit_codenames); ++n) { in dlg_exitname2n()
|
| /freebsd/sys/contrib/edk2/Include/Guid/ |
| H A D | DebugImageInfoTable.h | 65 UINT32 TableSize; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 6367 Module &M, uint64_t TableSize, ConstantInt *Offset, 6377 static bool wouldFitInRegister(const DataLayout &DL, uint64_t TableSize, 6422 Module &M, uint64_t TableSize, ConstantInt *Offset, in SwitchLookupTable() argument 6426 assert(TableSize >= Values.size() && "Can't fit values in table!"); in SwitchLookupTable() 6434 SmallVector<Constant *, 64> TableContents(TableSize); in SwitchLookupTable() 6446 if (Values.size() < TableSize) { in SwitchLookupTable() 6450 for (uint64_t I = 0; I < TableSize; ++I) { in SwitchLookupTable() 6478 assert(TableSize >= 2 && "Should be a SingleValue table."); in SwitchLookupTable() 6480 for (uint64_t I = 0; I < TableSize; ++I) { in SwitchLookupTable() 6517 if (isIntN(M.getBitWidth(), TableSize - 1)) in SwitchLookupTable() [all …]
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | UsbIo.h | 466 OUT UINT16 *TableSize
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibFunc.cpp | 84 static const unsigned TableSize; member in __anonbcd55a340111::UnmangledFuncInfo 102 assert(Index < TableSize && in toFuncId() 350 const unsigned UnmangledFuncInfo::TableSize = member in __anonbcd55a340111::UnmangledFuncInfo 1132 for (unsigned I = 0; I != TableSize; ++I) in buildNameMap()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 296 uint32_t TableSize; // Table size in elements member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGISel.h | 453 unsigned TableSize);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.h | 148 size_t TableSize; member
|
| /freebsd/sys/contrib/edk2/Include/IndustryStandard/ |
| H A D | Acpi40.h | 1124 UINT32 TableSize; member
|
| H A D | Acpi51.h | 1822 UINT32 TableSize; member
|
| H A D | Acpi50.h | 1800 UINT32 TableSize; member
|
| H A D | Acpi60.h | 2009 UINT32 TableSize; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 229 uint32_t TableSize; member
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 57 IO.mapRequired("TableSize", Section.TableSize); in sectionMapping()
|
| H A D | WasmEmitter.cpp | 171 encodeULEB128(Section.TableSize, SubOS); in writeSectionContent()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | actbl1.h | 1742 UINT32 TableSize; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 438 DylinkInfo.TableSize = readVaruint32(Ctx); in parseDylinkSection() 469 DylinkInfo.TableSize = readVaruint32(Ctx); in parseDylink0Section()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 3242 unsigned TableSize) { in SelectCodeCommon() argument 3398 assert(MatcherIndex < TableSize && "Invalid index"); in SelectCodeCommon()
|