Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp87 SmallVector<std::pair<Record*, unsigned>, 2> PhysRegInputs; member in __anona9c196b40111::MatcherGen
255 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++)); in EmitLeafMatchCode()
821 if (isRoot && !PhysRegInputs.empty()) { in EmitResultInstructionAsOperand()
824 for (unsigned i = 0, e = PhysRegInputs.size(); i != e; ++i) in EmitResultInstructionAsOperand()
825 AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second, in EmitResultInstructionAsOperand()
826 PhysRegInputs[i].first)); in EmitResultInstructionAsOperand()
DFastISelEmitter.cpp530 std::vector<std::string>* PhysRegInputs = new std::vector<std::string>(); in collectPatterns() local
533 PhysRegInputs->push_back(""); in collectPatterns()
551 PhysRegInputs->push_back(PhysReg); in collectPatterns()
580 PhysRegInputs, in collectPatterns()
/external/llvm-project/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp92 SmallVector<std::pair<Record*, unsigned>, 2> PhysRegInputs; member in __anon201457c20111::MatcherGen
256 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++)); in EmitLeafMatchCode()
889 if (isRoot && !PhysRegInputs.empty()) { in EmitResultInstructionAsOperand()
892 for (unsigned i = 0, e = PhysRegInputs.size(); i != e; ++i) { in EmitResultInstructionAsOperand()
894 CGP.getTargetInfo().getRegBank().getReg(PhysRegInputs[i].first); in EmitResultInstructionAsOperand()
895 AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second, in EmitResultInstructionAsOperand()
DFastISelEmitter.cpp540 std::vector<std::string> PhysRegInputs; in collectPatterns() local
543 PhysRegInputs.push_back(""); in collectPatterns()
561 PhysRegInputs.push_back(PhysReg); in collectPatterns()
589 PhysRegInputs, in collectPatterns()
DGlobalISelEmitter.cpp2217 SmallVector<std::pair<Record *, unsigned>, 2> PhysRegInputs; member in __anon0a286f430111::InstructionMatcher
2267 PhysRegInputs.emplace_back(Reg, OpIdx); in addPhysRegInput()
2272 return PhysRegInputs; in getPhysRegInputs()