HomeSort by: relevance | last modified time | path
    Searched refs:StoreIdx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h 629 uint64_t StoreIdx = MatchTable[CurrentIdx++];
634 << "), StoreIdx=" << StoreIdx << ")\n");
636 assert(StoreIdx < State.RecordedOperands.size() && "Index out of range");
637 State.RecordedOperands[StoreIdx] = &State.MIs[InsnID]->getOperand(OpIdx);
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp 1313 /// Generates code to record named operand in RecordedOperands list at StoreIdx.
1318 unsigned StoreIdx;
1323 unsigned StoreIdx, StringRef Name)
1325 StoreIdx(StoreIdx), Name(Name) {}
1333 StoreIdx == cast<RecordNamedOperandMatcher>(&B)->StoreIdx &&
1342 << MatchTable::Comment("StoreIdx") << MatchTable::IntValue(StoreIdx)

Completed in 62 milliseconds