Searched refs:StoreIdx (Results 1 – 4 of 4) sorted by relevance
484 for (int StoreIdx = C.Stores.size() - 1; StoreIdx >= 0; --StoreIdx) { in processMergeCandidate() local485 auto *CheckStore = C.Stores[StoreIdx]; in processMergeCandidate()486 if (DoesStoreAliasWithPotential(StoreIdx, *CheckStore)) in processMergeCandidate()
1003 unsigned StoreIdx;1008 unsigned StoreIdx, StringRef Name) in RecordNamedOperandMatcher() argument1010 StoreIdx(StoreIdx), Name(Name) {} in RecordNamedOperandMatcher()1018 StoreIdx == cast<RecordNamedOperandMatcher>(&B)->StoreIdx && in isIdentical()
1208 << MatchTable::Comment("StoreIdx") << MatchTable::ULEB128Value(StoreIdx) in emitPredicateOpcodes()
739 uint64_t StoreIdx = readULEB(); in executeMatchTable() local744 << "), StoreIdx=" << StoreIdx << ")\n"); in executeMatchTable()746 assert(StoreIdx < State.RecordedOperands.size() && "Index out of range"); in executeMatchTable()747 State.RecordedOperands[StoreIdx] = &State.MIs[InsnID]->getOperand(OpIdx); in executeMatchTable()