Lines Matching refs:VT1
1618 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) { in CreateStackTemporary() argument
1619 unsigned Bytes = std::max(VT1.getStoreSizeInBits(), in CreateStackTemporary()
1621 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary()
4989 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() argument
4992 ID.AddInteger(VT1.getRawBits()); in getVTList()
4999 Array[0] = VT1; in getVTList()
5007 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() argument
5010 ID.AddInteger(VT1.getRawBits()); in getVTList()
5018 Array[0] = VT1; in getVTList()
5027 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() argument
5030 ID.AddInteger(VT1.getRawBits()); in getVTList()
5039 Array[0] = VT1; in getVTList()
5234 EVT VT1, EVT VT2, const SDValue *Ops, in SelectNodeTo() argument
5236 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5241 EVT VT1, EVT VT2) { in SelectNodeTo() argument
5242 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5247 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo() argument
5249 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
5254 EVT VT1, EVT VT2, EVT VT3, EVT VT4, in SelectNodeTo() argument
5256 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4); in SelectNodeTo()
5261 EVT VT1, EVT VT2, in SelectNodeTo() argument
5263 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5269 EVT VT1, EVT VT2, in SelectNodeTo() argument
5271 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5277 EVT VT1, EVT VT2, in SelectNodeTo() argument
5280 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5286 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo() argument
5289 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
5455 SelectionDAG::getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2) { in getMachineNode() argument
5456 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
5462 EVT VT1, EVT VT2, SDValue Op1) { in getMachineNode() argument
5463 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
5470 EVT VT1, EVT VT2, SDValue Op1, SDValue Op2) { in getMachineNode() argument
5471 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
5478 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode() argument
5480 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
5487 EVT VT1, EVT VT2, in getMachineNode() argument
5489 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
5495 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
5497 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
5504 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
5506 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
5513 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
5515 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
5520 SelectionDAG::getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, in getMachineNode() argument
5523 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4); in getMachineNode()