Lines Matching defs:getVTList

996   AddNodeIDValueTypes(ID, N->getVTList());
1312 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops);
1332 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops);
1350 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops);
1368 getVTList(MVT::Other, MVT::Glue)),
1770 SDVTList VTs = getVTList(EltVT);
1850 SDVTList VTs = getVTList(EltVT);
1908 SDVTList VTs = getVTList(VT);
1927 SDVTList VTs = getVTList(VT);
1946 SDVTList VTs = getVTList(VT);
1978 SDVTList VTs = getVTList(VT);
2006 SDVTList VTs = getVTList(VT);
2026 AddNodeIDNode(ID, ISD::BasicBlock, getVTList(MVT::Other), {});
2055 N = newSDNode<ExternalSymbolSDNode>(false, Sym, 0, getVTList(VT));
2064 N = newSDNode<MCSymbolSDNode>(Sym, getVTList(VT));
2074 N = newSDNode<ExternalSymbolSDNode>(true, Sym, TargetFlags, getVTList(VT));
2290 SDVTList VTs = getVTList(VT);
2329 SDVTList VTs = getVTList(VT);
2346 AddNodeIDNode(ID, ISD::RegisterMask, getVTList(MVT::Untyped), {});
2367 AddNodeIDNode(ID, Opcode, getVTList(MVT::Other), Ops);
2386 SDVTList VTs = getVTList(VT);
2405 AddNodeIDNode(ID, ISD::SRCVALUE, getVTList(MVT::Other), {});
2420 AddNodeIDNode(ID, ISD::MDNODE_SDNODE, getVTList(MVT::Other), {});
2442 SDVTList VTs = getVTList(VT);
6182 SDVTList VTs = getVTList(VT);
6526 SDVTList VTs = getVTList(VT);
7188 SDVTList VTs = getVTList(Val.getValueType());
7691 SDVTList VTs = getVTList(VT);
7889 SDVTList VTs = getVTList(VT);
9017 SDVTList VTs = Opcode == ISD::ATOMIC_STORE ? getVTList(MVT::Other) :
9018 getVTList(VT, MVT::Other);
9028 SDVTList VTs = getVTList(VT, MVT::Other);
9042 return getNode(ISD::MERGE_VALUES, dl, getVTList(VTs), Ops);
9107 const auto VTs = getVTList(MVT::Other);
9137 const auto VTs = getVTList(MVT::Other);
9245 getVTList(VT, Ptr.getValueType(), MVT::Other) : getVTList(VT, MVT::Other);
9345 SDVTList VTs = getVTList(MVT::Other);
9412 SDVTList VTs = getVTList(MVT::Other);
9443 SDVTList VTs = getVTList(Base.getValueType(), MVT::Other);
9499 SDVTList VTs = Indexed ? getVTList(VT, Ptr.getValueType(), MVT::Other)
9500 : getVTList(VT, MVT::Other);
9592 SDVTList VTs = Indexed ? getVTList(Ptr.getValueType(), MVT::Other)
9593 : getVTList(MVT::Other);
9663 SDVTList VTs = getVTList(MVT::Other);
9695 SDVTList VTs = getVTList(Base.getValueType(), MVT::Other);
9728 SDVTList VTs = Indexed ? getVTList(VT, Ptr.getValueType(), MVT::Other)
9729 : getVTList(VT, MVT::Other);
9783 SDVTList VTs = Indexed ? getVTList(Ptr.getValueType(), MVT::Other)
9784 : getVTList(MVT::Other);
9832 SDVTList VTs = getVTList(MVT::Other);
9954 SDVTList VTs = Indexed ? getVTList(VT, Base.getValueType(), MVT::Other)
9955 : getVTList(VT, MVT::Other);
10002 SDVTList VTs = Indexed ? getVTList(Base.getValueType(), MVT::Other)
10003 : getVTList(MVT::Other);
10174 SDVTList VTs = getVTList(MVT::Other);
10201 SDVTList VTs = getVTList(MVT::Other);
10324 return getNode(ISD::VAARG, dl, getVTList(VT, MVT::Other), Ops);
10437 SDVTList VTs = getVTList(VT);
10467 return getNode(Opcode, DL, getVTList(ResultTys), Ops);
10708 SDVTList SelectionDAG::getVTList(EVT VT) {
10715 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) {
10733 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) {
10753 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) {
10775 SDVTList SelectionDAG::getVTList(ArrayRef<EVT> VTs) {
10943 SDVTList VTs = getVTList(VT);
10949 SDVTList VTs = getVTList(VT);
10957 SDVTList VTs = getVTList(VT);
10965 SDVTList VTs = getVTList(VT);
10972 SDVTList VTs = getVTList(VT);
10978 SDVTList VTs = getVTList(VT1, VT2);
10984 SDVTList VTs = getVTList(VT1, VT2);
10991 SDVTList VTs = getVTList(VT1, VT2, VT3);
10998 SDVTList VTs = getVTList(VT1, VT2);
11125 SDVTList VTs = getVTList(Node->getValueType(0));
11151 SDVTList VTs = getVTList(VT);
11157 SDVTList VTs = getVTList(VT);
11164 SDVTList VTs = getVTList(VT);
11172 SDVTList VTs = getVTList(VT);
11179 SDVTList VTs = getVTList(VT);
11186 SDVTList VTs = getVTList(VT1, VT2);
11194 SDVTList VTs = getVTList(VT1, VT2);
11202 SDVTList VTs = getVTList(VT1, VT2);
11209 SDVTList VTs = getVTList(VT1, VT2, VT3);
11218 SDVTList VTs = getVTList(VT1, VT2, VT3);
11226 SDVTList VTs = getVTList(VT1, VT2, VT3);
11233 SDVTList VTs = getVTList(ResultTys);
12859 SDVTList VTs = getVTList(ResEltVT, SVT);