Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1134 const auto &IndirectTable = Module->function_table; in CallIndirect() local
1140 auto *Switch = InstSwitch::create(Func, IndirectTable.size(), in CallIndirect()
1153 HasReturn ? InstPhi::create(Func, IndirectTable.size(), Dest) : nullptr; in CallIndirect()
1155 for (uint32_t Index = 0; Index < IndirectTable.size(); ++Index) { in CallIndirect()
1156 const auto &Target = Module->functions[IndirectTable[Index]]; in CallIndirect()