Searched refs:ANY_EXTEND_VECTOR_INREG (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h549 /// ANY_EXTEND_VECTOR_INREG(Vector) - This operator represents an
558 ANY_EXTEND_VECTOR_INREG, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp105 setOperationAction(ISD::ANY_EXTEND_VECTOR_INREG, T, Custom);
138 setOperationAction(ISD::ANY_EXTEND_VECTOR_INREG, T, Custom);
1436 assert(Op.getOpcode() == ISD::ANY_EXTEND_VECTOR_INREG);
1580 case ISD::ANY_EXTEND_VECTOR_INREG: return LowerHvxExtend(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp66 case ISD::ANY_EXTEND_VECTOR_INREG:
392 case ISD::ANY_EXTEND_VECTOR_INREG:
859 case ISD::ANY_EXTEND_VECTOR_INREG:
1978 case ISD::ANY_EXTEND_VECTOR_INREG:
2785 case ISD::ANY_EXTEND_VECTOR_INREG:
3251 return DAG.getNode(ISD::ANY_EXTEND_VECTOR_INREG, DL, WidenVT, InOp);
3361 case ISD::ANY_EXTEND_VECTOR_INREG:
3375 case ISD::ANY_EXTEND_VECTOR_INREG:
4315 return DAG.getNode(ISD::ANY_EXTEND_VECTOR_INREG, DL, VT, InOp);
H A DLegalizeVectorOps.cpp110 /// Implement expansion for ANY_EXTEND_VECTOR_INREG.
439 case ISD::ANY_EXTEND_VECTOR_INREG:
851 case ISD::ANY_EXTEND_VECTOR_INREG:
1086 "ANY_EXTEND_VECTOR_INREG vector size mismatch");
1118 SDValue Op = DAG.getNode(ISD::ANY_EXTEND_VECTOR_INREG, DL, VT, Src);
H A DSelectionDAGDumper.cpp323 case ISD::ANY_EXTEND_VECTOR_INREG: return "any_extend_vector_inreg";
H A DTargetLowering.cpp1695 IsVecInReg ? ISD::ANY_EXTEND_VECTOR_INREG : ISD::ANY_EXTEND;
1728 IsVecInReg ? ISD::ANY_EXTEND_VECTOR_INREG : ISD::ANY_EXTEND;
1759 case ISD::ANY_EXTEND_VECTOR_INREG: {
1764 bool IsVecInReg = Op.getOpcode() == ISD::ANY_EXTEND_VECTOR_INREG;
2512 case ISD::ANY_EXTEND_VECTOR_INREG:
2525 if (Op.getOpcode() == ISD::ANY_EXTEND_VECTOR_INREG &&
H A DLegalizeIntegerTypes.cpp110 case ISD::ANY_EXTEND_VECTOR_INREG:
4372 case ISD::ANY_EXTEND_VECTOR_INREG:
H A DDAGCombiner.cpp10606 if ((N0.getOpcode() == ISD::ANY_EXTEND_VECTOR_INREG ||
18920 TLI.isOperationLegalOrCustom(ISD::ANY_EXTEND_VECTOR_INREG, OutVT))
18922 DAG.getNode(ISD::ANY_EXTEND_VECTOR_INREG,
18946 if (Opcode != ISD::ANY_EXTEND_VECTOR_INREG &&
H A DSelectionDAG.cpp4688 case ISD::ANY_EXTEND_VECTOR_INREG:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp697 setOperationAction(ISD::ANY_EXTEND_VECTOR_INREG, VT, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp879 case ISD::ANY_EXTEND_VECTOR_INREG: {
H A DX86ISelLowering.cpp2015 setTargetDAGCombine(ISD::ANY_EXTEND_VECTOR_INREG);
6005 case ISD::ANY_EXTEND_VECTOR_INREG:
6006 return ISD::ANY_EXTEND_VECTOR_INREG;
7470 case ISD::ANY_EXTEND_VECTOR_INREG: {
7481 (ISD::ANY_EXTEND == Opcode || ISD::ANY_EXTEND_VECTOR_INREG == Opcode);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5512 Opcode == ISD::ANY_EXTEND_VECTOR_INREG) &&

Completed in 618 milliseconds