Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h609 STEP_VECTOR, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp297 case ISD::STEP_VECTOR: return "step_vector"; in getOperationName()
H A DLegalizeVectorTypes.cpp932 case ISD::STEP_VECTOR: in SplitVectorResult()
1657 Lo = DAG.getNode(ISD::STEP_VECTOR, dl, LoVT, Step); in SplitVecRes_STEP_VECTOR()
1667 Hi = DAG.getNode(ISD::STEP_VECTOR, dl, HiVT, Step); in SplitVecRes_STEP_VECTOR()
H A DDAGCombiner.cpp2523 if (N0.getOpcode() == ISD::STEP_VECTOR && in visitADD()
2524 N1.getOpcode() == ISD::STEP_VECTOR) { in visitADD()
2533 (N0.getOperand(1).getOpcode() == ISD::STEP_VECTOR) && in visitADD()
2534 (N1.getOpcode() == ISD::STEP_VECTOR)) { in visitADD()
3571 if (N1.getOpcode() == ISD::STEP_VECTOR && N1.hasOneUse()) { in visitSUB()
3953 if (N0.getOpcode() == ISD::STEP_VECTOR) in visitMUL()
8467 if (N0.getOpcode() == ISD::STEP_VECTOR) in visitSHL()
H A DSelectionDAG.cpp1760 ISD::STEP_VECTOR, DL, ResVT, in getStepVector()
4726 case ISD::STEP_VECTOR: { in getNode()
4838 case ISD::STEP_VECTOR: in getNode()
H A DLegalizeIntegerTypes.cpp116 case ISD::STEP_VECTOR: Res = PromoteIntRes_STEP_VECTOR(N); break; in PromoteIntegerResult()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td669 def step_vector : SDNode<"ISD::STEP_VECTOR", SDTypeProfile<1, 1,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp561 setOperationAction(ISD::STEP_VECTOR, VT, Custom); in RISCVTargetLowering()
2503 case ISD::STEP_VECTOR: in LowerOperation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp922 setTargetDAGCombine(ISD::STEP_VECTOR); in AArch64TargetLowering()