Lines Matching refs:AllOnes
3352 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), in LowerFCOPYSIGN() local
3354 AllOnes = DAG.getNode(ARMISD::VMOVIMM, dl, MVT::v8i8, AllOnes); in LowerFCOPYSIGN()
3356 DAG.getNode(ISD::BITCAST, dl, OpVT, AllOnes)); in LowerFCOPYSIGN()
7457 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes() argument
7461 return AllOnes ? C->isAllOnesValue() : C->isNullValue(); in isZeroOrAllOnes()
7476 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, in isConditionalZeroOrAllOnes() argument
7486 if (isZeroOrAllOnes(N1, AllOnes)) { in isConditionalZeroOrAllOnes()
7491 if (isZeroOrAllOnes(N2, AllOnes)) { in isConditionalZeroOrAllOnes()
7500 if (AllOnes) in isConditionalZeroOrAllOnes()
7508 Invert = !AllOnes; in isConditionalZeroOrAllOnes()
7509 if (AllOnes) in isConditionalZeroOrAllOnes()
7550 bool AllOnes = false) { in combineSelectAndUse() argument
7556 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()
7574 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative() argument
7579 SDValue Result = combineSelectAndUse(N, N0, N1, DCI, AllOnes); in combineSelectAndUseCommutative()
7584 SDValue Result = combineSelectAndUse(N, N1, N0, DCI, AllOnes); in combineSelectAndUseCommutative()