Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h547 void applyXorOfAndWithSameReg(MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td876 (apply [{ Helper.applyXorOfAndWithSameReg(*${root}, ${matchinfo}); }])
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3534 void CombinerHelper::applyXorOfAndWithSameReg( in applyXorOfAndWithSameReg() function in CombinerHelper