Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h974 uint64_t OldOpIdx = readULEB(); in executeMatchTable() local
980 << OldInsnID << "][" << OldOpIdx << "] = MIs[" in executeMatchTable()
983 Register Old = State.MIs[OldInsnID]->getOperand(OldOpIdx).getReg(); in executeMatchTable()
1467 uint64_t OldOpIdx = readULEB(); in executeMatchTable() local
1473 << OldInsnID << "][" << OldOpIdx << "] = MIs[" in executeMatchTable()
1476 Register Old = State.MIs[OldInsnID]->getOperand(OldOpIdx).getReg(); in executeMatchTable()
1487 uint64_t OldOpIdx = readULEB(); in executeMatchTable() local
1492 << OldInsnID << "][" << OldOpIdx << "] = TempRegs[" in executeMatchTable()
1495 Register Old = State.MIs[OldInsnID]->getOperand(OldOpIdx).getReg(); in executeMatchTable()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2378 unsigned OldInsnID, OldOpIdx; variable
2383 ReplaceRegAction(unsigned OldInsnID, unsigned OldOpIdx, unsigned NewInsnId, in ReplaceRegAction() argument
2385 : MatchAction(AK_ReplaceReg), OldInsnID(OldInsnID), OldOpIdx(OldOpIdx), in ReplaceRegAction()
2388 ReplaceRegAction(unsigned OldInsnID, unsigned OldOpIdx, unsigned TempRegID) in ReplaceRegAction() argument
2389 : MatchAction(AK_ReplaceReg), OldInsnID(OldInsnID), OldOpIdx(OldOpIdx), in ReplaceRegAction()
H A DGlobalISelMatchTable.cpp2338 << MatchTable::Comment("OldOpIdx") << MatchTable::ULEB128Value(OldOpIdx) in emitAdditionalPredicates()
2352 << MatchTable::ULEB128Value(OldOpIdx) in emitActionOpcodes()
2360 << MatchTable::ULEB128Value(OldOpIdx) in emitActionOpcodes()