Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h297 void applyPtrAddImmedChain(MachineInstr &MI, PtrAddChain &MatchInfo);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td297 (apply [{ Helper.applyPtrAddImmedChain(*${d}, ${matchinfo}); }])>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1763 void CombinerHelper::applyPtrAddImmedChain(MachineInstr &MI, in applyPtrAddImmedChain() function in CombinerHelper