Searched refs:OldInsnID (Results 1 – 1 of 1) sorted by relevance
825 int64_t OldInsnID = MatchTable[CurrentIdx++]; in executeMatchTable() local831 OutMIs[NewInsnID] = MachineInstrBuilder(*State.MIs[OldInsnID]->getMF(), in executeMatchTable()832 State.MIs[OldInsnID]); in executeMatchTable()836 << NewInsnID << "], MIs[" << OldInsnID << "], " in executeMatchTable()857 int64_t OldInsnID = MatchTable[CurrentIdx++]; in executeMatchTable() local860 OutMIs[NewInsnID].add(State.MIs[OldInsnID]->getOperand(OpIdx)); in executeMatchTable()864 << "], MIs[" << OldInsnID << "], " << OpIdx << ")\n"); in executeMatchTable()870 int64_t OldInsnID = MatchTable[CurrentIdx++]; in executeMatchTable() local874 MachineOperand &MO = State.MIs[OldInsnID]->getOperand(OpIdx); in executeMatchTable()881 << NewInsnID << "], MIs[" << OldInsnID << "], " in executeMatchTable()[all …]