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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h128 /// physical regisiter that is operand number Op in CopyInst.
130 const MachineInstr *CopyInst,
H A DMipsRegisterBankInfo.cpp336 const MachineInstr *MI, const MachineInstr *CopyInst, unsigned Op) {
337 assert((Register::isPhysicalRegister(CopyInst->getOperand(Op).getReg())) &&
340 const MachineFunction &MF = *CopyInst->getMF();
344 *CopyInst->getMF()->getSubtarget().getRegBankInfo();
346 RBI.getRegBank(CopyInst->getOperand(Op).getReg(), MRI, TRI);
335 setTypesAccordingToPhysicalRegister( const MachineInstr *MI, const MachineInstr *CopyInst, unsigned Op) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1392 MachineInstr &CopyInst = *BuildMI(*I.getParent(), I, I.getDebugLoc(), local
1396 if (!select(CopyInst))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp3122 MachineInstr &CopyInst = local
3126 constrainSelectedInstRegOperands(CopyInst, TII, TRI, RBI);

Completed in 175 milliseconds