Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h397 void applyCombineI2PToP2I(MachineInstr &MI, Register &Reg) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td706 (apply [{ Helper.applyCombineI2PToP2I(*${root}, ${info}); }])
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2520 void CombinerHelper::applyCombineI2PToP2I(MachineInstr &MI, in applyCombineI2PToP2I() function in CombinerHelper