HomeSort by relevance Sort by last modified time
    Searched refs:PhysRegInputs (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 84 /// PhysRegInputs - List list has an entry for each explicitly specified
87 SmallVector<std::pair<Record*, unsigned>, 2> PhysRegInputs;
255 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++));
    [all...]
FastISelEmitter.cpp 530 std::vector<std::string>* PhysRegInputs = new std::vector<std::string>();
533 PhysRegInputs->push_back("");
551 PhysRegInputs->push_back(PhysReg);
580 PhysRegInputs,
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherGen.cpp 85 /// PhysRegInputs - List list has an entry for each explicitly specified
88 SmallVector<std::pair<Record*, unsigned>, 2> PhysRegInputs;
239 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++));
754 if (isRoot && !PhysRegInputs.empty()) {
757 for (unsigned i = 0, e = PhysRegInputs.size(); i != e; ++i)
758 AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second,
759 PhysRegInputs[i].first));
    [all...]
FastISelEmitter.cpp 505 std::vector<std::string>* PhysRegInputs = new std::vector<std::string>();
508 PhysRegInputs->push_back("");
526 PhysRegInputs->push_back(PhysReg);
544 PhysRegInputs

Completed in 763 milliseconds