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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp221 void emitBinSearch(raw_ostream &OS, unsigned TableSize);
226 void emitMapFuncBody(raw_ostream &OS, unsigned TableSize);
378 unsigned TableSize = 0; local
403 TableSize++;
407 if (!TableSize) {
412 return TableSize;
420 void MapTableEmitter::emitBinSearch(raw_ostream &OS, unsigned TableSize) { argument
423 OS << " unsigned end = " << TableSize << ";\n"; local
443 unsigned TableSize) {
451 emitBinSearch(OS, TableSize);
442 emitMapFuncBody(raw_ostream &OS, unsigned TableSize) argument
498 unsigned TableSize = emitBinSearchTable(OS); local
[all...]
H A DAsmWriterEmitter.cpp397 unsigned TableSize = std::min(1 << Log2_32(BytesNeeded), 4); local
398 BytesNeeded -= TableSize;
399 TableSize *= 8; // Convert to bits;
400 uint64_t Mask = (1ULL << TableSize) - 1;
401 O << " static const uint" << TableSize << "_t OpInfo" << Table
415 Shift += TableSize;
/freebsd-11-stable/contrib/top/
H A DConfigure9 TableSize bindir mandir manext mansty \
72 set TableSize = 0
109 Table Size $TableSize
337 if ($TableSize == 0) then
338 set TableSize = $pr
341 ./getans "Enter the hash table size" integer "$TableSize" .$$
342 set TableSize = `cat .$$`
522 -e "s|%tablesize%|$TableSize|" \
538 -e "s|%TableSize%|$TableSize|" \
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4980 Module &M, uint64_t TableSize, ConstantInt *Offset,
4988 /// Return true if a table with TableSize elements of
4990 static bool WouldFitInRegister(const DataLayout &DL, uint64_t TableSize,
5034 Module &M, uint64_t TableSize, ConstantInt *Offset,
5038 assert(TableSize >= Values.size() && "Can't fit values in table!");
5046 SmallVector<Constant *, 64> TableContents(TableSize);
5060 if (Values.size() < TableSize) {
5064 for (uint64_t I = 0; I < TableSize; ++I) {
5086 assert(TableSize >= 2 && "Should be a SingleValue table.");
5088 for (uint64_t I = 0; I < TableSize;
5033 SwitchLookupTable( Module &M, uint64_t TableSize, ConstantInt *Offset, const SmallVectorImpl<std::pair<ConstantInt *, Constant *>> &Values, Constant *DefaultValue, const DataLayout &DL, const StringRef &FuncName) argument
5187 uint64_t TableSize = local
5205 WouldFitInRegister(const DataLayout &DL, uint64_t TableSize, Type *ElementType) argument
5223 ShouldBuildLookupTable(SwitchInst *SI, uint64_t TableSize, const TargetTransformInfo &TTI, const DataLayout &DL, const SmallDenseMap<PHINode *, Type *> &ResultTypes) argument
5420 uint64_t TableSize = RangeSpread.getLimitedValue() + 1; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h41 uint32_t TableSize; // Table size in elements member in struct:llvm::wasm::WasmDylinkInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h305 unsigned TableSize);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp79 static const unsigned TableSize; member in class:__anon2077::UnmangledFuncInfo
97 assert(Index < TableSize &&
345 const unsigned UnmangledFuncInfo::TableSize =
1002 for (unsigned I = 0; I != TableSize; ++I)
/freebsd-11-stable/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi40.h1124 UINT32 TableSize; member in struct:__anon5715
H A DAcpi51.h1810 UINT32 TableSize; member in struct:__anon5891
H A DAcpi50.h1794 UINT32 TableSize; member in struct:__anon5800
H A DAcpi60.h1997 UINT32 TableSize; member in struct:__anon5993
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h207 uint32_t TableSize; member in struct:llvm::WasmYAML::DylinkSection
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl1.h431 UINT32 TableSize; member in struct:acpi_einj_trigger
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp161 encodeULEB128(Section.TableSize, OS);
H A DWasmYAML.cpp55 IO.mapRequired("TableSize", Section.TableSize);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2775 unsigned TableSize) {
2898 assert(MatcherIndex < TableSize && "Invalid index");
2773 SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, unsigned TableSize) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp332 DylinkInfo.TableSize = readVaruint32(Ctx);

Completed in 296 milliseconds