Lines Matching refs:VT1
2201 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) { in CreateStackTemporary() argument
2202 TypeSize VT1Size = VT1.getStoreSize(); in CreateStackTemporary()
2210 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary()
8151 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() argument
8154 ID.AddInteger(VT1.getRawBits()); in getVTList()
8161 Array[0] = VT1; in getVTList()
8169 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() argument
8172 ID.AddInteger(VT1.getRawBits()); in getVTList()
8180 Array[0] = VT1; in getVTList()
8189 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() argument
8192 ID.AddInteger(VT1.getRawBits()); in getVTList()
8201 Array[0] = VT1; 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()