• Home
  • Raw
  • Download

Lines Matching refs:VT1

1819 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) {  in CreateStackTemporary()  argument
1820 unsigned Bytes = std::max(VT1.getStoreSizeInBits(), in CreateStackTemporary()
1822 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary()
5287 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() argument
5290 ID.AddInteger(VT1.getRawBits()); in getVTList()
5297 Array[0] = VT1; in getVTList()
5305 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() argument
5308 ID.AddInteger(VT1.getRawBits()); in getVTList()
5316 Array[0] = VT1; in getVTList()
5325 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() argument
5328 ID.AddInteger(VT1.getRawBits()); in getVTList()
5337 Array[0] = VT1; in getVTList()
5525 EVT VT1, EVT VT2, ArrayRef<SDValue> Ops) { in SelectNodeTo() argument
5526 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5531 EVT VT1, EVT VT2) { in SelectNodeTo() argument
5532 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5537 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo() argument
5539 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
5544 EVT VT1, EVT VT2, EVT VT3, EVT VT4, in SelectNodeTo() argument
5546 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4); in SelectNodeTo()
5551 EVT VT1, EVT VT2, in SelectNodeTo() argument
5553 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5559 EVT VT1, EVT VT2, in SelectNodeTo() argument
5561 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5567 EVT VT1, EVT VT2, in SelectNodeTo() argument
5570 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5576 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo() argument
5579 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
5746 SelectionDAG::getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2) { in getMachineNode() argument
5747 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
5753 EVT VT1, EVT VT2, SDValue Op1) { in getMachineNode() argument
5754 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
5761 EVT VT1, EVT VT2, SDValue Op1, SDValue Op2) { in getMachineNode() argument
5762 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
5769 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode() argument
5771 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
5778 EVT VT1, EVT VT2, in getMachineNode() argument
5780 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
5786 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
5788 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
5795 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
5797 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
5804 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
5806 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
5811 SelectionDAG::getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, in getMachineNode() argument
5814 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4); in getMachineNode()