Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h61 struct PtrAddChain { struct
291 bool matchPtrAddImmedChain(MachineInstr &MI, PtrAddChain &MatchInfo);
292 void applyPtrAddImmedChain(MachineInstr &MI, PtrAddChain &MatchInfo);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td168 def ptr_add_immed_matchdata : GIDefMatchData<"PtrAddChain">;
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1332 PtrAddChain &MatchInfo) { in matchPtrAddImmedChain()
1394 PtrAddChain &MatchInfo) { in applyPtrAddImmedChain()