• Home
  • Raw
  • Download

Lines Matching refs:VT1

1878 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) {  in CreateStackTemporary()  argument
1879 unsigned Bytes = std::max(VT1.getStoreSize(), VT2.getStoreSize()); in CreateStackTemporary()
1880 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary()
5636 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() argument
5639 ID.AddInteger(VT1.getRawBits()); in getVTList()
5646 Array[0] = VT1; in getVTList()
5654 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() argument
5657 ID.AddInteger(VT1.getRawBits()); in getVTList()
5665 Array[0] = VT1; in getVTList()
5674 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() argument
5677 ID.AddInteger(VT1.getRawBits()); in getVTList()
5686 Array[0] = VT1; in getVTList()
5874 EVT VT1, EVT VT2, ArrayRef<SDValue> Ops) { in SelectNodeTo() argument
5875 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5880 EVT VT1, EVT VT2) { in SelectNodeTo() argument
5881 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5886 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo() argument
5888 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
5893 EVT VT1, EVT VT2, EVT VT3, EVT VT4, in SelectNodeTo() argument
5895 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4); in SelectNodeTo()
5900 EVT VT1, EVT VT2, in SelectNodeTo() argument
5902 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5908 EVT VT1, EVT VT2, in SelectNodeTo() argument
5910 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5916 EVT VT1, EVT VT2, in SelectNodeTo() argument
5919 SDVTList VTs = getVTList(VT1, VT2); in SelectNodeTo()
5925 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo() argument
5928 SDVTList VTs = getVTList(VT1, VT2, VT3); in SelectNodeTo()
6073 EVT VT1, EVT VT2) { in getMachineNode() argument
6074 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
6079 EVT VT1, EVT VT2, SDValue Op1) { in getMachineNode() argument
6080 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
6086 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode() argument
6088 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
6094 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode() argument
6096 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
6102 EVT VT1, EVT VT2, in getMachineNode() argument
6104 SDVTList VTs = getVTList(VT1, VT2); in getMachineNode()
6109 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
6111 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
6117 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
6120 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
6126 EVT VT1, EVT VT2, EVT VT3, in getMachineNode() argument
6128 SDVTList VTs = getVTList(VT1, VT2, VT3); in getMachineNode()
6133 EVT VT1, EVT VT2, EVT VT3, EVT VT4, in getMachineNode() argument
6135 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4); in getMachineNode()