Lines Matching refs:VT2

2302 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) {  in CreateStackTemporary()  argument
2304 TypeSize VT2Size = VT2.getStoreSize(); in CreateStackTemporary()
2312 Type *Ty2 = VT2.getTypeForEVT(*getContext()); in CreateStackTemporary()
9218 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() argument
9222 ID.AddInteger(VT2.getRawBits()); in getVTList()
9229 Array[1] = VT2; in getVTList()
9236 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() argument
9240 ID.AddInteger(VT2.getRawBits()); in getVTList()
9248 Array[1] = VT2; in getVTList()
9256 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() argument
9260 ID.AddInteger(VT2.getRawBits()); in getVTList()
9269 Array[1] = VT2; in getVTList()
9480 EVT VT1, EVT VT2, ArrayRef<SDValue> Ops) { in SelectNodeTo() argument
9481 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
9486 EVT VT1, EVT VT2) { in SelectNodeTo() argument
9487 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
9492 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo() argument
9494 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
9499 EVT VT1, EVT VT2, in SelectNodeTo() argument
9501 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
9687 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode() argument
9689 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
9695 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode() argument
9697 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
9703 EVT VT1, EVT VT2, in getMachineNode() argument
9705 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
9710 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
9712 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
9718 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
9721 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
9727 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
9729 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()