Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp627 virtual Value *getStepVector(Value *Val, int StartIdx, Value *Step,
896 Value *getStepVector(Value *Val, int StartIdx, Value *Step,
2275 getStepVector(SplatStart, 0, Step, II.getInductionOpcode()); in createVectorIntOrFpInductionPHI()
2447 getStepVector(Broadcasted, VF.getKnownMinValue() * Part, Step, in widenIntOrFpInduction()
2504 Value *InnerLoopVectorizer::getStepVector(Value *Val, int StartIdx, Value *Step, in getStepVector() function in InnerLoopVectorizer
8148 Value *InnerLoopUnroller::getStepVector(Value *Val, int StartIdx, Value *Step, in getStepVector() function in InnerLoopUnroller
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h838 SDValue getStepVector(const SDLoc &DL, EVT ResVT, SDValue Step);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2512 return DAG.getStepVector(DL, VT, NewStep); in visitADD()
2526 SDValue SV = DAG.getStepVector(DL, VT, NewStep); in visitADD()
3551 DAG.getStepVector(DL, VT, NewStep)); in visitSUB()
3936 return DAG.getStepVector(SDLoc(N), VT, NewStep); in visitMUL()
8435 return DAG.getStepVector(SDLoc(N), VT, NewStep); in visitSHL()
H A DLegalizeIntegerTypes.cpp4795 return DAG.getStepVector(dl, NOutVT, Step); in PromoteIntRes_STEP_VECTOR()
H A DSelectionDAG.cpp1751 SDValue SelectionDAG::getStepVector(const SDLoc &DL, EVT ResVT, SDValue Step) { in getStepVector() function in SelectionDAG
H A DSelectionDAGBuilder.cpp11027 setValue(&I, DAG.getStepVector(DL, ResultVT, Step)); in visitStepVector()