Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp352 VectorParts &getVectorValue(Value *V);
1711 InnerLoopVectorizer::getVectorValue(Value *V) { in getVectorValue() function in InnerLoopVectorizer
1783 Value *FirstBasePtr = getVectorValue(PtrOperand)[0]; in vectorizeMemoryInstruction()
1814 VectorParts &GEPParts = getVectorValue(GepOperand); in vectorizeMemoryInstruction()
1826 VectorParts &PtrVal = getVectorValue(Ptr); in vectorizeMemoryInstruction()
1838 VectorParts StoredVal = getVectorValue(SI->getValueOperand()); in vectorizeMemoryInstruction()
1913 Params.push_back(getVectorValue(SrcOp)); in scalarizeInstruction()
2787 VectorParts &VectorExit = getVectorValue(RdxDesc.LoopExitInstr); in vectorizeLoop()
2831 VectorParts &Val = getVectorValue(LoopVal); in vectorizeLoop()
2853 VectorParts &RdxExitVal = getVectorValue(RdxDesc.LoopExitInstr); in vectorizeLoop()
[all …]