Searched refs:STEP_VECTOR (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 606 STEP_VECTOR, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 295 case ISD::STEP_VECTOR: return "step_vector"; in getOperationName()
|
| H A D | LegalizeVectorTypes.cpp | 931 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 D | DAGCombiner.cpp | 2506 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 D | SelectionDAG.cpp | 1753 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 D | LegalizeIntegerTypes.cpp | 113 case ISD::STEP_VECTOR: Res = PromoteIntRes_STEP_VECTOR(N); break; in PromoteIntegerResult()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 667 def step_vector : SDNode<"ISD::STEP_VECTOR", SDTypeProfile<1, 1,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 527 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 D | AArch64ISelLowering.cpp | 911 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()
|