Lines Matching refs:Val1
3104 SDValue Val1 = Ins1.getOperand(1); in tryInsertVectorElt() local
3106 if (Val1.getOpcode() == ISD::FP_ROUND || Val2.getOpcode() == ISD::FP_ROUND) in tryInsertVectorElt()
3110 if ((Val1.getOpcode() == ISD::EXTRACT_VECTOR_ELT || in tryInsertVectorElt()
3111 Val1.getOpcode() == ARMISD::VGETLANEu) && in tryInsertVectorElt()
3114 isa<ConstantSDNode>(Val1.getOperand(1)) && in tryInsertVectorElt()
3116 (Val1.getOperand(0).getValueType() == MVT::v8f16 || in tryInsertVectorElt()
3117 Val1.getOperand(0).getValueType() == MVT::v8i16) && in tryInsertVectorElt()
3120 unsigned ExtractLane1 = Val1.getConstantOperandVal(1); in tryInsertVectorElt()
3125 if (Val1.getOperand(0) == Val2.getOperand(0) && ExtractLane2 % 2 == 0 && in tryInsertVectorElt()
3128 ARM::ssub_0 + ExtractLane2 / 2, dl, MVT::f32, Val1.getOperand(0)); in tryInsertVectorElt()
3140 ARM::ssub_0 + ExtractLane1 / 2, dl, MVT::f32, Val1.getOperand(0)); in tryInsertVectorElt()
3159 SDNode *VINS = CurDAG->getMachineNode(ARM::VINSH, dl, MVT::f32, Val2, Val1); in tryInsertVectorElt()
4817 SDValue Val1 = N->getOperand(3); in Select() local
4829 Ops.push_back(Val1); in Select()
4832 Ops.push_back(SDValue(createGPRPairNode(MVT::Untyped, Val0, Val1), 0)); in Select()