Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/TableGen/
DGlobalISelEmitterCustomPredicate.td59 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/0, /*Op*/1, /*StoreIdx*/2, // Name : pred:2:z
70 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/1, /*Op*/1, /*StoreIdx*/0, // Name : pred:2:x
74 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/1, /*Op*/2, /*StoreIdx*/1, // Name : pred:2:y
96 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/1, /*Op*/1, /*StoreIdx*/0, // Name : pred:2:x
100 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/1, /*Op*/2, /*StoreIdx*/1, // Name : pred:2:y
104 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/0, /*Op*/2, /*StoreIdx*/2, // Name : pred:2:z
143 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/1, /*Op*/1, /*StoreIdx*/0, // Name : pred:1:x
146 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/1, /*Op*/2, /*StoreIdx*/1, // Name : pred:1:y
149 // CHECK-NEXT: GIM_RecordNamedOperand, /*MI*/0, /*Op*/2, /*StoreIdx*/2, // Name : pred:1:z
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h624 uint64_t StoreIdx = MatchTable[CurrentIdx++]; in executeMatchTable() local
629 << "), StoreIdx=" << StoreIdx << ")\n"); in executeMatchTable()
631 assert(StoreIdx < State.RecordedOperands.size() && "Index out of range"); in executeMatchTable()
632 State.RecordedOperands[StoreIdx] = &State.MIs[InsnID]->getOperand(OpIdx); in executeMatchTable()
/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1318 unsigned StoreIdx; member in __anon0a286f430111::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()