Home
last modified time | relevance | path

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

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