Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp361 virtual Value *getConsecutiveVector(Value* Val, int StartIdx, bool Negate);
482 Value *getConsecutiveVector(Value* Val, int StartIdx, bool Negate) override;
1594 Value *InnerLoopVectorizer::getConsecutiveVector(Value* Val, int StartIdx, in getConsecutiveVector() function in InnerLoopVectorizer
3163 Entry[part] = getConsecutiveVector(Broadcasted, VF * part, false); in widenPHIInstruction()
3188 Entry[part] = getConsecutiveVector(Broadcasted, -(int)VF * part, in widenPHIInstruction()
3371 Entry[Part] = getConsecutiveVector(Broadcasted, VF * Part, false); in vectorizeBlockInLoop()
6313 Value *InnerLoopUnroller::getConsecutiveVector(Value* Val, int StartIdx, in getConsecutiveVector() function in InnerLoopUnroller