Lines Matching refs:StVal
11751 SDValue &StVal = Ops[Ops.size()-2]; in CombineBaseUpdate() local
11752 StVal = DAG.getNode(ISD::BITCAST, dl, AlignedVecTy, StVal); in CombineBaseUpdate()
11949 SDValue StVal = St->getValue(); in PerformSTORECombine() local
11950 EVT VT = StVal.getValueType(); in PerformSTORECombine()
11976 SDValue WideVec = DAG.getNode(ISD::BITCAST, DL, WideVecVT, StVal); in PerformSTORECombine()
12033 if (StVal.getNode()->getOpcode() == ARMISD::VMOVDRR && in PerformSTORECombine()
12034 StVal.getNode()->hasOneUse()) { in PerformSTORECombine()
12040 St->getChain(), DL, StVal.getNode()->getOperand(isBigEndian ? 1 : 0), in PerformSTORECombine()
12047 StVal.getNode()->getOperand(isBigEndian ? 0 : 1), in PerformSTORECombine()
12053 if (StVal.getValueType() == MVT::i64 && in PerformSTORECombine()
12054 StVal.getNode()->getOpcode() == ISD::EXTRACT_VECTOR_ELT) { in PerformSTORECombine()
12059 SDLoc dl(StVal); in PerformSTORECombine()
12060 SDValue IntVec = StVal.getOperand(0); in PerformSTORECombine()
12065 Vec, StVal.getOperand(1)); in PerformSTORECombine()