Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h545 bool matchXorOfAndWithSameReg(MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td875 [{ return Helper.matchXorOfAndWithSameReg(*${root}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3503 bool CombinerHelper::matchXorOfAndWithSameReg( in matchXorOfAndWithSameReg() function in CombinerHelper