Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h629 uint64_t StoreIdx = MatchTable[CurrentIdx++]; in executeMatchTable() local
634 << "), 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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1318 unsigned StoreIdx; member in __anon332dbd1e0111::RecordNamedOperandMatcher
1323 unsigned StoreIdx, StringRef Name) in RecordNamedOperandMatcher() argument
1325 StoreIdx(StoreIdx), Name(Name) {} in RecordNamedOperandMatcher()
1333 StoreIdx == cast<RecordNamedOperandMatcher>(&B)->StoreIdx && in isIdentical()
1342 << MatchTable::Comment("StoreIdx") << MatchTable::IntValue(StoreIdx) in emitPredicateOpcodes()