Home | History | Annotate | Download | only in Sparc

Lines Matching refs:Other

230   return DAG.getNode(SPISD::RET_FLAG, DL, MVT::Other,
308 return DAG.getNode(SPISD::RET_FLAG, DL, MVT::Other,
481 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Copy, Chain);
521 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
637 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other,
781 // Increment the pointer to the other half.
849 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
874 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
1084 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other,
1121 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
1294 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
1295 setOperationAction(ISD::BRIND, MVT::Other, Expand);
1296 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
1316 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
1355 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
1358 setOperationAction(ISD::VASTART , MVT::Other, Custom);
1360 setOperationAction(ISD::VAARG , MVT::Other, Custom);
1363 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
1364 setOperationAction(ISD::VAEND , MVT::Other, Expand);
1365 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand);
1366 setOperationAction(ISD::STACKRESTORE , MVT::Other, Expand);
1370 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
1593 return DAG.getNode(Opc, dl, MVT::Other, Chain, Dest,
1690 dl, MVT::Other, DAG.getEntryNode());