Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp41 std::vector<std::string> PhysRegs; member
45 std::string SubRegNo, std::vector<std::string> PhysRegs, in InstructionMemo()
48 PhysRegs(std::move(PhysRegs)), in InstructionMemo()
663 for (unsigned i = 0; i < Memo.PhysRegs.size(); ++i) { in emitInstructionCode()
664 if (Memo.PhysRegs[i] != "") in emitInstructionCode()
666 << "TII.get(TargetOpcode::COPY), " << Memo.PhysRegs[i] in emitInstructionCode()
672 Operands.PrintManglingSuffix(OS, Memo.PhysRegs, ImmediatePredicates, in emitInstructionCode()
678 Operands.PrintArguments(OS, Memo.PhysRegs); in emitInstructionCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1477 SmallVector<Register, 8> PhysRegs; in lowerCall() local