Searched refs:STEP_VECTOR (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 609 STEP_VECTOR, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 297 case ISD::STEP_VECTOR: return "step_vector"; in getOperationName()
|
| H A D | LegalizeVectorTypes.cpp | 932 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 D | DAGCombiner.cpp | 2523 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 D | SelectionDAG.cpp | 1760 ISD::STEP_VECTOR, DL, ResVT, in getStepVector() 4726 case ISD::STEP_VECTOR: { in getNode() 4838 case ISD::STEP_VECTOR: in getNode()
|
| H A D | LegalizeIntegerTypes.cpp | 116 case ISD::STEP_VECTOR: Res = PromoteIntRes_STEP_VECTOR(N); break; in PromoteIntegerResult()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 669 def step_vector : SDNode<"ISD::STEP_VECTOR", SDTypeProfile<1, 1,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 561 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 D | AArch64ISelLowering.cpp | 922 setTargetDAGCombine(ISD::STEP_VECTOR); in AArch64TargetLowering()
|