Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp431 VectorParts &getVectorValue(Value *V);
2117 InnerLoopVectorizer::getVectorValue(Value *V) { in getVectorValue() function in InnerLoopVectorizer
2290 VectorParts &PtrParts = getVectorValue(Ptr); in vectorizeInterleaveGroup()
2366 getVectorValue(cast<StoreInst>(Member)->getValueOperand())[Part]; in vectorizeInterleaveGroup()
2447 Value *FirstBasePtr = getVectorValue(PtrOperand)[0]; in vectorizeMemoryInstruction()
2479 VectorParts &GEPParts = getVectorValue(GepOperand); in vectorizeMemoryInstruction()
2497 VectorParts &PtrVal = getVectorValue(Ptr); in vectorizeMemoryInstruction()
2512 OpsV.push_back(getVectorValue(Op)); in vectorizeMemoryInstruction()
2530 VectorGep = getVectorValue(Ptr); in vectorizeMemoryInstruction()
2541 VectorParts StoredVal = getVectorValue(SI->getValueOperand()); in vectorizeMemoryInstruction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2098 return VectorLoopValueMap.getVectorValue(V, Part); in getOrCreateVectorValue()
2146 VectorValue = VectorLoopValueMap.getVectorValue(V, Part); in getOrCreateVectorValue()
2200 Value *VectorValue = VectorLoopValueMap.getVectorValue(V, Instance.Part); in packScalarIntoVectorValue()
3449 cast<Instruction>(VectorLoopValueMap.getVectorValue(Phi, 0))); in fixFirstOrderRecurrence()
3486 Value *PhiPart = VectorLoopValueMap.getVectorValue(Phi, Part); in fixFirstOrderRecurrence()
3637 RdxParts[Part] = VectorLoopValueMap.getVectorValue(LoopExitInst, Part); in fixReduction()
3658 Value *ReducedPartRdx = VectorLoopValueMap.getVectorValue(LoopExitInst, 0); in fixReduction()
3662 Value *RdxPart = VectorLoopValueMap.getVectorValue(LoopExitInst, Part); in fixReduction()
7218 Value *VectorValue = State.ValueMap.getVectorValue(PredInst, Part); in execute()
DVPlan.h163 Value *getVectorValue(Value *Key, unsigned Part) { in getVectorValue() function