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 | 838 bool matchOr(MachineInstr &MI, BuildFnTy &MatchInfo);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
H A D | Combine.td | 1343 [{ return Helper.matchOr(*${root}, ${matchinfo}); }]),
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 4418 auto matchOr = [&X, &Y](SDValue Or, SDValue Other) { in foldSetCCWithFunnelShift() local 4438 if (matchOr(F0, F1)) { in foldSetCCWithFunnelShift() 4445 if (matchOr(F1, F0)) { in foldSetCCWithFunnelShift()
|
H A D | DAGCombiner.cpp | 8522 auto matchOr = [&X, &Y](SDValue Or, SDValue CommonOp) { in MatchRotate() local 8539 if (matchOr(LHSShiftArg, RHSShiftArg)) { in MatchRotate() 8544 } else if (matchOr(RHSShiftArg, LHSShiftArg)) { in MatchRotate()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 7227 bool CombinerHelper::matchOr(MachineInstr &MI, BuildFnTy &MatchInfo) { in matchOr() function in CombinerHelper
|