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

  /external/llvm/utils/TableGen/
FastISelEmitter.cpp 38 std::vector<std::string>* PhysRegs;
514 // Compute the PhysRegs used by the given pattern, and check that
635 for (unsigned i = 0; i < Memo.PhysRegs->size(); ++i) {
636 if ((*Memo.PhysRegs)[i] != "")
639 << (*Memo.PhysRegs)[i] << ").addReg(Op" << i << ");\n";
644 Operands.PrintManglingSuffix(OS, *Memo.PhysRegs,
650 Operands.PrintArguments(OS, *Memo.PhysRegs);
726 for (unsigned i = 0; i < Memo.PhysRegs->size(); ++i) {
727 if ((*Memo.PhysRegs)[i] != "")
730 << (*Memo.PhysRegs)[i] << ").addReg(Op" << i << ");\n"
    [all...]
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 131 SparseSet<unsigned> PhysRegs;
137 return PhysRegs.count(Reg);
143 return PhysRegs.insert(Reg).second;
149 return PhysRegs.erase(Reg);

Completed in 78 milliseconds