• Home
  • Raw
  • Download

Lines Matching refs:VT2

1904 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) {  in CreateStackTemporary()  argument
1905 unsigned Bytes = std::max(VT1.getStoreSize(), VT2.getStoreSize()); in CreateStackTemporary()
1907 Type *Ty2 = VT2.getTypeForEVT(*getContext()); in CreateStackTemporary()
5627 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() argument
5631 ID.AddInteger(VT2.getRawBits()); in getVTList()
5638 Array[1] = VT2; in getVTList()
5645 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() argument
5649 ID.AddInteger(VT2.getRawBits()); in getVTList()
5657 Array[1] = VT2; in getVTList()
5665 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() argument
5669 ID.AddInteger(VT2.getRawBits()); in getVTList()
5678 Array[1] = VT2; in getVTList()
5865 EVT VT1, EVT VT2, ArrayRef<SDValue> Ops) { in SelectNodeTo() argument
5866 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5871 EVT VT1, EVT VT2) { in SelectNodeTo() argument
5872 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5877 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo() argument
5879 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
5884 EVT VT1, EVT VT2, EVT VT3, EVT VT4, in SelectNodeTo() argument
5886 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4); in SelectNodeTo()
5891 EVT VT1, EVT VT2, in SelectNodeTo() argument
5893 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5899 EVT VT1, EVT VT2, in SelectNodeTo() argument
5901 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5907 EVT VT1, EVT VT2, in SelectNodeTo() argument
5910 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5916 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo() argument
5919 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
6086 SelectionDAG::getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2) { in getMachineNode() argument
6087 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
6093 EVT VT1, EVT VT2, SDValue Op1) { in getMachineNode() argument
6094 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
6101 EVT VT1, EVT VT2, SDValue Op1, SDValue Op2) { in getMachineNode() argument
6102 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
6109 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode() argument
6111 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
6118 EVT VT1, EVT VT2, in getMachineNode() argument
6120 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
6126 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
6128 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
6135 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
6137 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
6144 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
6146 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
6152 EVT VT2, EVT VT3, EVT VT4, in getMachineNode() argument
6154 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4); in getMachineNode()