Searched refs:PhysRegInputs (Results 1 – 2 of 2) sorted by relevance
92 SmallVector<std::pair<Record*, unsigned>, 2> PhysRegInputs; member in __anon1ac2b5390111::MatcherGen260 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++)); in EmitLeafMatchCode()828 if (isRoot && !PhysRegInputs.empty()) { in EmitResultInstructionAsOperand()831 for (unsigned i = 0, e = PhysRegInputs.size(); i != e; ++i) in EmitResultInstructionAsOperand()832 AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second, in EmitResultInstructionAsOperand()833 PhysRegInputs[i].first)); in EmitResultInstructionAsOperand()
532 std::vector<std::string>* PhysRegInputs = new std::vector<std::string>(); in collectPatterns() local535 PhysRegInputs->push_back(""); in collectPatterns()553 PhysRegInputs->push_back(PhysReg); in collectPatterns()582 PhysRegInputs, in collectPatterns()