• Home
  • Raw
  • Download

Lines Matching refs:AllOnes

5783     SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createVMOVModImm(0xe, 0xff),  in LowerFCOPYSIGN()  local
5785 AllOnes = DAG.getNode(ARMISD::VMOVIMM, dl, MVT::v8i8, AllOnes); in LowerFCOPYSIGN()
5787 DAG.getNode(ISD::BITCAST, dl, OpVT, AllOnes)); in LowerFCOPYSIGN()
8090 SDValue AllOnes = in PromoteMVEPredVector() local
8092 AllOnes = DAG.getNode(ARMISD::VMOVIMM, dl, MVT::v16i8, AllOnes); in PromoteMVEPredVector()
8113 DAG.getNode(ISD::VSELECT, dl, MVT::v16i8, RecastV1, AllOnes, AllZeroes); in PromoteMVEPredVector()
11410 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes() argument
11411 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()
11426 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, in isConditionalZeroOrAllOnes() argument
11436 if (isZeroOrAllOnes(N1, AllOnes)) { in isConditionalZeroOrAllOnes()
11441 if (isZeroOrAllOnes(N2, AllOnes)) { in isConditionalZeroOrAllOnes()
11450 if (AllOnes) in isConditionalZeroOrAllOnes()
11459 Invert = !AllOnes; in isConditionalZeroOrAllOnes()
11460 if (AllOnes) in isConditionalZeroOrAllOnes()
11502 bool AllOnes = false) { in combineSelectAndUse() argument
11508 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()
11526 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative() argument
11531 if (SDValue Result = combineSelectAndUse(N, N0, N1, DCI, AllOnes)) in combineSelectAndUseCommutative()
11534 if (SDValue Result = combineSelectAndUse(N, N1, N0, DCI, AllOnes)) in combineSelectAndUseCommutative()