Home
last modified time | relevance | path

Searched refs:getStepVector (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h838 SDValue getStepVector(const SDLoc &DL, EVT ResVT, APInt StepVal);
842 SDValue getStepVector(const SDLoc &DL, EVT ResVT);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp624 virtual Value *getStepVector(Value *Val, int StartIdx, Value *Step,
893 Value *getStepVector(Value *Val, int StartIdx, Value *Step,
2294 getStepVector(SplatStart, 0, Step, II.getInductionOpcode()); in createVectorIntOrFpInductionPHI()
2466 getStepVector(Broadcasted, VF.getKnownMinValue() * Part, Step, in widenIntOrFpInduction()
2523 Value *InnerLoopVectorizer::getStepVector(Value *Val, int StartIdx, Value *Step, in getStepVector() function in InnerLoopVectorizer
8240 Value *InnerLoopUnroller::getStepVector(Value *Val, int StartIdx, Value *Step, in getStepVector() function in InnerLoopUnroller
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1751 SDValue SelectionDAG::getStepVector(const SDLoc &DL, EVT ResVT) { in getStepVector() function in SelectionDAG
1753 return getStepVector(DL, ResVT, One); in getStepVector()
1756 SDValue SelectionDAG::getStepVector(const SDLoc &DL, EVT ResVT, APInt StepVal) { in getStepVector() function in SelectionDAG
H A DDAGCombiner.cpp2528 return DAG.getStepVector(DL, VT, NewStep); in visitADD()
2538 SDValue SV = DAG.getStepVector(DL, VT, NewStep); in visitADD()
3574 DAG.getStepVector(DL, VT, NewStep)); in visitSUB()
3957 return DAG.getStepVector(SDLoc(N), VT, NewStep); in visitMUL()
8472 return DAG.getStepVector(SDLoc(N), VT, NewStep); in visitSHL()
H A DLegalizeIntegerTypes.cpp4868 return DAG.getStepVector(dl, NOutVT, in PromoteIntRes_STEP_VECTOR()
H A DSelectionDAGBuilder.cpp11079 setValue(&I, DAG.getStepVector(DL, ResultVT)); in visitStepVector()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9595 SDValue SV = DAG.getStepVector(DL, MVT::nxv2i64); in LowerDUPQLane()
14092 SDValue StepVector = DAG.getStepVector(DL, N->getValueType(0)); in LowerSVEIntrinsicIndex()