Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:Other

133   setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
174 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
175 setOperationAction(ISD::BRIND, MVT::Other, Expand);
182 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom);
205 setOperationAction(ISD::TRAP, MVT::Other, Legal);
546 SDVTList DeclareParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
569 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
592 SDVTList DeclareParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
614 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
631 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
710 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
732 SDVTList DeclareParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
748 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
772 SDVTList DeclareParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
805 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
837 SDVTList DeclareRetVTs = DAG.getVTList(MVT::Other, MVT::Glue);
846 SDVTList DeclareRetVTs = DAG.getVTList(MVT::Other, MVT::Glue);
865 SDVTList InlineAsmVTs = DAG.getVTList(MVT::Other, MVT::Glue);
878 SDVTList PrintCallVTs = DAG.getVTList(MVT::Other, MVT::Glue);
887 SDVTList CallVoidVTs = DAG.getVTList(MVT::Other, MVT::Glue);
893 SDVTList CallArgBeginVTs = DAG.getVTList(MVT::Other, MVT::Glue);
905 SDVTList CallArgVTs = DAG.getVTList(MVT::Other, MVT::Glue);
911 SDVTList CallArgEndVTs = DAG.getVTList(MVT::Other, MVT::Glue);
919 SDVTList PrototypeVTs = DAG.getVTList(MVT::Other, MVT::Glue);
949 LoadRetVTs.push_back(MVT::Other);
979 LoadRetVTs.push_back(MVT::Other);
1025 LoadRetVTs.push_back(MVT::Other);
1079 LoadRetVTs.push_back(MVT::Other);
1276 Opcode, DL, DAG.getVTList(MVT::Other), &Ops[0], Ops.size(),
1662 DAG.setRoot(DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &OutChains[0],
1705 DAG.getVTList(MVT::Other), &Ops[0], 3,
1721 DAG.getVTList(MVT::Other), &Ops[0], 4,
1791 // Chain = DAG.getNode(Opc, dl, MVT::Other, &Ops[0], Ops.size());
1793 DAG.getMemIntrinsicNode(Opc, dl, DAG.getVTList(MVT::Other), &Ops[0],
1831 DAG.getVTList(MVT::Other), &Ops[0],
1843 return DAG.getNode(NVPTXISD::RET_FLAG, dl, MVT::Other, Chain);
2068 LdResVTs = DAG.getVTList(EltVT, EltVT, MVT::Other);
2072 EVT ListVTs[] = { EltVT, EltVT, EltVT, EltVT, MVT::Other };
2168 LdResVTs = DAG.getVTList(EltVT, EltVT, MVT::Other);
2185 EVT ListVTs[] = { EltVT, EltVT, EltVT, EltVT, MVT::Other };
2235 SDVTList LdResVTs = DAG.getVTList(MVT::i16, MVT::Other);