Searched refs:matchOr (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.h | 885 bool matchOr(MachineInstr &MI, BuildFnTy &MatchInfo) const;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| H A D | Combine.td | 1426 [{ return Helper.matchOr(*${root}, ${matchinfo}); }]),
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 4631 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 D | DAGCombiner.cpp | 8980 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 D | CombinerHelper.cpp | 7564 bool CombinerHelper::matchOr(MachineInstr &MI, BuildFnTy &MatchInfo) const { in matchOr() function in CombinerHelper
|