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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp38 std::vector<std::string> PhysRegs; member in struct:__anon4929::InstructionMemo
42 std::string SubRegNo, std::vector<std::string> PhysRegs,
45 PhysRegs(std::move(PhysRegs)),
545 // Compute the PhysRegs used by the given pattern, and check that
661 for (unsigned i = 0; i < Memo.PhysRegs.size(); ++i) {
662 if (Memo.PhysRegs[i] != "")
664 << "TII.get(TargetOpcode::COPY), " << Memo.PhysRegs[i]
670 Operands.PrintManglingSuffix(OS, Memo.PhysRegs, ImmediatePredicates,
676 Operands.PrintArguments(OS, Memo.PhysRegs);
41 InstructionMemo(StringRef Name, const CodeGenRegisterClass *RC, std::string SubRegNo, std::vector<std::string> PhysRegs, std::string PredicateCheck) argument
[all...]

Completed in 98 milliseconds