Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h65 struct PtrAddChain { struct
323 bool matchPtrAddImmedChain(MachineInstr &MI, PtrAddChain &MatchInfo) const;
324 void applyPtrAddImmedChain(MachineInstr &MI, PtrAddChain &MatchInfo) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td304 def ptr_add_immed_matchdata : GIDefMatchData<"PtrAddChain">;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1770 PtrAddChain &MatchInfo) const { in matchPtrAddImmedChain()
1832 PtrAddChain &MatchInfo) const { in applyPtrAddImmedChain()