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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp38 std::vector<std::string> PhysRegs; member in struct:__anon3383::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...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.cpp866 SmallVector<unsigned, 8> PhysRegs; local
984 SmallVector<unsigned, 8> PhysRegs; local

Completed in 186 milliseconds