Lines Matching refs:VT
41 bool isOperationLegal(unsigned Op, EVT VT) const { in isOperationLegal() argument
42 return TLI.isOperationLegal(Op, VT); in isOperationLegal()
45 bool isOperationLegalOrCustom(unsigned Op, EVT VT,
47 return TLI.isOperationLegalOrCustom(Op, VT, LegalOnly);
111 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue Operand) { in getNode() argument
115 return DAG.getNode(VPOpcode, DL, VT, in getNode()
119 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1, in getNode() argument
124 return DAG.getNode(VPOpcode, DL, VT, {N1, N2, RootMaskOp, RootVectorLenOp}); in getNode()
127 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1, in getNode() argument
132 return DAG.getNode(VPOpcode, DL, VT, in getNode()
136 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue Operand, in getNode() argument
141 return DAG.getNode(VPOpcode, DL, VT, {Operand, RootMaskOp, RootVectorLenOp}, in getNode()
145 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1, in getNode() argument
150 return DAG.getNode(VPOpcode, DL, VT, {N1, N2, RootMaskOp, RootVectorLenOp}, in getNode()
154 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1, in getNode() argument
159 return DAG.getNode(VPOpcode, DL, VT, in getNode()
163 bool isOperationLegal(unsigned Op, EVT VT) const { in isOperationLegal() argument
165 return TLI.isOperationLegal(VPOp, VT); in isOperationLegal()
168 bool isOperationLegalOrCustom(unsigned Op, EVT VT,
171 return TLI.isOperationLegalOrCustom(VPOp, VT, LegalOnly);