Home
last modified time | relevance | path

Searched refs:CopyInst (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp364 const MachineInstr *MI, const MachineInstr *CopyInst, unsigned Op) { in setTypesAccordingToPhysicalRegister() argument
365 assert((Register::isPhysicalRegister(CopyInst->getOperand(Op).getReg())) && in setTypesAccordingToPhysicalRegister()
368 const MachineFunction &MF = *CopyInst->getMF(); in setTypesAccordingToPhysicalRegister()
372 *CopyInst->getMF()->getSubtarget().getRegBankInfo(); in setTypesAccordingToPhysicalRegister()
374 RBI.getRegBank(CopyInst->getOperand(Op).getReg(), MRI, TRI); in setTypesAccordingToPhysicalRegister()
H A DMipsRegisterBankInfo.h177 const MachineInstr *CopyInst,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp720 const MCInstrDesc &CopyInst = TII.get(LP64 ? PPC::OR8 : PPC::OR); in lowerPrepareProbedAlloca() local
728 BuildMI(MBB, II, dl, CopyInst, ActualNegSizeReg) in lowerPrepareProbedAlloca()
738 BuildMI(MBB, II, dl, CopyInst, ActualNegSizeReg) in lowerPrepareProbedAlloca()
H A DPPCFrameLowering.cpp1265 const MCInstrDesc &CopyInst = TII.get(isPPC64 ? PPC::OR8 : PPC::OR); in inlineStackProbe() local
1440 BuildMI(*CurrentMBB, {MI}, DL, CopyInst, FPReg) in inlineStackProbe()
1445 BuildMI(*CurrentMBB, {MI}, DL, CopyInst, FPReg) in inlineStackProbe()
1462 BuildMI(*CurrentMBB, {MI}, DL, CopyInst, FPReg).addReg(SPReg).addReg(SPReg); in inlineStackProbe()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1347 MachineInstr &CopyInst = *BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectMergeValues() local
1351 if (!select(CopyInst)) in selectMergeValues()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3967 MachineInstr &CopyInst = in selectUnmergeValues() local
3971 constrainSelectedInstRegOperands(CopyInst, TII, TRI, RBI); in selectUnmergeValues()