Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDCombinerHelper.h178 bool matchPtrAddImmedChain(MachineInstr &MI, PtrAddChain &MatchInfo);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
HDCombine.td136 [{ return Helper.matchPtrAddImmedChain(*${d}, ${matchinfo}); }]),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelper.cpp1342 bool CombinerHelper::matchPtrAddImmedChain(MachineInstr &MI, in matchPtrAddImmedChain() function in CombinerHelper