Lines Matching refs:getVTList
866 AddNodeIDValueTypes(ID, N->getVTList()); in AddNodeIDNode()
1176 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops); in FindModifiedNodeSlot()
1196 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops); in FindModifiedNodeSlot()
1214 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops); in FindModifiedNodeSlot()
1233 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)), in SelectionDAG()
1547 AddNodeIDNode(ID, Opc, getVTList(EltVT), None); in getConstant()
1605 AddNodeIDNode(ID, Opc, getVTList(EltVT), None); in getConstantFP()
1664 AddNodeIDNode(ID, Opc, getVTList(VT), None); in getGlobalAddress()
1682 AddNodeIDNode(ID, Opc, getVTList(VT), None); in getFrameIndex()
1700 AddNodeIDNode(ID, Opc, getVTList(VT), None); in getJumpTable()
1724 AddNodeIDNode(ID, Opc, getVTList(VT), None); in getConstantPool()
1751 AddNodeIDNode(ID, Opc, getVTList(VT), None); in getConstantPool()
1770 AddNodeIDNode(ID, ISD::TargetIndex, getVTList(VT), None); in getTargetIndex()
1786 AddNodeIDNode(ID, ISD::BasicBlock, getVTList(MVT::Other), None); in getBasicBlock()
2026 AddNodeIDNode(ID, ISD::VECTOR_SHUFFLE, getVTList(VT), Ops); in getVectorShuffle()
2063 AddNodeIDNode(ID, ISD::Register, getVTList(VT), None); in getRegister()
2078 AddNodeIDNode(ID, ISD::RegisterMask, getVTList(MVT::Untyped), None); in getRegisterMask()
2099 AddNodeIDNode(ID, Opcode, getVTList(MVT::Other), Ops); in getLabelNode()
2120 AddNodeIDNode(ID, Opc, getVTList(VT), None); in getBlockAddress()
2136 AddNodeIDNode(ID, ISD::SRCVALUE, getVTList(MVT::Other), None); in getSrcValue()
2151 AddNodeIDNode(ID, ISD::MDNODE_SDNODE, getVTList(MVT::Other), None); in getMDNode()
2175 AddNodeIDNode(ID, ISD::ADDRSPACECAST, getVTList(VT), Ops); in getAddrSpaceCast()
4941 AddNodeIDNode(ID, Opcode, getVTList(VT), None); in getNode()
4947 getVTList(VT)); in getNode()
5405 SDVTList VTs = getVTList(VT); in getNode()
5851 AddNodeIDNode(ID, ISD::AssertAlign, getVTList(Val.getValueType()), {Val}); in getAssertAlign()
6354 SDVTList VTs = getVTList(VT); in getNode()
6523 SDVTList VTs = getVTList(VT); in getNode()
7571 SDVTList VTs = Opcode == ISD::ATOMIC_STORE ? getVTList(MVT::Other) : in getAtomic()
7572 getVTList(VT, MVT::Other); in getAtomic()
7582 SDVTList VTs = getVTList(VT, MVT::Other); in getAtomic()
7596 return getNode(ISD::MERGE_VALUES, dl, getVTList(VTs), Ops); in getMergeValues()
7661 const auto VTs = getVTList(MVT::Other); in getLifetimeNode()
7691 const auto VTs = getVTList(MVT::Other); in getPseudoProbeNode()
7799 getVTList(VT, Ptr.getValueType(), MVT::Other) : getVTList(VT, MVT::Other); in getLoad()
7900 SDVTList VTs = getVTList(MVT::Other); in getStore()
7967 SDVTList VTs = getVTList(MVT::Other); in getTruncStore()
7998 SDVTList VTs = getVTList(Base.getValueType(), MVT::Other); in getIndexedStore()
8054 SDVTList VTs = Indexed ? getVTList(VT, Ptr.getValueType(), MVT::Other) in getLoadVP()
8055 : getVTList(VT, MVT::Other); in getLoadVP()
8147 SDVTList VTs = Indexed ? getVTList(Ptr.getValueType(), MVT::Other) in getStoreVP()
8148 : getVTList(MVT::Other); in getStoreVP()
8218 SDVTList VTs = getVTList(MVT::Other); in getTruncStoreVP()
8250 SDVTList VTs = getVTList(Base.getValueType(), MVT::Other); in getIndexedStoreVP()
8306 SDVTList VTs = Indexed ? getVTList(VT, Ptr.getValueType(), MVT::Other) in getStridedLoadVP()
8307 : getVTList(VT, MVT::Other); in getStridedLoadVP()
8401 SDVTList VTs = Indexed ? getVTList(Ptr.getValueType(), MVT::Other) in getStridedStoreVP()
8402 : getVTList(MVT::Other); in getStridedStoreVP()
8470 SDVTList VTs = getVTList(MVT::Other); in getTruncStridedStoreVP()
8503 SDVTList VTs = getVTList(Base.getValueType(), MVT::Other); in getIndexedStridedStoreVP()
8624 SDVTList VTs = Indexed ? getVTList(VT, Base.getValueType(), MVT::Other) in getMaskedLoad()
8625 : getVTList(VT, MVT::Other); in getMaskedLoad()
8672 SDVTList VTs = Indexed ? getVTList(Base.getValueType(), MVT::Other) in getMaskedStore()
8673 : getVTList(MVT::Other); in getMaskedStore()
8905 return getNode(ISD::VAARG, dl, getVTList(VT, MVT::Other), Ops); in getVAArg()
9018 SDVTList VTs = getVTList(VT); in getNode()
9046 return getNode(Opcode, DL, getVTList(ResultTys), Ops); in getNode()
9214 SDVTList SelectionDAG::getVTList(EVT VT) { in getVTList() function in SelectionDAG
9218 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() function in SelectionDAG
9236 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() function in SelectionDAG
9256 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() function in SelectionDAG
9278 SDVTList SelectionDAG::getVTList(ArrayRef<EVT> VTs) { in getVTList() function in SelectionDAG
9446 SDVTList VTs = getVTList(VT); in SelectNodeTo()
9452 SDVTList VTs = getVTList(VT); in SelectNodeTo()
9460 SDVTList VTs = getVTList(VT); in SelectNodeTo()
9468 SDVTList VTs = getVTList(VT); in SelectNodeTo()
9475 SDVTList VTs = getVTList(VT); in SelectNodeTo()
9481 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
9487 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
9494 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
9501 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
9628 SDVTList VTs = getVTList(Node->getValueType(0)); in mutateStrictFPToFP()
9654 SDVTList VTs = getVTList(VT); in getMachineNode()
9660 SDVTList VTs = getVTList(VT); in getMachineNode()
9667 SDVTList VTs = getVTList(VT); in getMachineNode()
9675 SDVTList VTs = getVTList(VT); in getMachineNode()
9682 SDVTList VTs = getVTList(VT); in getMachineNode()
9689 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
9697 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
9705 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
9712 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
9721 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
9729 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
9736 SDVTList VTs = getVTList(ResultTys); in getMachineNode()
11188 SDVTList VTs = getVTList(ResEltVT, SVT); in UnrollVectorOverflowOp()