Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h54 struct PtrAddChain { struct
242 bool matchPtrAddImmedChain(MachineInstr &MI, PtrAddChain &MatchInfo);
243 void applyPtrAddImmedChain(MachineInstr &MI, PtrAddChain &MatchInfo);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td161 def ptr_add_immed_matchdata : GIDefMatchData<"PtrAddChain">;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1697 PtrAddChain &MatchInfo) { in matchPtrAddImmedChain()
1737 PtrAddChain &MatchInfo) { in applyPtrAddImmedChain()