Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h606 STEP_VECTOR, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp295 case ISD::STEP_VECTOR: return "step_vector"; in getOperationName()
H A DLegalizeVectorTypes.cpp931 case ISD::STEP_VECTOR: in SplitVectorResult()
1654 Lo = DAG.getNode(ISD::STEP_VECTOR, dl, LoVT, Step); in SplitVecRes_STEP_VECTOR()
1664 Hi = DAG.getNode(ISD::STEP_VECTOR, dl, HiVT, Step); in SplitVecRes_STEP_VECTOR()
H A DDAGCombiner.cpp2506 if (N0.getOpcode() == ISD::STEP_VECTOR && in visitADD()
2507 N1.getOpcode() == ISD::STEP_VECTOR) { in visitADD()
2517 (N0.getOperand(1).getOpcode() == ISD::STEP_VECTOR) && in visitADD()
2518 (N1.getOpcode() == ISD::STEP_VECTOR)) { in visitADD()
3547 if (N1.getOpcode() == ISD::STEP_VECTOR && N1.hasOneUse()) { in visitSUB()
3930 if (N0.getOpcode() == ISD::STEP_VECTOR) in visitMUL()
8429 if (N0.getOpcode() == ISD::STEP_VECTOR) in visitSHL()
H A DSelectionDAG.cpp1753 return getNode(ISD::STEP_VECTOR, DL, ResVT, Step); in getStepVector()
4668 case ISD::STEP_VECTOR: { in getNode()
4784 case ISD::STEP_VECTOR: in getNode()
H A DLegalizeIntegerTypes.cpp113 case ISD::STEP_VECTOR: Res = PromoteIntRes_STEP_VECTOR(N); break; in PromoteIntegerResult()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td667 def step_vector : SDNode<"ISD::STEP_VECTOR", SDTypeProfile<1, 1,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp527 setOperationAction(ISD::STEP_VECTOR, VT, Custom); in RISCVTargetLowering()
2304 case ISD::STEP_VECTOR: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp911 setTargetDAGCombine(ISD::STEP_VECTOR); in AArch64TargetLowering()
9256 SDValue SV = DAG.getNode(ISD::STEP_VECTOR, DL, MVT::nxv2i64, One); in LowerDUPQLane()
13677 DAG.getNode(ISD::STEP_VECTOR, DL, N->getValueType(0), One); in LowerSVEIntrinsicIndex()