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/ |
D | SimplifyCFG.cpp | 4981 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/ |
D | AMDGPULibFunc.cpp | 79 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/ |
D | SelectionDAGISel.h | 305 unsigned TableSize);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 41 uint32_t TableSize; // Table size in elements member
|
/third_party/protobuf/src/google/protobuf/ |
D | map.h | 398 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/ |
D | WasmYAML.h | 207 uint32_t TableSize; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmEmitter.cpp | 161 encodeULEB128(Section.TableSize, OS); in writeSectionContent()
|
D | WasmYAML.cpp | 55 IO.mapRequired("TableSize", Section.TableSize); in sectionMapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 2775 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/ |
D | WasmObjectFile.cpp | 332 DylinkInfo.TableSize = readVaruint32(Ctx); in parseDylinkSection()
|