Home
last modified time | relevance | path

Searched refs:TableSize (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp210 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 DAsmWriterEmitter.cpp446 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 DRegisterBankEmitter.cpp334 unsigned TableSize = in emitBaseClassImplementation() local
336 OS << " static const uint32_t RegClass2RegBank[" << TableSize << "] = {\n"; in emitBaseClassImplementation()
/freebsd/contrib/dialog/
H A Drc.c64 #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 Ddlg_internals.h29 #define TableSize(name) (sizeof(name)/sizeof((name)[0])) macro
H A Ddlg_keys.c412 #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 Ddialog.c666 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 Dutil.c555 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 DDebugImageInfoTable.h65 UINT32 TableSize; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6367 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 DUsbIo.h466 OUT UINT16 *TableSize
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp84 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 DWasm.h296 uint32_t TableSize; // Table size in elements member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h453 unsigned TableSize);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h148 size_t TableSize; member
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi40.h1124 UINT32 TableSize; member
H A DAcpi51.h1822 UINT32 TableSize; member
H A DAcpi50.h1800 UINT32 TableSize; member
H A DAcpi60.h2009 UINT32 TableSize; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h229 uint32_t TableSize; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp57 IO.mapRequired("TableSize", Section.TableSize); in sectionMapping()
H A DWasmEmitter.cpp171 encodeULEB128(Section.TableSize, SubOS); in writeSectionContent()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl1.h1742 UINT32 TableSize; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp438 DylinkInfo.TableSize = readVaruint32(Ctx); in parseDylinkSection()
469 DylinkInfo.TableSize = readVaruint32(Ctx); in parseDylink0Section()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3242 unsigned TableSize) { in SelectCodeCommon() argument
3398 assert(MatcherIndex < TableSize && "Invalid index"); in SelectCodeCommon()

12