Searched defs:CopyInst (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Target/Mips/ | ||
H A D | MipsRegisterBankInfo.cpp | 343 setTypesAccordingToPhysicalRegister(const MachineInstr * MI,const MachineInstr * CopyInst,unsigned Op) setTypesAccordingToPhysicalRegister() argument |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | InlineSpiller.cpp | 284 auto CopyInst = TII.isCopyInstr(MI); isCopyOfBundle() local |
/llvm-project/llvm/lib/Target/X86/GISel/ | ||
H A D | X86InstructionSelector.cpp | 1460 MachineInstr &CopyInst = *BuildMI(*I.getParent(), I, I.getDebugLoc(), selectMergeValues() local |
/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCRegisterInfo.cpp | 899 const MCInstrDesc &CopyInst = TII.get(LP64 ? PPC::OR8 : PPC::OR); lowerPrepareProbedAlloca() local |
H A D | PPCFrameLowering.cpp | 1270 const MCInstrDesc &CopyInst = TII.get(isPPC64 ? PPC::OR8 : PPC::OR); inlineStackProbe() local |
/llvm-project/llvm/lib/Target/AArch64/GISel/ | ||
H A D | AArch64InstructionSelector.cpp | 4044 MachineInstr &CopyInst = selectUnmergeValues() local |