Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Other

337   return DAG.getNode(HexagonISD::RET_FLAG, dl, MVT::Other,
508 // nodes are independent of each other.
510 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &MemOpChains[0],
568 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
619 // TODO: Put this function along with the other isS* functions in
761 return DAG.getNode(HexagonISD::BR_JT, dl, MVT::Other, Chain, LoadTarget);
906 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &MemOps[0],
1008 return DAG.getNode(HexagonISD::BARRIER, dl, MVT::Other, Op.getOperand(0));
1342 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
1352 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
1357 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
1359 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
1370 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
1431 setOperationAction(ISD::EH_RETURN, MVT::Other, Custom);
1442 setOperationAction(ISD::VASTART , MVT::Other, Custom);
1445 setOperationAction(ISD::VAARG , MVT::Other, Expand);
1446 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
1447 setOperationAction(ISD::VAEND , MVT::Other, Expand);
1448 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand);
1449 setOperationAction(ISD::STACKRESTORE , MVT::Other, Expand);
1453 setOperationAction(ISD::INLINEASM , MVT::Other, Custom);
1544 return DAG.getNode(HexagonISD::EH_RETURN, dl, MVT::Other, Chain);