Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h53 struct PtrAddChain { struct
241 bool matchPtrAddImmedChain(MachineInstr &MI, PtrAddChain &MatchInfo);
242 bool applyPtrAddImmedChain(MachineInstr &MI, PtrAddChain &MatchInfo);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td160 def ptr_add_immed_matchdata : GIDefMatchData<"PtrAddChain">;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1657 PtrAddChain &MatchInfo) { in matchPtrAddImmedChain()
1690 PtrAddChain &MatchInfo) { in applyPtrAddImmedChain()