Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h825 int64_t OldInsnID = MatchTable[CurrentIdx++]; in executeMatchTable() local
831 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() local
860 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() local
874 MachineOperand &MO = State.MIs[OldInsnID]->getOperand(OpIdx); in executeMatchTable()
881 << NewInsnID << "], MIs[" << OldInsnID << "], " in executeMatchTable()
[all …]