Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDCombinerHelper.h368 void applyCombineP2IToI2P(MachineInstr &MI, Register &Reg);
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
HDCombine.td671 (apply [{ Helper.applyCombineP2IToI2P(*${mi}, ${info}); }])
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelper.cpp2425 void CombinerHelper::applyCombineP2IToI2P(MachineInstr &MI, Register &Reg) { in applyCombineP2IToI2P() function in CombinerHelper