Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDCombinerHelper.h365 void applyCombineI2PToP2I(MachineInstr &MI, Register &Reg);
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
HDCombine.td662 (apply [{ Helper.applyCombineI2PToP2I(*${root}, ${info}); }])
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelper.cpp2418 void CombinerHelper::applyCombineI2PToP2I(MachineInstr &MI, Register &Reg) { in applyCombineI2PToP2I() function in CombinerHelper