reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
616 SDValue Ext = !V.isUndef() ? DAG.getZExtOrTrunc(V, dl, MVT::i8) 636 SDValue Ext = (B < 8) ? DAG.getZExtOrTrunc(F, dl, MVT::i8) 647 return DAG.getNode(HexagonISD::QTRUE, dl, VecTy); 649 return DAG.getNode(HexagonISD::QFALSE, dl, VecTy); 652 SDValue ByteVec = buildHvxVectorReg(Bytes, dl, ByteTy, DAG); 653 return DAG.getNode(HexagonISD::V2Q, dl, VecTy, ByteVec);