Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/TableGen/
H A DGlobalISelEmitterCustomPredicate.td80 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/0, /*Op*/1, /*StoreIdx*/2, // Name : pred:3:z
91 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/1, /*Op*/1, /*StoreIdx*/0, // Name : pred:3:x
95 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/1, /*Op*/2, /*StoreIdx*/1, // Name : pred:3:y
117 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/1, /*Op*/1, /*StoreIdx*/0, // Name : pred:3:x
121 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/1, /*Op*/2, /*StoreIdx*/1, // Name : pred:3:y
125 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/0, /*Op*/2, /*StoreIdx*/2, // Name : pred:3:z
164 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/1, /*Op*/1, /*StoreIdx*/0, // Name : pred:1:x
167 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/1, /*Op*/2, /*StoreIdx*/1, // Name : pred:1:y
170 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/0, /*Op*/2, /*StoreIdx*/2, // Name : pred:1:z
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp467 for (int StoreIdx = C.Stores.size() - 1; StoreIdx >= 0; --StoreIdx) { in processMergeCandidate() local
468 auto *CheckStore = C.Stores[StoreIdx]; in processMergeCandidate()
469 if (DoesStoreAliasWithPotential(StoreIdx, *CheckStore)) in processMergeCandidate()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h649 uint64_t StoreIdx = MatchTable[CurrentIdx++]; in executeMatchTable() local
654 << "), StoreIdx=" << StoreIdx << ")\n"); in executeMatchTable()
656 assert(StoreIdx < State.RecordedOperands.size() && "Index out of range"); in executeMatchTable()
657 State.RecordedOperands[StoreIdx] = &State.MIs[InsnID]->getOperand(OpIdx); in executeMatchTable()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1335 unsigned StoreIdx; member in __anoncee47b830111::RecordNamedOperandMatcher
1340 unsigned StoreIdx, StringRef Name) in RecordNamedOperandMatcher() argument
1342 StoreIdx(StoreIdx), Name(Name) {} in RecordNamedOperandMatcher()
1350 StoreIdx == cast<RecordNamedOperandMatcher>(&B)->StoreIdx && in isIdentical()
1359 << MatchTable::Comment("StoreIdx") << MatchTable::IntValue(StoreIdx) in emitPredicateOpcodes()