Searched refs:TableSize (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/benchmarks/
H A Dordered_set.bench.cpp49 TestSets makeTestingSets(size_t TableSize, size_t NumTables, HitType Hit, argument
54 for (uint64_t I = 0; I < TableSize; ++I) {
65 size_t TableSize; member in struct:__anon106::Base
67 Base(size_t T, size_t N) : TableSize(T), NumTables(N) {}
70 size_t Total = TableSize * NumTables;
75 return "_TableSize" + std::to_string(TableSize) + "_NumTables" +
85 std::vector<uint64_t> Keys(TableSize);
89 while (State.KeepRunningBatch(TableSize * NumTables)) {
109 auto Data = makeTestingSets(TableSize, NumTables, Hit(), Access());
111 while (State.KeepRunningBatch(TableSize * NumTable
[all...]
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp211 void emitBinSearch(raw_ostream &OS, unsigned TableSize);
216 void emitMapFuncBody(raw_ostream &OS, unsigned TableSize);
368 unsigned TableSize = 0; local
393 TableSize++;
397 if (!TableSize) {
402 return TableSize;
410 void MapTableEmitter::emitBinSearch(raw_ostream &OS, unsigned TableSize) { argument
413 OS << " unsigned end = " << TableSize << ";\n"; local
433 unsigned TableSize) {
441 emitBinSearch(OS, TableSize);
432 emitMapFuncBody(raw_ostream &OS, unsigned TableSize) argument
491 unsigned TableSize = emitBinSearchTable(OS); local
[all...]
H A DAsmWriterEmitter.cpp415 unsigned TableSize = std::min(llvm::bit_floor(BytesNeeded), 4u); local
416 BytesNeeded -= TableSize;
417 TableSize *= 8; // Convert to bits;
418 uint64_t Mask = (1ULL << TableSize) - 1;
419 O << " static const uint" << TableSize << "_t OpInfo" << Table
433 Shift += TableSize;
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5962 Module &M, uint64_t TableSize, ConstantInt *Offset,
5970 /// Return true if a table with TableSize elements of
5972 static bool WouldFitInRegister(const DataLayout &DL, uint64_t TableSize,
6016 Module &M, uint64_t TableSize, ConstantInt *Offset,
6020 assert(TableSize >= Values.size() && "Can't fit values in table!");
6028 SmallVector<Constant *, 64> TableContents(TableSize);
6042 if (Values.size() < TableSize) {
6046 for (uint64_t I = 0; I < TableSize; ++I) {
6068 assert(TableSize >= 2 && "Should be a SingleValue table.");
6070 for (uint64_t I = 0; I < TableSize;
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp84 static const unsigned TableSize; member in class:__anon2593::UnmangledFuncInfo
102 assert(Index < TableSize &&
350 const unsigned UnmangledFuncInfo::TableSize =
1007 for (unsigned I = 0; I != TableSize; ++I)
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h299 unsigned TableSize);
/openbsd-current/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp60 DylinkSec->TableSize = Info.TableSize;
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h53 uint32_t TableSize; // Table size in elements member in struct:llvm::wasm::WasmDylinkInfo
/openbsd-current/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h227 uint32_t TableSize; member in struct:llvm::WasmYAML::DylinkSection
/openbsd-current/sys/dev/pci/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu11_driver_if_navi10.h484 uint8_t TableSize; member in struct:__anon306
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp55 IO.mapRequired("TableSize", Section.TableSize);
H A DWasmEmitter.cpp171 encodeULEB128(Section.TableSize, SubOS);
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp378 DylinkInfo.TableSize = readVaruint32(Ctx);
409 DylinkInfo.TableSize = readVaruint32(Ctx);
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2848 unsigned TableSize) {
2987 assert(MatcherIndex < TableSize && "Invalid index");
2846 SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, unsigned TableSize) argument

Completed in 327 milliseconds