Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h609 std::array<const MachineOperand *, 3> RecordedOperands; member
H A DGIMatchTableExecutorImpl.h746 assert(StoreIdx < State.RecordedOperands.size() && "Index out of range"); in executeMatchTable()
747 State.RecordedOperands[StoreIdx] = &State.MIs[InsnID]->getOperand(OpIdx); in executeMatchTable()