Searched refs:NextRecordedOperandNo (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/utils/TableGen/ |
D | DAGISelMatcherGen.cpp | 77 unsigned NextRecordedOperandNo; member in __anon5e3ec3c90111::MatcherGen 148 : Pattern(pattern), CGP(cgp), NextRecordedOperandNo(0), in MatcherGen() 255 NextRecordedOperandNo)); in EmitLeafMatchCode() 256 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++)); in EmitLeafMatchCode() 321 auto NodeAndOpNum = std::make_pair(N, NextRecordedOperandNo - 1); in EmitOperatorMatchCode() 382 NextRecordedOperandNo)); in EmitOperatorMatchCode() 384 MatchedChainNodes.push_back(NextRecordedOperandNo++); in EmitOperatorMatchCode() 446 NextRecordedOperandNo)); in EmitOperatorMatchCode() 482 AddMatcher(new RecordMatcher(WhatFor, NextRecordedOperandNo)); in recordUniqueNode() 483 Entry = ++NextRecordedOperandNo; in recordUniqueNode() [all …]
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherGen.cpp | 72 unsigned NextRecordedOperandNo; member in __anone89deb5b0111::MatcherGen 149 : Pattern(pattern), CGP(cgp), NextRecordedOperandNo(0), in MatcherGen() 254 NextRecordedOperandNo)); in EmitLeafMatchCode() 255 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++)); in EmitLeafMatchCode() 298 auto NodeAndOpNum = std::make_pair(N, NextRecordedOperandNo - 1); in EmitOperatorMatchCode() 359 NextRecordedOperandNo)); in EmitOperatorMatchCode() 361 MatchedChainNodes.push_back(NextRecordedOperandNo++); in EmitOperatorMatchCode() 423 NextRecordedOperandNo)); in EmitOperatorMatchCode() 445 AddMatcher(new RecordMatcher("$" + Name, NextRecordedOperandNo)); in recordUniqueNode() 446 VarMapEntry = ++NextRecordedOperandNo; in recordUniqueNode() [all …]
|