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

  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 86 /// PhysRegInputs - List list has an entry for each explicitly specified
89 SmallVector<std::pair<Record*, unsigned>, 2> PhysRegInputs;
235 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++));
756 if (isRoot && !PhysRegInputs.empty()) {
759 for (unsigned i = 0, e = PhysRegInputs.size(); i != e; ++i)
760 AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second,
761 PhysRegInputs[i].first));
    [all...]
FastISelEmitter.cpp 509 std::vector<std::string>* PhysRegInputs = new std::vector<std::string>();
512 PhysRegInputs->push_back("");
530 PhysRegInputs->push_back(PhysReg);
548 PhysRegInputs

Completed in 410 milliseconds