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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
FastISelEmitter.cpp 38 std::vector<std::string>* PhysRegs;
510 // Compute the PhysRegs used by the given pattern, and check that
631 for (unsigned i = 0; i < Memo.PhysRegs->size(); ++i) {
632 if ((*Memo.PhysRegs)[i] != "")
635 << (*Memo.PhysRegs)[i] << ").addReg(Op" << i << ");\n";
640 Operands.PrintManglingSuffix(OS, *Memo.PhysRegs,
646 Operands.PrintArguments(OS, *Memo.PhysRegs);
722 for (unsigned i = 0; i < Memo.PhysRegs->size(); ++i) {
723 if ((*Memo.PhysRegs)[i] != "")
726 << (*Memo.PhysRegs)[i] << ").addReg(Op" << i << ");\n"
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegMap.h 393 std::vector<unsigned> PhysRegs;
394 PhysRegs.push_back(PhysReg);
395 EmergencySpillMap.insert(std::make_pair(MI, PhysRegs));
  /external/llvm/utils/TableGen/
FastISelEmitter.cpp 39 std::vector<std::string>* PhysRegs;
535 // Compute the PhysRegs used by the given pattern, and check that
655 for (unsigned i = 0; i < Memo.PhysRegs->size(); ++i) {
656 if ((*Memo.PhysRegs)[i] != "")
659 << (*Memo.PhysRegs)[i] << ").addReg(Op" << i << ");\n";
664 Operands.PrintManglingSuffix(OS, *Memo.PhysRegs,
670 Operands.PrintArguments(OS, *Memo.PhysRegs);

Completed in 98 milliseconds