Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp368 VectorParts &getVectorValue(Value *V);
1737 InnerLoopVectorizer::getVectorValue(Value *V) { in getVectorValue() function in InnerLoopVectorizer
1808 Value *FirstBasePtr = getVectorValue(PtrOperand)[0]; in vectorizeMemoryInstruction()
1839 VectorParts &GEPParts = getVectorValue(GepOperand); in vectorizeMemoryInstruction()
1851 VectorParts &PtrVal = getVectorValue(Ptr); in vectorizeMemoryInstruction()
1863 VectorParts StoredVal = getVectorValue(SI->getValueOperand()); in vectorizeMemoryInstruction()
1936 Params.push_back(getVectorValue(SrcOp)); in scalarizeInstruction()
2834 VectorParts &VectorExit = getVectorValue(RdxDesc.LoopExitInstr); in vectorizeLoop()
2878 VectorParts &Val = getVectorValue(LoopVal); in vectorizeLoop()
2900 VectorParts &RdxExitVal = getVectorValue(RdxDesc.LoopExitInstr); in vectorizeLoop()
[all …]