Lines Matching refs:VT3
5654 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() argument
5659 ID.AddInteger(VT3.getRawBits()); in getVTList()
5667 Array[2] = VT3; in getVTList()
5674 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() argument
5679 ID.AddInteger(VT3.getRawBits()); in getVTList()
5688 Array[2] = VT3; in getVTList()
5886 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo() argument
5888 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
5893 EVT VT1, EVT VT2, EVT VT3, EVT VT4, in SelectNodeTo() argument
5895 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4); in SelectNodeTo()
5925 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo() argument
5928 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
6109 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
6111 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
6117 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
6120 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
6126 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
6128 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
6133 EVT VT1, EVT VT2, EVT VT3, EVT VT4, in getMachineNode() argument
6135 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4); in getMachineNode()