Lines Matching refs:VT2

1933 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) {  in CreateStackTemporary()  argument
1934 unsigned Bytes = std::max(VT1.getStoreSize(), VT2.getStoreSize()); in CreateStackTemporary()
1936 Type *Ty2 = VT2.getTypeForEVT(*getContext()); in CreateStackTemporary()
7243 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() argument
7247 ID.AddInteger(VT2.getRawBits()); in getVTList()
7254 Array[1] = VT2; in getVTList()
7261 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() argument
7265 ID.AddInteger(VT2.getRawBits()); in getVTList()
7273 Array[1] = VT2; in getVTList()
7281 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() argument
7285 ID.AddInteger(VT2.getRawBits()); in getVTList()
7294 Array[1] = VT2; in getVTList()
7505 EVT VT1, EVT VT2, ArrayRef<SDValue> Ops) { in SelectNodeTo() argument
7506 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
7511 EVT VT1, EVT VT2) { in SelectNodeTo() argument
7512 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
7517 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo() argument
7519 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
7524 EVT VT1, EVT VT2, in SelectNodeTo() argument
7526 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
7739 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode() argument
7741 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
7747 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode() argument
7749 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
7755 EVT VT1, EVT VT2, in getMachineNode() argument
7757 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
7762 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
7764 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
7770 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
7773 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
7779 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
7781 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()