Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h311 bool matchCombineConstPtrAddToI2P(MachineInstr &MI, int64_t &NewCst);
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/
DCombine.td364 [{ return Helper.matchCombineConstPtrAddToI2P(*${root}, ${info}); }]),
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp2196 bool CombinerHelper::matchCombineConstPtrAddToI2P(MachineInstr &MI, in matchCombineConstPtrAddToI2P() function in CombinerHelper