Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h632 STEP_VECTOR, enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp306 case ISD::STEP_VECTOR: return "step_vector"; in getOperationName()
H A DLegalizeVectorOps.cpp1336 (!TLI.isOperationLegalOrCustom(ISD::STEP_VECTOR, EVLVecVT) || in ExpandVP_MERGE()
H A DLegalizeVectorTypes.cpp970 case ISD::STEP_VECTOR: in SplitVectorResult()
1797 Lo = DAG.getNode(ISD::STEP_VECTOR, dl, LoVT, Step); in SplitVecRes_STEP_VECTOR()
1807 Hi = DAG.getNode(ISD::STEP_VECTOR, dl, HiVT, Step); in SplitVecRes_STEP_VECTOR()
3900 case ISD::STEP_VECTOR: in WidenVectorResult()
H A DSelectionDAG.cpp1922 ISD::STEP_VECTOR, DL, ResVT, in getStepVector()
5251 case ISD::STEP_VECTOR: { in getNode()
5365 case ISD::STEP_VECTOR: in getNode()
5882 Ops[0].getOpcode() == ISD::STEP_VECTOR) { in FoldConstantArithmetic()
6116 N2.getOpcode() == ISD::STEP_VECTOR) in canonicalizeCommutativeBinop()
H A DDAGCombiner.cpp2690 if (N0.getOpcode() == ISD::STEP_VECTOR && in visitADD()
2691 N1.getOpcode() == ISD::STEP_VECTOR) { in visitADD()
2700 N0.getOperand(1).getOpcode() == ISD::STEP_VECTOR && in visitADD()
2701 N1.getOpcode() == ISD::STEP_VECTOR) { in visitADD()
3752 if (N1.getOpcode() == ISD::STEP_VECTOR && N1.hasOneUse()) { in visitSUB()
4185 if (N0.getOpcode() == ISD::STEP_VECTOR && in visitMUL()
9393 if (N0.getOpcode() == ISD::STEP_VECTOR && in visitSHL()
H A DLegalizeIntegerTypes.cpp127 case ISD::STEP_VECTOR: Res = PromoteIntRes_STEP_VECTOR(N); break; in PromoteIntegerResult()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td705 def step_vector : SDNode<"ISD::STEP_VECTOR", SDTypeProfile<1, 1,
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp669 setOperationAction({ISD::STEP_VECTOR, ISD::VECTOR_REVERSE}, VT, Custom); in RISCVTargetLowering()
4049 case ISD::STEP_VECTOR: in LowerOperation()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp965 ISD::VECREDUCE_ADD, ISD::STEP_VECTOR}); in AArch64TargetLowering()
19485 if (Index.getOpcode() == ISD::STEP_VECTOR) { in findMoreOptimalIndexType()
19491 Index.getOperand(0).getOpcode() == ISD::STEP_VECTOR) { in findMoreOptimalIndexType()