Home
last modified time | relevance | path

Searched refs:STEP_VECTOR (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h682 STEP_VECTOR, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp354 case ISD::STEP_VECTOR: return "step_vector"; in getOperationName()
H A DSelectionDAG.cpp2125 ISD::STEP_VECTOR, DL, ResVT, in getStepVector()
3437 case ISD::STEP_VECTOR: { in computeKnownBits()
6340 case ISD::STEP_VECTOR: { in getNode()
6349 case ISD::STEP_VECTOR: in getNode()
6874 case ISD::STEP_VECTOR: in FoldConstantArithmetic()
7100 Ops[0].getOpcode() == ISD::STEP_VECTOR) { in FoldConstantArithmetic()
7420 N2.getOpcode() == ISD::STEP_VECTOR) in canonicalizeCommutativeBinop()
H A DLegalizeVectorTypes.cpp1145 case ISD::STEP_VECTOR: in SplitVectorResult()
2065 Lo = DAG.getNode(ISD::STEP_VECTOR, dl, LoVT, Step); in SplitVecRes_STEP_VECTOR()
2075 Hi = DAG.getNode(ISD::STEP_VECTOR, dl, HiVT, Step); in SplitVecRes_STEP_VECTOR()
4688 case ISD::STEP_VECTOR: in WidenVectorResult()
H A DLegalizeVectorOps.cpp1685 (!TLI.isOperationLegalOrCustom(ISD::STEP_VECTOR, EVLVecVT) || in ExpandVP_MERGE()
H A DDAGCombiner.cpp3155 if (N0.getOpcode() == ISD::STEP_VECTOR && in visitADD()
3156 N1.getOpcode() == ISD::STEP_VECTOR) { in visitADD()
3165 N0.getOperand(1).getOpcode() == ISD::STEP_VECTOR && in visitADD()
3166 N1.getOpcode() == ISD::STEP_VECTOR) { in visitADD()
4366 if (N1.getOpcode() == ISD::STEP_VECTOR && N1.hasOneUse()) { in visitSUB()
4834 if (!UseVP && N0.getOpcode() == ISD::STEP_VECTOR && in visitMUL()
10612 if (N0.getOpcode() == ISD::STEP_VECTOR && in visitSHL()
H A DLegalizeIntegerTypes.cpp150 case ISD::STEP_VECTOR: Res = PromoteIntRes_STEP_VECTOR(N); break; in PromoteIntegerResult()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td831 def step_vector : SDNode<"ISD::STEP_VECTOR", SDTypeProfile<1, 1,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1157 ISD::VECREDUCE_ADD, ISD::STEP_VECTOR}); in AArch64TargetLowering()
24261 if (Index.getOpcode() == ISD::STEP_VECTOR) { in findMoreOptimalIndexType()
24267 Index.getOperand(0).getOpcode() == ISD::STEP_VECTOR) { in findMoreOptimalIndexType()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp935 setOperationAction({ISD::STEP_VECTOR, ISD::VECTOR_REVERSE}, VT, Custom); in RISCVTargetLowering()
7806 case ISD::STEP_VECTOR: in LowerOperation()