Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h946 uint64_t OtherInsnID = readULEB(); in executeMatchTable() local
951 << OtherInsnID << "][" << OtherOpIdx << "])\n"); in executeMatchTable()
953 assert(State.MIs[OtherInsnID] != nullptr && "Used insn before defined"); in executeMatchTable()
956 MachineOperand &OtherOp = State.MIs[OtherInsnID]->getOperand(OtherOpIdx); in executeMatchTable()