Searched refs:SigIndex (Results 1 – 12 of 12) sorted by relevance
39 ; CHECK-NEXT: SigIndex: 143 ; CHECK-NEXT: SigIndex: 247 ; CHECK-NEXT: SigIndex: 151 ; CHECK-NEXT: SigIndex: 155 ; CHECK-NEXT: SigIndex: 1
37 ; CHECK-NEXT: SigIndex: 0
50 ; CHECK-NEXT: SigIndex: 0
18 SigIndex: 0
172 Im.SigIndex = Import.SigIndex; in dump()
87 uint32_t SigIndex; member
1129 Node CallIndirect(uint32_t SigIndex, Node *Args) { in CallIndirect() argument1130 LOG(out << "CallIndirect(" << SigIndex << ")\n"); in CallIndirect()1144 const bool HasReturn = Module->signatures[SigIndex]->return_count() != 0; in CallIndirect()1146 HasReturn ? toIceType(Module->signatures[SigIndex]->GetReturn()) in CallIndirect()1158 if (SigIndex == Target.sig_index) { in CallIndirect()
82 uint32_t SigIndex; member
287 encodeULEB128(Import.SigIndex, OS); in writeSectionContent()
741 encodeULEB128(Import.SigIndex, W.OS); in writeImportSection()1138 Import.SigIndex = getFunctionType(WS); in writeObject()
464 FunctionType = &Signatures[Import.SigIndex]; in parseLinkingSectionSymtab()726 Im.SigIndex = readVaruint32(Ctx); in parseImportSection()
306 IO.mapRequired("SigIndex", Import.SigIndex); in mapping()