| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenMapTable.cpp | 222 void emitBinSearch(raw_ostream &OS, unsigned TableSize); 227 void emitMapFuncBody(raw_ostream &OS, unsigned TableSize); 379 unsigned TableSize = 0; in emitBinSearchTable() local 404 TableSize++; in emitBinSearchTable() 408 if (!TableSize) { in emitBinSearchTable() 413 return TableSize; in emitBinSearchTable() 424 OS << " unsigned end = " << TableSize << ";\n"; in emitBinSearch() 444 unsigned TableSize) { in emitMapFuncBody() argument 452 emitBinSearch(OS, TableSize); in emitMapFuncBody() 499 unsigned TableSize = emitBinSearchTable(OS); in emitTablesWithFunc() local [all …]
|
| H A D | AsmWriterEmitter.cpp | 396 unsigned TableSize = std::min(1 << Log2_32(BytesNeeded), 4); in EmitPrintInstruction() local 397 BytesNeeded -= TableSize; in EmitPrintInstruction() 398 TableSize *= 8; // Convert to bits; in EmitPrintInstruction() 399 uint64_t Mask = (1ULL << TableSize) - 1; in EmitPrintInstruction() 400 O << " static const uint" << TableSize << "_t OpInfo" << Table in EmitPrintInstruction() 414 Shift += TableSize; in EmitPrintInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 4957 if (Values.size() < TableSize) { in SwitchLookupTable() 4961 for (uint64_t I = 0; I < TableSize; ++I) { in SwitchLookupTable() 4985 for (uint64_t I = 0; I < TableSize; ++I) { in SwitchLookupTable() 5018 for (uint64_t I = TableSize; I > 0; --I) { in SwitchLookupTable() 5084 uint64_t TableSize = in BuildLookup() local 5110 if (TableSize >= UINT_MAX / IT->getBitWidth()) in WouldFitInRegister() 5121 if (SI->getNumCases() > TableSize || TableSize >= UINT64_MAX / 10) in ShouldBuildLookupTable() 5155 return SI->getNumCases() * 10 >= TableSize * 4; in ShouldBuildLookupTable() 5316 bool TableHasHoles = (NumResults < TableSize); in SwitchToLookupTable() 5330 if (!DL.fitsInLegalInteger(TableSize)) in SwitchToLookupTable() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibFunc.cpp | 78 static const unsigned TableSize; member in __anond3dc63390111::UnmangledFuncInfo 84 for (unsigned I = 0; I != TableSize; ++I) in NameMap() 105 assert(Index < TableSize && "Invalid unmangled library function"); in toFuncId() 352 const unsigned UnmangledFuncInfo::TableSize = member in __anond3dc63390111::UnmangledFuncInfo
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 41 uint32_t TableSize; // Table size in elements member
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGISel.h | 293 unsigned TableSize);
|
| /freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 196 uint32_t TableSize; member
|
| /freebsd-12.1/sys/contrib/edk2/Include/IndustryStandard/ |
| H A D | Acpi40.h | 1124 UINT32 TableSize; member
|
| H A D | Acpi51.h | 1810 UINT32 TableSize; member
|
| H A D | Acpi50.h | 1794 UINT32 TableSize; member
|
| H A D | Acpi60.h | 1997 UINT32 TableSize; member
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 56 IO.mapRequired("TableSize", Section.TableSize); in sectionMapping()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | actbl1.h | 1036 UINT32 TableSize; member
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2937 unsigned TableSize) { in SelectCodeCommon() argument 3058 assert(MatcherIndex < TableSize && "Invalid index"); in SelectCodeCommon()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 329 DylinkInfo.TableSize = readVaruint32(Ctx); in parseDylinkSection()
|