Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h62 struct PtrAddChain { struct
298 bool matchPtrAddImmedChain(MachineInstr &MI, PtrAddChain &MatchInfo);
299 void applyPtrAddImmedChain(MachineInstr &MI, PtrAddChain &MatchInfo);
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td201 def ptr_add_immed_matchdata : GIDefMatchData<"PtrAddChain">;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1351 PtrAddChain &MatchInfo) { in matchPtrAddImmedChain()
1413 PtrAddChain &MatchInfo) { in applyPtrAddImmedChain()