Searched refs:STEP_VECTOR (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 632 STEP_VECTOR, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 306 case ISD::STEP_VECTOR: return "step_vector"; in getOperationName()
|
| H A D | LegalizeVectorOps.cpp | 1336 (!TLI.isOperationLegalOrCustom(ISD::STEP_VECTOR, EVLVecVT) || in ExpandVP_MERGE()
|
| H A D | LegalizeVectorTypes.cpp | 970 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 D | SelectionDAG.cpp | 1922 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 D | DAGCombiner.cpp | 2690 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 D | LegalizeIntegerTypes.cpp | 127 case ISD::STEP_VECTOR: Res = PromoteIntRes_STEP_VECTOR(N); break; in PromoteIntegerResult()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 705 def step_vector : SDNode<"ISD::STEP_VECTOR", SDTypeProfile<1, 1,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 669 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 D | AArch64ISelLowering.cpp | 965 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()
|