Searched refs:PhysRegInputs (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | DAGISelMatcherGen.cpp | 88 SmallVector<std::pair<Record*, unsigned>, 2> PhysRegInputs; member in __anon0c6e02690111::MatcherGen 239 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++)); in EmitLeafMatchCode() 754 if (isRoot && !PhysRegInputs.empty()) { in EmitResultInstructionAsOperand() 757 for (unsigned i = 0, e = PhysRegInputs.size(); i != e; ++i) in EmitResultInstructionAsOperand() 758 AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second, in EmitResultInstructionAsOperand() 759 PhysRegInputs[i].first)); in EmitResultInstructionAsOperand()
|
D | FastISelEmitter.cpp | 505 std::vector<std::string>* PhysRegInputs = new std::vector<std::string>(); in collectPatterns() local 508 PhysRegInputs->push_back(""); in collectPatterns() 526 PhysRegInputs->push_back(PhysReg); in collectPatterns() 544 PhysRegInputs in collectPatterns()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelMatcherGen.cpp | 93 SmallVector<std::pair<Record*, unsigned>, 2> PhysRegInputs; member in __anon7e48a9950111::MatcherGen 257 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++)); in EmitLeafMatchCode() 785 if (isRoot && !PhysRegInputs.empty()) { in EmitResultInstructionAsOperand() 788 for (unsigned i = 0, e = PhysRegInputs.size(); i != e; ++i) in EmitResultInstructionAsOperand() 789 AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second, in EmitResultInstructionAsOperand() 790 PhysRegInputs[i].first)); in EmitResultInstructionAsOperand()
|
D | FastISelEmitter.cpp | 540 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()
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherGen.cpp | 87 SmallVector<std::pair<Record*, unsigned>, 2> PhysRegInputs; member in __anona4bb7a3d0111::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()
|
D | FastISelEmitter.cpp | 530 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()
|