Lines Matching refs:getVTList
641 AddNodeIDValueTypes(ID, N->getVTList()); in AddNodeIDNode()
939 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops); in FindModifiedNodeSlot()
959 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops); in FindModifiedNodeSlot()
977 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops); in FindModifiedNodeSlot()
996 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)), in SelectionDAG()
1249 AddNodeIDNode(ID, Opc, getVTList(EltVT), None); in getConstant()
1293 AddNodeIDNode(ID, Opc, getVTList(EltVT), None); in getConstantFP()
1350 AddNodeIDNode(ID, Opc, getVTList(VT), None); in getGlobalAddress()
1368 AddNodeIDNode(ID, Opc, getVTList(VT), None); in getFrameIndex()
1386 AddNodeIDNode(ID, Opc, getVTList(VT), None); in getJumpTable()
1411 AddNodeIDNode(ID, Opc, getVTList(VT), None); in getConstantPool()
1437 AddNodeIDNode(ID, Opc, getVTList(VT), None); in getConstantPool()
1456 AddNodeIDNode(ID, ISD::TargetIndex, getVTList(VT), None); in getTargetIndex()
1472 AddNodeIDNode(ID, ISD::BasicBlock, getVTList(MVT::Other), None); in getBasicBlock()
1694 AddNodeIDNode(ID, ISD::VECTOR_SHUFFLE, getVTList(VT), Ops); in getVectorShuffle()
1731 AddNodeIDNode(ID, ISD::Register, getVTList(VT), None); in getRegister()
1746 AddNodeIDNode(ID, ISD::RegisterMask, getVTList(MVT::Untyped), None); in getRegisterMask()
1767 AddNodeIDNode(ID, Opcode, getVTList(MVT::Other), Ops); in getLabelNode()
1788 AddNodeIDNode(ID, Opc, getVTList(VT), None); in getBlockAddress()
1807 AddNodeIDNode(ID, ISD::SRCVALUE, getVTList(MVT::Other), None); in getSrcValue()
1822 AddNodeIDNode(ID, ISD::MDNODE_SDNODE, getVTList(MVT::Other), None); in getMDNode()
1846 AddNodeIDNode(ID, ISD::ADDRSPACECAST, getVTList(VT), Ops); in getAddrSpaceCast()
4070 AddNodeIDNode(ID, Opcode, getVTList(VT), None); in getNode()
4076 getVTList(VT)); in getNode()
4447 SDVTList VTs = getVTList(VT); in getNode()
5222 SDVTList VTs = getVTList(VT); in getNode()
5352 SDVTList VTs = getVTList(VT); in getNode()
6474 SDVTList VTs = Opcode == ISD::ATOMIC_STORE ? getVTList(MVT::Other) : in getAtomic()
6475 getVTList(VT, MVT::Other); in getAtomic()
6485 SDVTList VTs = getVTList(VT, MVT::Other); in getAtomic()
6499 return getNode(ISD::MERGE_VALUES, dl, getVTList(VTs), Ops); in getMergeValues()
6649 getVTList(VT, Ptr.getValueType(), MVT::Other) : getVTList(VT, MVT::Other); in getLoad()
6750 SDVTList VTs = getVTList(MVT::Other); in getStore()
6817 SDVTList VTs = getVTList(MVT::Other); in getTruncStore()
6847 SDVTList VTs = getVTList(Base.getValueType(), MVT::Other); in getIndexedStore()
6874 SDVTList VTs = getVTList(VT, MVT::Other); in getMaskedLoad()
6905 SDVTList VTs = getVTList(MVT::Other); in getMaskedStore()
7063 return getNode(ISD::VAARG, dl, getVTList(VT, MVT::Other), Ops); in getVAArg()
7123 SDVTList VTs = getVTList(VT); in getNode()
7150 return getNode(Opcode, DL, getVTList(ResultTys), Ops); in getNode()
7239 SDVTList SelectionDAG::getVTList(EVT VT) { in getVTList() function in SelectionDAG
7243 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() function in SelectionDAG
7261 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() function in SelectionDAG
7281 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() function in SelectionDAG
7303 SDVTList SelectionDAG::getVTList(ArrayRef<EVT> VTs) { in getVTList() function in SelectionDAG
7471 SDVTList VTs = getVTList(VT); in SelectNodeTo()
7477 SDVTList VTs = getVTList(VT); in SelectNodeTo()
7485 SDVTList VTs = getVTList(VT); in SelectNodeTo()
7493 SDVTList VTs = getVTList(VT); in SelectNodeTo()
7500 SDVTList VTs = getVTList(VT); in SelectNodeTo()
7506 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
7512 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
7519 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
7526 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
7671 SDVTList VTs = getVTList(Node->getOperand(1).getValueType()); in mutateStrictFPToFP()
7706 SDVTList VTs = getVTList(VT); in getMachineNode()
7712 SDVTList VTs = getVTList(VT); in getMachineNode()
7719 SDVTList VTs = getVTList(VT); in getMachineNode()
7727 SDVTList VTs = getVTList(VT); in getMachineNode()
7734 SDVTList VTs = getVTList(VT); in getMachineNode()
7741 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
7749 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
7757 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
7764 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
7773 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
7781 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
7788 SDVTList VTs = getVTList(ResultTys); in getMachineNode()