Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4981 Module &M, uint64_t TableSize, ConstantInt *Offset,
4991 static bool WouldFitInRegister(const DataLayout &DL, uint64_t TableSize,
5035 Module &M, uint64_t TableSize, ConstantInt *Offset, in SwitchLookupTable() argument
5039 assert(TableSize >= Values.size() && "Can't fit values in table!"); in SwitchLookupTable()
5047 SmallVector<Constant *, 64> TableContents(TableSize); in SwitchLookupTable()
5061 if (Values.size() < TableSize) { in SwitchLookupTable()
5065 for (uint64_t I = 0; I < TableSize; ++I) { in SwitchLookupTable()
5087 assert(TableSize >= 2 && "Should be a SingleValue table."); in SwitchLookupTable()
5089 for (uint64_t I = 0; I < TableSize; ++I) { in SwitchLookupTable()
5119 if (WouldFitInRegister(DL, TableSize, ValueType)) { in SwitchLookupTable()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp79 static const unsigned TableSize; member in __anon11d5aebe0111::UnmangledFuncInfo
97 assert(Index < TableSize && in toFuncId()
345 const unsigned UnmangledFuncInfo::TableSize = member in __anon11d5aebe0111::UnmangledFuncInfo
1002 for (unsigned I = 0; I != TableSize; ++I) in buildNameMap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h305 unsigned TableSize);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h41 uint32_t TableSize; // Table size in elements member
/third_party/protobuf/src/google/protobuf/
Dmap.h398 n = TableSize(n);
956 size_type TableSize(size_type n) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h207 uint32_t TableSize; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp161 encodeULEB128(Section.TableSize, OS); in writeSectionContent()
DWasmYAML.cpp55 IO.mapRequired("TableSize", Section.TableSize); in sectionMapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2775 unsigned TableSize) { in SelectCodeCommon() argument
2898 assert(MatcherIndex < TableSize && "Invalid index"); in SelectCodeCommon()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp332 DylinkInfo.TableSize = readVaruint32(Ctx); in parseDylinkSection()