Home
last modified time | relevance | path

Searched refs:PhysRegInputs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp92 SmallVector<std::pair<Record*, unsigned>, 2> PhysRegInputs; member in __anon1ac2b5390111::MatcherGen
260 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()
DFastISelEmitter.cpp532 std::vector<std::string>* PhysRegInputs = new std::vector<std::string>(); in collectPatterns() local
535 PhysRegInputs->push_back(""); in collectPatterns()
553 PhysRegInputs->push_back(PhysReg); in collectPatterns()
582 PhysRegInputs, in collectPatterns()