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;
518 // Compute the PhysRegs used by the given pattern, and check that
639 for (unsigned i = 0; i < Memo.PhysRegs->size(); ++i) {
640 if ((*Memo.PhysRegs)[i] != "")
643 << (*Memo.PhysRegs)[i] << ").addReg(Op" << i << ");\n";
648 Operands.PrintManglingSuffix(OS, *Memo.PhysRegs,
654 Operands.PrintArguments(OS, *Memo.PhysRegs);
730 for (unsigned i = 0; i < Memo.PhysRegs->size(); ++i) {
731 if ((*Memo.PhysRegs)[i] != "")
734 << (*Memo.PhysRegs)[i] << ").addReg(Op" << i << ");\n"
    [all...]
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 135 SparseSet<unsigned> PhysRegs;
141 return PhysRegs.count(Reg);
147 return PhysRegs.insert(Reg).second;
153 return PhysRegs.erase(Reg);

Completed in 1620 milliseconds