Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h646 STEP_VECTOR, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp314 case ISD::STEP_VECTOR: return "step_vector"; in getOperationName()
H A DLegalizeVectorTypes.cpp1012 case ISD::STEP_VECTOR: in SplitVectorResult()
1855 Lo = DAG.getNode(ISD::STEP_VECTOR, dl, LoVT, Step); in SplitVecRes_STEP_VECTOR()
1865 Hi = DAG.getNode(ISD::STEP_VECTOR, dl, HiVT, Step); in SplitVecRes_STEP_VECTOR()
4084 case ISD::STEP_VECTOR: in WidenVectorResult()
H A DSelectionDAG.cpp2031 ISD::STEP_VECTOR, DL, ResVT, in getStepVector()
5619 case ISD::STEP_VECTOR: { in getNode()
5628 case ISD::STEP_VECTOR: in getNode()
6139 case ISD::STEP_VECTOR: in FoldConstantArithmetic()
6320 Ops[0].getOpcode() == ISD::STEP_VECTOR) { in FoldConstantArithmetic()
6560 N2.getOpcode() == ISD::STEP_VECTOR) in canonicalizeCommutativeBinop()
H A DLegalizeVectorOps.cpp1521 (!TLI.isOperationLegalOrCustom(ISD::STEP_VECTOR, EVLVecVT) || in ExpandVP_MERGE()
H A DDAGCombiner.cpp3000 if (N0.getOpcode() == ISD::STEP_VECTOR && in visitADD()
3001 N1.getOpcode() == ISD::STEP_VECTOR) { in visitADD()
3010 N0.getOperand(1).getOpcode() == ISD::STEP_VECTOR && in visitADD()
3011 N1.getOpcode() == ISD::STEP_VECTOR) { in visitADD()
4104 if (N1.getOpcode() == ISD::STEP_VECTOR && N1.hasOneUse()) { in visitSUB()
4549 if (N0.getOpcode() == ISD::STEP_VECTOR && in visitMUL()
10131 if (N0.getOpcode() == ISD::STEP_VECTOR && in visitSHL()
H A DLegalizeIntegerTypes.cpp138 case ISD::STEP_VECTOR: Res = PromoteIntRes_STEP_VECTOR(N); break; in PromoteIntegerResult()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td738 def step_vector : SDNode<"ISD::STEP_VECTOR", SDTypeProfile<1, 1,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1013 ISD::VECREDUCE_ADD, ISD::STEP_VECTOR}); in AArch64TargetLowering()
21673 if (Index.getOpcode() == ISD::STEP_VECTOR) { in findMoreOptimalIndexType()
21679 Index.getOperand(0).getOpcode() == ISD::STEP_VECTOR) { in findMoreOptimalIndexType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp852 setOperationAction({ISD::STEP_VECTOR, ISD::VECTOR_REVERSE}, VT, Custom); in RISCVTargetLowering()
6412 case ISD::STEP_VECTOR: in LowerOperation()