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;
252 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++));
783 if (isRoot && !PhysRegInputs.empty()) {
786 for (unsigned i = 0, e = PhysRegInputs.size(); i != e; ++i)
787 AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second,
788 PhysRegInputs[i].first));
    [all...]
FastISelEmitter.cpp 513 std::vector<std::string>* PhysRegInputs = new std::vector<std::string>();
516 PhysRegInputs->push_back("");
534 PhysRegInputs->push_back(PhysReg);
552 PhysRegInputs

Completed in 33 milliseconds