Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h396 bool matchCombineI2PToP2I(MachineInstr &MI, Register &Reg) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td705 [{ return Helper.matchCombineI2PToP2I(*${root}, ${info}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2510 bool CombinerHelper::matchCombineI2PToP2I(MachineInstr &MI, in matchCombineI2PToP2I() function in CombinerHelper