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.h838 bool matchOr(MachineInstr &MI, BuildFnTy &MatchInfo);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1343 [{ return Helper.matchOr(*${root}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4418 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 DDAGCombiner.cpp8522 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 DCombinerHelper.cpp7227 bool CombinerHelper::matchOr(MachineInstr &MI, BuildFnTy &MatchInfo) { in matchOr() function in CombinerHelper