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.h64 struct PtrAddChain { struct
296 bool matchPtrAddImmedChain(MachineInstr &MI, PtrAddChain &MatchInfo);
297 void applyPtrAddImmedChain(MachineInstr &MI, PtrAddChain &MatchInfo);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td292 def ptr_add_immed_matchdata : GIDefMatchData<"PtrAddChain">;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1702 PtrAddChain &MatchInfo) { in matchPtrAddImmedChain()
1764 PtrAddChain &MatchInfo) { in applyPtrAddImmedChain()