• Home
  • Raw
  • Download

Lines Matching refs:getVTList

497   AddNodeIDValueTypes(ID, N->getVTList());  in AddNodeIDNode()
740 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops, 1); in FindModifiedNodeSlot()
758 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops, 2); in FindModifiedNodeSlot()
776 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops, NumOps); in FindModifiedNodeSlot()
873 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)), in SelectionDAG()
991 AddNodeIDNode(ID, Opc, getVTList(EltVT), 0, 0); in getConstant()
1033 AddNodeIDNode(ID, Opc, getVTList(EltVT), 0, 0); in getConstantFP()
1100 AddNodeIDNode(ID, Opc, getVTList(VT), 0, 0); in getGlobalAddress()
1120 AddNodeIDNode(ID, Opc, getVTList(VT), 0, 0); in getFrameIndex()
1138 AddNodeIDNode(ID, Opc, getVTList(VT), 0, 0); in getJumpTable()
1163 AddNodeIDNode(ID, Opc, getVTList(VT), 0, 0); in getConstantPool()
1191 AddNodeIDNode(ID, Opc, getVTList(VT), 0, 0); in getConstantPool()
1210 AddNodeIDNode(ID, ISD::TargetIndex, getVTList(VT), 0, 0); in getTargetIndex()
1227 AddNodeIDNode(ID, ISD::BasicBlock, getVTList(MVT::Other), 0, 0); in getBasicBlock()
1368 AddNodeIDNode(ID, ISD::VECTOR_SHUFFLE, getVTList(VT), Ops, 2); in getVectorShuffle()
1401 AddNodeIDNode(ID, ISD::CONVERT_RNDSAT, getVTList(VT), &Ops[0], 5); in getConvertRndSat()
1415 AddNodeIDNode(ID, ISD::Register, getVTList(VT), 0, 0); in getRegister()
1429 AddNodeIDNode(ID, ISD::RegisterMask, getVTList(MVT::Untyped), 0, 0); in getRegisterMask()
1444 AddNodeIDNode(ID, ISD::EH_LABEL, getVTList(MVT::Other), &Ops[0], 1); in getEHLabel()
1464 AddNodeIDNode(ID, Opc, getVTList(VT), 0, 0); in getBlockAddress()
1484 AddNodeIDNode(ID, ISD::SRCVALUE, getVTList(MVT::Other), 0, 0); in getSrcValue()
1500 AddNodeIDNode(ID, ISD::MDNODE_SDNODE, getVTList(MVT::Other), 0, 0); in getMDNode()
2409 AddNodeIDNode(ID, Opcode, getVTList(VT), 0, 0); in getNode()
2414 SDNode *N = new (NodeAllocator) SDNode(Opcode, DL.getIROrder(), DL.getDebugLoc(), getVTList(VT)); in getNode()
2666 SDVTList VTs = getVTList(VT); in getNode()
3238 SDVTList VTs = getVTList(VT); in getNode()
3343 SDVTList VTs = getVTList(VT); in getNode()
4119 SDVTList VTs = getVTList(VT, MVT::Other); in getAtomic()
4191 SDVTList VTs = Opcode == ISD::ATOMIC_STORE ? getVTList(MVT::Other) : in getAtomic()
4192 getVTList(VT, MVT::Other); in getAtomic()
4250 SDVTList VTs = getVTList(VT, MVT::Other); in getAtomic()
4278 return getNode(ISD::MERGE_VALUES, dl, getVTList(&VTs[0], NumOps), in getMergeValues()
4447 getVTList(VT, Ptr.getValueType(), MVT::Other) : getVTList(VT, MVT::Other); in getLoad()
4537 SDVTList VTs = getVTList(MVT::Other); in getStore()
4605 SDVTList VTs = getVTList(MVT::Other); in getTruncStore()
4632 SDVTList VTs = getVTList(Base.getValueType(), MVT::Other); in getIndexedStore()
4657 return getNode(ISD::VAARG, dl, getVTList(VT, MVT::Other), Ops, 4); in getVAArg()
4708 SDVTList VTs = getVTList(VT); in getNode()
4734 return getNode(Opcode, DL, getVTList(&ResultTys[0], ResultTys.size()), in getNode()
4849 SDVTList SelectionDAG::getVTList(EVT VT) { in getVTList() function in SelectionDAG
4853 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() function in SelectionDAG
4867 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() function in SelectionDAG
4883 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() function in SelectionDAG
4900 SDVTList SelectionDAG::getVTList(const EVT *VTs, unsigned NumVTs) { in getVTList() function in SelectionDAG
4903 case 1: return getVTList(VTs[0]); in getVTList()
4904 case 2: return getVTList(VTs[0], VTs[1]); in getVTList()
4905 case 3: return getVTList(VTs[0], VTs[1], VTs[2]); in getVTList()
4906 case 4: return getVTList(VTs[0], VTs[1], VTs[2], VTs[3]); in getVTList()
5058 SDVTList VTs = getVTList(VT); in SelectNodeTo()
5064 SDVTList VTs = getVTList(VT); in SelectNodeTo()
5072 SDVTList VTs = getVTList(VT); in SelectNodeTo()
5080 SDVTList VTs = getVTList(VT); in SelectNodeTo()
5088 SDVTList VTs = getVTList(VT); in SelectNodeTo()
5095 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5101 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5108 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
5115 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4); in SelectNodeTo()
5122 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5130 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5139 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5148 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
5279 SDVTList VTs = getVTList(VT); in getMachineNode()
5285 SDVTList VTs = getVTList(VT); in getMachineNode()
5293 SDVTList VTs = getVTList(VT); in getMachineNode()
5301 SDVTList VTs = getVTList(VT); in getMachineNode()
5309 SDVTList VTs = getVTList(VT); in getMachineNode()
5315 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
5322 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
5330 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
5339 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
5348 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
5356 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
5365 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
5374 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
5382 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4); in getMachineNode()
5390 SDVTList VTs = getVTList(&ResultTys[0], ResultTys.size()); in getMachineNode()