Searched refs:CopyInst (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterBankInfo.cpp | 362 const MachineInstr *MI, const MachineInstr *CopyInst, unsigned Op) { in setTypesAccordingToPhysicalRegister() argument 363 assert((CopyInst->getOperand(Op).getReg().isPhysical()) && in setTypesAccordingToPhysicalRegister() 366 const MachineFunction &MF = *CopyInst->getMF(); in setTypesAccordingToPhysicalRegister() 370 *CopyInst->getMF()->getSubtarget().getRegBankInfo(); in setTypesAccordingToPhysicalRegister() 372 RBI.getRegBank(CopyInst->getOperand(Op).getReg(), MRI, TRI); in setTypesAccordingToPhysicalRegister()
|
| H A D | MipsRegisterBankInfo.h | 177 const MachineInstr *CopyInst,
|
| /openbsd-src/gnu/llvm/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() 1474 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 1385 MachineInstr &CopyInst = *BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectMergeValues() local 1389 if (!select(CopyInst)) in selectMergeValues()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 4330 MachineInstr &CopyInst = in selectUnmergeValues() local 4334 constrainSelectedInstRegOperands(CopyInst, TII, TRI, RBI); in selectUnmergeValues()
|