Searched defs:TableSize (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenMapTable.cpp | 368 unsigned TableSize = 0; in emitBinSearchTable() local 410 void MapTableEmitter::emitBinSearch(raw_ostream &OS, unsigned TableSize) { in emitBinSearch() 433 unsigned TableSize) { in emitMapFuncBody() 491 unsigned TableSize = emitBinSearchTable(OS); in emitTablesWithFunc() local
|
| H A D | AsmWriterEmitter.cpp | 415 unsigned TableSize = std::min(1 << Log2_32(BytesNeeded), 4); in EmitGetMnemonic() local
|
| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | ordered_set.bench.cpp | 49 TestSets makeTestingSets(size_t TableSize, size_t NumTables, HitType Hit, in makeTestingSets() 65 size_t TableSize; member 233 const std::vector<size_t> TableSize{1, 10, 100, 1000, 10000, 100000, 1000000}; in main() local
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibFunc.cpp | 83 static const unsigned TableSize; member in __anon04d7f3640111::UnmangledFuncInfo 349 const unsigned UnmangledFuncInfo::TableSize = member in __anon04d7f3640111::UnmangledFuncInfo
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 5847 Module &M, uint64_t TableSize, ConstantInt *Offset, in SwitchLookupTable() 6000 uint64_t TableSize = in BuildLookup() local 6019 uint64_t TableSize, in WouldFitInRegister() 6081 ShouldBuildLookupTable(SwitchInst *SI, uint64_t TableSize, in ShouldBuildLookupTable() 6306 uint64_t TableSize; in SwitchToLookupTable() local
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 227 uint32_t TableSize; member
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 53 uint32_t TableSize; // Table size in elements member
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2794 unsigned TableSize) { in SelectCodeCommon()
|