Searched refs:InArg (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ExpandPseudo.cpp | 433 const MachineOperand &InArg = MBBI->getOperand(6); in ExpandMI() local 440 TII->copyPhysReg(MBB, MBBI, DL, X86::RBX, InArg.getReg(), false); in ExpandMI() 537 const MachineOperand &InArg = MBBI->getOperand(1); in ExpandMI() local 540 TII->copyPhysReg(MBB, MBBI, DL, X86::EBX, InArg.getReg(), InArg.isKill()); in ExpandMI()
|