Searched refs:combineSelectAndUse (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1418 static SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, function
1441 // Attempt combineSelectAndUse on each operand of a commutative operator N.
1448 if (SDValue Result = combineSelectAndUse(N, N0, N1, DCI, AllOnes))
1451 if (SDValue Result = combineSelectAndUse(N, N1, N0, DCI, AllOnes))
1464 if (SDValue Result = combineSelectAndUse(N, N1, N0, DCI, /*AllOnes=*/false))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11054 SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, function
11078 // Attempt combineSelectAndUse on each operand of a commutative operator N.
11085 if (SDValue Result = combineSelectAndUse(N, N0, N1, DCI, AllOnes))
11088 if (SDValue Result = combineSelectAndUse(N, N1, N0, DCI, AllOnes))
11723 if (SDValue Result = combineSelectAndUse(N, N0, N1, DCI))
11917 if (SDValue Result = combineSelectAndUse(N, N1, N0, DCI))

Completed in 171 milliseconds