Lines Matching refs:VT2
2469 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) { in CreateStackTemporary() argument
2471 TypeSize VT2Size = VT2.getStoreSize(); in CreateStackTemporary()
2480 Type *Ty2 = VT2.getTypeForEVT(*getContext()); in CreateStackTemporary()
10057 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() argument
10061 ID.AddInteger(VT2.getRawBits()); in getVTList()
10068 Array[1] = VT2; in getVTList()
10075 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() argument
10079 ID.AddInteger(VT2.getRawBits()); in getVTList()
10087 Array[1] = VT2; in getVTList()
10095 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() argument
10099 ID.AddInteger(VT2.getRawBits()); in getVTList()
10108 Array[1] = VT2; in getVTList()
10319 EVT VT1, EVT VT2, ArrayRef<SDValue> Ops) { in SelectNodeTo() argument
10320 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
10325 EVT VT1, EVT VT2) { in SelectNodeTo() argument
10326 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
10331 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo() argument
10333 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
10338 EVT VT1, EVT VT2, in SelectNodeTo() argument
10340 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
10526 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode() argument
10528 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
10534 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode() argument
10536 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
10542 EVT VT1, EVT VT2, in getMachineNode() argument
10544 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
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()