Home
last modified time | relevance | path

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

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