Home
last modified time | relevance | path

Searched refs:StoreIdx (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp484 for (int StoreIdx = C.Stores.size() - 1; StoreIdx >= 0; --StoreIdx) { in processMergeCandidate() local
485 auto *CheckStore = C.Stores[StoreIdx]; in processMergeCandidate()
486 if (DoesStoreAliasWithPotential(StoreIdx, *CheckStore)) in processMergeCandidate()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1003 unsigned StoreIdx;
1008 unsigned StoreIdx, StringRef Name) in RecordNamedOperandMatcher() argument
1010 StoreIdx(StoreIdx), Name(Name) {} in RecordNamedOperandMatcher()
1018 StoreIdx == cast<RecordNamedOperandMatcher>(&B)->StoreIdx && in isIdentical()
H A DGlobalISelMatchTable.cpp1208 << MatchTable::Comment("StoreIdx") << MatchTable::ULEB128Value(StoreIdx) in emitPredicateOpcodes()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h739 uint64_t StoreIdx = readULEB(); in executeMatchTable() local
744 << "), 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()