Searched refs:StoreIdx (Results 1 – 4 of 4) sorted by relevance
470 for (int StoreIdx = C.Stores.size() - 1; StoreIdx >= 0; --StoreIdx) { in processMergeCandidate() local471 auto *CheckStore = C.Stores[StoreIdx]; in processMergeCandidate()472 if (DoesStoreAliasWithPotential(StoreIdx, *CheckStore)) in processMergeCandidate()
994 unsigned StoreIdx;999 unsigned StoreIdx, StringRef Name) in RecordNamedOperandMatcher() argument1001 StoreIdx(StoreIdx), Name(Name) {} in RecordNamedOperandMatcher()1009 StoreIdx == cast<RecordNamedOperandMatcher>(&B)->StoreIdx && in isIdentical()
1172 << MatchTable::Comment("StoreIdx") << MatchTable::ULEB128Value(StoreIdx) in emitPredicateOpcodes()
714 uint64_t StoreIdx = readULEB(); in executeMatchTable() local719 << "), StoreIdx=" << StoreIdx << ")\n"); in executeMatchTable()721 assert(StoreIdx < State.RecordedOperands.size() && "Index out of range"); in executeMatchTable()722 State.RecordedOperands[StoreIdx] = &State.MIs[InsnID]->getOperand(OpIdx); in executeMatchTable()