Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp252 VectorParts &getVectorValue(Value *V);
1170 InnerLoopVectorizer::getVectorValue(Value *V) { in getVectorValue() function in InnerLoopVectorizer
1235 Value *FirstBasePtr = getVectorValue(PtrOperand)[0]; in vectorizeMemoryInstruction()
1266 VectorParts &GEPParts = getVectorValue(GepOperand); in vectorizeMemoryInstruction()
1278 VectorParts &PtrVal = getVectorValue(Ptr); in vectorizeMemoryInstruction()
1289 VectorParts StoredVal = getVectorValue(SI->getValueOperand()); in vectorizeMemoryInstruction()
1347 Params.push_back(getVectorValue(SrcOp)); in scalarizeInstruction()
2178 VectorParts &VectorExit = getVectorValue(RdxDesc.LoopExitInstr); in vectorizeLoop()
2225 VectorParts &Val = getVectorValue(LoopVal); in vectorizeLoop()
2245 VectorParts &RdxExitVal = getVectorValue(RdxDesc.LoopExitInstr); in vectorizeLoop()
[all …]