Searched refs:CopyInst (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterBankInfo.cpp | 343 const MachineInstr *MI, const MachineInstr *CopyInst, unsigned Op) { in setTypesAccordingToPhysicalRegister() argument 344 assert((CopyInst->getOperand(Op).getReg().isPhysical()) && in setTypesAccordingToPhysicalRegister() 347 const MachineFunction &MF = *CopyInst->getMF(); in setTypesAccordingToPhysicalRegister() 351 *CopyInst->getMF()->getSubtarget().getRegBankInfo(); in setTypesAccordingToPhysicalRegister() 353 RBI.getRegBank(CopyInst->getOperand(Op).getReg(), MRI, TRI); in setTypesAccordingToPhysicalRegister()
|
| H A D | MipsRegisterBankInfo.h | 176 /// physical regisiter that is operand number Op in CopyInst. 178 const MachineInstr *CopyInst,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InlineSpiller.cpp | 286 auto CopyInst = TII.isCopyInstr(MI); in isCopyOfBundle() local 287 if (!CopyInst) in isCopyOfBundle() 290 const MachineOperand &DstOp = *CopyInst->Destination; in isCopyOfBundle() 291 const MachineOperand &SrcOp = *CopyInst->Source; in isCopyOfBundle()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.cpp | 1268 const MCInstrDesc &CopyInst = TII.get(isPPC64 ? PPC::OR8 : PPC::OR); in inlineStackProbe() local 1396 BuildMI(*ProbeExitMBB, ProbeExitMBB->end(), DL, CopyInst, TempReg) in inlineStackProbe() 1408 BuildMI(&MBB, DL, CopyInst, TempReg).addReg(SPReg).addReg(SPReg); in inlineStackProbe() 1473 BuildMI(*CurrentMBB, {MI}, DL, CopyInst, FPReg).addReg(SPReg).addReg(SPReg); in inlineStackProbe()
|
| H A D | PPCRegisterInfo.cpp | 899 const MCInstrDesc &CopyInst = TII.get(LP64 ? PPC::OR8 : PPC::OR); in lowerPrepareProbedAlloca() local 907 BuildMI(MBB, II, dl, CopyInst, ActualNegSizeReg) in lowerPrepareProbedAlloca() 917 BuildMI(MBB, II, dl, CopyInst, ActualNegSizeReg) in lowerPrepareProbedAlloca()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86InstructionSelector.cpp | 1477 MachineInstr &CopyInst = *BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectMergeValues() local 1481 if (!select(CopyInst)) in selectMergeValues()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 4107 MachineInstr &CopyInst = in selectUnmergeValues() local 4111 constrainSelectedInstRegOperands(CopyInst, TII, TRI, RBI); in selectUnmergeValues()
|