Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h483 std::array<const MachineOperand *, 3> RecordedOperands; member
H A DInstructionSelectorImpl.h377 State.RecordedOperands)) in executeMatchTable()
656 assert(StoreIdx < State.RecordedOperands.size() && "Index out of range"); in executeMatchTable()
657 State.RecordedOperands[StoreIdx] = &State.MIs[InsnID]->getOperand(OpIdx); in executeMatchTable()