Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h318 bool applyCombineConstPtrAddToI2P(MachineInstr &MI, int64_t &NewCst);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td386 (apply [{ return Helper.applyCombineConstPtrAddToI2P(*${root}, ${info}); }])
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2376 bool CombinerHelper::applyCombineConstPtrAddToI2P(MachineInstr &MI, in applyCombineConstPtrAddToI2P() function in CombinerHelper