Searched refs:StoreIdx (Results 1 – 4 of 4) sorted by relevance
479 for (int StoreIdx = C.Stores.size() - 1; StoreIdx >= 0; --StoreIdx) { in processMergeCandidate() local480 auto *CheckStore = C.Stores[StoreIdx]; in processMergeCandidate()481 if (DoesStoreAliasWithPotential(StoreIdx, *CheckStore)) in processMergeCandidate()
1017 unsigned StoreIdx;1022 unsigned StoreIdx, StringRef Name) in RecordNamedOperandMatcher() argument1024 StoreIdx(StoreIdx), Name(Name) {} in RecordNamedOperandMatcher()1032 StoreIdx == cast<RecordNamedOperandMatcher>(&B)->StoreIdx && in isIdentical()
1202 << MatchTable::Comment("StoreIdx") << MatchTable::ULEB128Value(StoreIdx) in emitPredicateOpcodes()
777 uint64_t StoreIdx = readULEB(); in executeMatchTable() local782 << "), StoreIdx=" << StoreIdx << ")\n"); in executeMatchTable()784 assert(StoreIdx < State.RecordedOperands.size() && "Index out of range"); in executeMatchTable()785 State.RecordedOperands[StoreIdx] = &State.MIs[InsnID]->getOperand(OpIdx); in executeMatchTable()