Lines Matching refs:VT1
2469 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) { in CreateStackTemporary() argument
2470 TypeSize VT1Size = VT1.getStoreSize(); in CreateStackTemporary()
2479 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary()
10057 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() argument
10060 ID.AddInteger(VT1.getRawBits()); in getVTList()
10067 Array[0] = VT1; in getVTList()
10075 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() argument
10078 ID.AddInteger(VT1.getRawBits()); in getVTList()
10086 Array[0] = VT1; in getVTList()
10095 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() argument
10098 ID.AddInteger(VT1.getRawBits()); in getVTList()
10107 Array[0] = VT1; 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()
12066 EVT VT1 = N->getValueType(1); in UnrollVectorOp() local
12067 EVT EltVT1 = VT1.getVectorElementType(); in UnrollVectorOp()
12087 SDValue Vec1 = getBuildVector(VT1, dl, Scalars1); in UnrollVectorOp()