Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:Other

100   setOperationAction(ISD::BR_JT, MVT::Other, Expand);
103 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
200 setOperationAction(ISD::STACKSAVE, MVT::Other, Custom);
201 setOperationAction(ISD::STACKRESTORE, MVT::Other, Custom);
241 setOperationAction(ISD::VASTART, MVT::Other, Custom);
242 setOperationAction(ISD::VACOPY, MVT::Other, Custom);
243 setOperationAction(ISD::VAEND, MVT::Other, Expand);
683 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other,
767 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other,
804 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
853 return DAG.getNode(SystemZISD::RET_FLAG, DL, MVT::Other, Chain);
881 return DAG.getNode(SystemZISD::RET_FLAG, DL, MVT::Other,
1323 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other, MemOps, NumFields);
1437 // other are known zero. They are the low and high operands respectively.
1529 // ATOMIC_SWAPW uses RISBG to rotate the field left, but all other
1532 // bits must be set, while for other opcodes they should be left clear.
1542 SDVTList VTList = DAG.getVTList(WideVT, MVT::Other);
1596 SDVTList VTList = DAG.getVTList(WideVT, MVT::Other);