Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp423 VectorParts &getVectorValue(Value *V);
2077 InnerLoopVectorizer::getVectorValue(Value *V) { in getVectorValue() function in InnerLoopVectorizer
2250 VectorParts &PtrParts = getVectorValue(Ptr); in vectorizeInterleaveGroup()
2326 getVectorValue(dyn_cast<StoreInst>(Member)->getValueOperand())[Part]; in vectorizeInterleaveGroup()
2398 Value *FirstBasePtr = getVectorValue(PtrOperand)[0]; in vectorizeMemoryInstruction()
2431 VectorParts &GEPParts = getVectorValue(GepOperand); in vectorizeMemoryInstruction()
2443 VectorParts &PtrVal = getVectorValue(Ptr); in vectorizeMemoryInstruction()
2455 VectorParts StoredVal = getVectorValue(SI->getValueOperand()); in vectorizeMemoryInstruction()
2531 Params.push_back(getVectorValue(SrcOp)); in scalarizeInstruction()
3324 VectorParts &VectorExit = getVectorValue(LoopExitInst); in vectorizeLoop()
[all …]