Lines Matching refs:VT2
2201 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) { in CreateStackTemporary() argument
2203 TypeSize VT2Size = VT2.getStoreSize(); in CreateStackTemporary()
2211 Type *Ty2 = VT2.getTypeForEVT(*getContext()); in CreateStackTemporary()
8151 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() argument
8155 ID.AddInteger(VT2.getRawBits()); in getVTList()
8162 Array[1] = VT2; in getVTList()
8169 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() argument
8173 ID.AddInteger(VT2.getRawBits()); in getVTList()
8181 Array[1] = VT2; in getVTList()
8189 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() argument
8193 ID.AddInteger(VT2.getRawBits()); in getVTList()
8202 Array[1] = VT2; in getVTList()
8413 EVT VT1, EVT VT2, ArrayRef<SDValue> Ops) { in SelectNodeTo() argument
8414 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
8419 EVT VT1, EVT VT2) { in SelectNodeTo() argument
8420 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
8425 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo() argument
8427 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
8432 EVT VT1, EVT VT2, in SelectNodeTo() argument
8434 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
8620 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode() argument
8622 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
8628 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode() argument
8630 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
8636 EVT VT1, EVT VT2, in getMachineNode() argument
8638 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
8643 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
8645 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
8651 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
8654 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
8660 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
8662 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()