Home
last modified time | relevance | path

Searched refs:TableIndex (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h152 uint32_t TableIndex; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp1494 uint32_t TableIndex = TableElems.size() + InitialTableOffset; in writeObject() local
1495 if (TableIndices.try_emplace(&WS, TableIndex).second) { in writeObject()
1497 << " to table: " << TableIndex << "\n"); in writeObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h65 uint32_t TableIndex; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5456 Value *TableIndex; in SwitchToLookupTable() local
5458 TableIndex = SI->getCondition(); in SwitchToLookupTable()
5460 TableIndex = Builder.CreateSub(SI->getCondition(), MinCaseVal, in SwitchToLookupTable()
5485 TableIndex, ConstantInt::get(MinCaseVal->getType(), TableSize)); in SwitchToLookupTable()
5520 Builder.CreateZExtOrTrunc(TableIndex, MapTy, "switch.maskindex"); in SwitchToLookupTable()
5547 Value *Result = Table.BuildLookup(TableIndex, Builder); in SwitchToLookupTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp452 encodeULEB128(Segment.TableIndex, OS); in writeSectionContent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp1184 Segment.TableIndex = readVaruint32(Ctx); in parseElemSection()
1185 if (Segment.TableIndex != 0) { in parseElemSection()
/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp347 temp_data->TableIndex = table_idx; in BeginTableEx()
1388 g.CurrentTable = temp_data ? g.Tables.GetByIndex(temp_data->TableIndex) : NULL; in EndTable()
Dimgui_internal.h2310 int TableIndex; // Index in g.Tables.Buf[] pool member