Home
last modified time | relevance | path

Searched refs:matchOr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h885 bool matchOr(MachineInstr &MI, BuildFnTy &MatchInfo) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1426 [{ return Helper.matchOr(*${root}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4631 auto matchOr = [&X, &Y](SDValue Or, SDValue Other) { in foldSetCCWithFunnelShift() local
4651 if (matchOr(F0, F1)) { in foldSetCCWithFunnelShift()
4658 if (matchOr(F1, F0)) { in foldSetCCWithFunnelShift()
H A DDAGCombiner.cpp8980 auto matchOr = [&X, &Y](SDValue Or, SDValue CommonOp) { in MatchRotate() local
8997 if (matchOr(LHSShiftArg, RHSShiftArg)) { in MatchRotate()
9002 } else if (matchOr(RHSShiftArg, LHSShiftArg)) { in MatchRotate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp7564 bool CombinerHelper::matchOr(MachineInstr &MI, BuildFnTy &MatchInfo) const { in matchOr() function in CombinerHelper