Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h379 void applyCombineConstPtrAddToI2P(MachineInstr &MI, APInt &NewCst);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td688 (apply [{ Helper.applyCombineConstPtrAddToI2P(*${root}, ${info}); }])
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2496 void CombinerHelper::applyCombineConstPtrAddToI2P(MachineInstr &MI, in applyCombineConstPtrAddToI2P() function in CombinerHelper