Searched refs:StoreIdx (Results 1 – 2 of 2) sorted by relevance
629 uint64_t StoreIdx = MatchTable[CurrentIdx++]; in executeMatchTable() local634 << "), StoreIdx=" << StoreIdx << ")\n"); in executeMatchTable()636 assert(StoreIdx < State.RecordedOperands.size() && "Index out of range"); in executeMatchTable()637 State.RecordedOperands[StoreIdx] = &State.MIs[InsnID]->getOperand(OpIdx); in executeMatchTable()
1318 unsigned StoreIdx; member in __anon332dbd1e0111::RecordNamedOperandMatcher1323 unsigned StoreIdx, StringRef Name) in RecordNamedOperandMatcher() argument1325 StoreIdx(StoreIdx), Name(Name) {} in RecordNamedOperandMatcher()1333 StoreIdx == cast<RecordNamedOperandMatcher>(&B)->StoreIdx && in isIdentical()1342 << MatchTable::Comment("StoreIdx") << MatchTable::IntValue(StoreIdx) in emitPredicateOpcodes()