Lines Matching refs:VT3
10075 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() argument
10080 ID.AddInteger(VT3.getRawBits()); in getVTList()
10088 Array[2] = VT3; in getVTList()
10095 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() argument
10100 ID.AddInteger(VT3.getRawBits()); in getVTList()
10109 Array[2] = VT3; in getVTList()
10331 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo() argument
10333 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
10549 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
10551 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
10557 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
10560 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
10566 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
10568 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()