Searched refs:OutMIs (Results 1 – 2 of 2) sorted by relevance
58 NewMIVector OutMIs; in executeMatchTable() local80 for (auto MIB : OutMIs) { in executeMatchTable()997 if (NewInsnID >= OutMIs.size()) in executeMatchTable()998 OutMIs.resize(NewInsnID + 1); in executeMatchTable()1017 if (NewInsnID >= OutMIs.size()) in executeMatchTable()1060 OutMIs[NewInsnID].add(MO); in executeMatchTable()1194 OutMIs[InsnID].addImm(Imm); in executeMatchTable()1209 OutMIs[InsnID].addCImm( in executeMatchTable()1223 RenderOpFn(OutMIs[InsnID]); in executeMatchTable()1266 OutMIs[NewInsnID].addImm( in executeMatchTable()[all …]
673 NewMIVector &OutMIs) const { in runCustomAction() argument