Lines Matching defs:VTs
58 static SDVTList makeVTList(const EVT *VTs, unsigned NumVTs) { in makeVTList()
918 SDVTList VTs, SDValue N1, SDValue N2, in GetBinarySDNode()
3208 SDVTList VTs = getVTList(VT); in getNode() local
3913 SDVTList VTs = getVTList(VT); in getNode() local
4015 SDVTList VTs = getVTList(VT); in getNode() local
4833 unsigned Opcode, const SDLoc &dl, EVT MemVT, SDVTList VTs, SDValue Chain, in getAtomicCmpSwap()
4860 EVT MemVT, SDVTList VTs, SDValue Chain, in getAtomicCmpSwap()
4924 SDVTList VTs = Opcode == ISD::ATOMIC_STORE ? getVTList(MVT::Other) : in getAtomic() local
4936 SDVTList VTs = getVTList(VT, MVT::Other); in getAtomic() local
4946 SmallVector<EVT, 4> VTs; in getMergeValues() local
5108 SDVTList VTs = Indexed ? in getLoad() local
5212 SDVTList VTs = getVTList(MVT::Other); in getStore() local
5282 SDVTList VTs = getVTList(MVT::Other); in getTruncStore() local
5310 SDVTList VTs = getVTList(Base.getValueType(), MVT::Other); in getIndexedStore() local
5336 SDVTList VTs = getVTList(VT, MVT::Other); in getMaskedLoad() local
5367 SDVTList VTs = getVTList(MVT::Other); in getMaskedStore() local
5389 SDValue SelectionDAG::getMaskedGather(SDVTList VTs, EVT VT, const SDLoc &dl, in getMaskedGather()
5426 SDValue SelectionDAG::getMaskedScatter(SDVTList VTs, EVT VT, const SDLoc &dl, in getMaskedScatter()
5520 SDVTList VTs = getVTList(VT); in getNode() local
5696 SDVTList SelectionDAG::getVTList(ArrayRef<EVT> VTs) { in getVTList()
5840 SDVTList VTs = getVTList(VT); in SelectNodeTo() local
5846 SDVTList VTs = getVTList(VT); in SelectNodeTo() local
5854 SDVTList VTs = getVTList(VT); in SelectNodeTo() local
5862 SDVTList VTs = getVTList(VT); in SelectNodeTo() local
5869 SDVTList VTs = getVTList(VT); in SelectNodeTo() local
5875 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo() local
5881 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo() local
5888 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo() local
5895 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4); in SelectNodeTo() local
5902 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo() local
5910 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo() local
5919 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo() local
5928 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo() local
5934 SDVTList VTs,ArrayRef<SDValue> Ops) { in SelectNodeTo()
5979 SDVTList VTs, ArrayRef<SDValue> Ops) { in MorphNodeTo()
6040 SDVTList VTs = getVTList(VT); in getMachineNode() local
6046 SDVTList VTs = getVTList(VT); in getMachineNode() local
6053 SDVTList VTs = getVTList(VT); in getMachineNode() local
6061 SDVTList VTs = getVTList(VT); in getMachineNode() local
6068 SDVTList VTs = getVTList(VT); in getMachineNode() local
6074 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode() local
6080 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode() local
6088 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode() local
6096 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode() local
6104 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode() local
6111 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode() local
6120 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode() local
6128 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode() local
6135 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4); in getMachineNode() local
6142 SDVTList VTs = getVTList(ResultTys); in getMachineNode() local
6147 SDVTList VTs, in getMachineNode()
6724 SDVTList VTs, EVT memvt, MachineMemOperand *mmo) in MemSDNode()
6745 std::vector<EVT> VTs; member