Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp362 setTypesAccordingToPhysicalRegister(const MachineInstr * MI,const MachineInstr * CopyInst,unsigned Op) setTypesAccordingToPhysicalRegister() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp286 auto CopyInst = TII.isCopyInstr(MI); in isCopyOfBundle() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1443 MachineInstr &CopyInst = *BuildMI(*I.getParent(), I, I.getDebugLoc(), selectMergeValues() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp899 const MCInstrDesc &CopyInst = TII.get(LP64 ? PPC::OR8 : PPC::OR); in lowerPrepareProbedAlloca() local
H A DPPCFrameLowering.cpp1266 const MCInstrDesc &CopyInst = TII.get(isPPC64 ? PPC::OR8 : PPC::OR); inlineStackProbe() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4259 MachineInstr &CopyInst = selectUnmergeValues() local