Home
last modified time | relevance | path

Searched refs:tryCombineCopy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankLegalize.cpp140 void tryCombineCopy(MachineInstr &MI) { in tryCombineCopy() function in AMDGPURegBankLegalizeCombiner
366 Combiner.tryCombineCopy(MI); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h180 bool tryCombineCopy(MachineInstr &MI) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp223 bool CombinerHelper::tryCombineCopy(MachineInstr &MI) const { in tryCombineCopy() function in CombinerHelper