Searched refs:PhysRegs (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DFastISelEmitter.cpp38 std::vector<std::string>* PhysRegs; member in struct:__anon10626::InstructionMemo
515 // Compute the PhysRegs used by the given pattern, and check that
636 for (unsigned i = 0; i < Memo.PhysRegs->size(); ++i) {
637 if ((*Memo.PhysRegs)[i] != "")
640 << (*Memo.PhysRegs)[i] << ").addReg(Op" << i << ");\n";
645 Operands.PrintManglingSuffix(OS, *Memo.PhysRegs,
651 Operands.PrintArguments(OS, *Memo.PhysRegs);
727 for (unsigned i = 0; i < Memo.PhysRegs->size(); ++i) {
728 if ((*Memo.PhysRegs)[i] != "")
731 << (*Memo.PhysRegs)[
[all...]

Completed in 118 milliseconds