Searched refs:STEP_VECTOR (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 646 STEP_VECTOR, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 314 case ISD::STEP_VECTOR: return "step_vector"; in getOperationName()
|
| H A D | LegalizeVectorTypes.cpp | 1012 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 D | SelectionDAG.cpp | 2031 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 D | LegalizeVectorOps.cpp | 1521 (!TLI.isOperationLegalOrCustom(ISD::STEP_VECTOR, EVLVecVT) || in ExpandVP_MERGE()
|
| H A D | DAGCombiner.cpp | 3000 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 D | LegalizeIntegerTypes.cpp | 138 case ISD::STEP_VECTOR: Res = PromoteIntRes_STEP_VECTOR(N); break; in PromoteIntegerResult()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 738 def step_vector : SDNode<"ISD::STEP_VECTOR", SDTypeProfile<1, 1,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 1013 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 D | RISCVISelLowering.cpp | 852 setOperationAction({ISD::STEP_VECTOR, ISD::VECTOR_REVERSE}, VT, Custom); in RISCVTargetLowering() 6412 case ISD::STEP_VECTOR: in LowerOperation()
|