reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
8113 SDValue NewV1 = PromoteMVEPredVector(dl, V1, Op1VT, DAG); 8114 SDValue NewV2 = PromoteMVEPredVector(dl, V2, Op2VT, DAG); 8127 SDValue ConVec = DAG.getNode(ISD::UNDEF, dl, ConcatVT); 8128 auto ExractInto = [&DAG, &dl](SDValue NewV, SDValue ConVec, unsigned &j) { 8132 SDValue Elt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32, NewV, 8133 DAG.getIntPtrConstant(i, dl)); 8134 ConVec = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, ConcatVT, ConVec, Elt, 8135 DAG.getConstant(j, dl, MVT::i32)); 8145 return DAG.getNode(ARMISD::VCMPZ, dl, VT, ConVec, 8146 DAG.getConstant(ARMCC::NE, dl, MVT::i32));