Home
last modified time | relevance | path

Searched refs:getVectorValue (Results 1 – 7 of 7) 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/llvm-project/polly/lib/CodeGen/
DBlockGenerators.cpp1019 Value *VectorBlockGenerator::getVectorValue(ScopStmt &Stmt, Value *Old, in getVectorValue() function in VectorBlockGenerator
1164 Value *NewOperand = getVectorValue(Stmt, Inst->getOperand(0), VectorMap, in copyUnaryInst()
1182 NewOpZero = getVectorValue(Stmt, OpZero, VectorMap, ScalarMaps, L); in copyBinaryInst()
1183 NewOpOne = getVectorValue(Stmt, OpOne, VectorMap, ScalarMaps, L); in copyBinaryInst()
1196 Value *Vector = getVectorValue(Stmt, Store->getValueOperand(), VectorMap, in copyStore()
/external/llvm-project/polly/include/polly/CodeGen/
DBlockGenerators.h662 Value *getVectorValue(ScopStmt &Stmt, Value *Old, ValueMapT &VectorMap,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2011 return VectorLoopValueMap.getVectorValue(V, Part); in getOrCreateVectorValue()
2059 VectorValue = VectorLoopValueMap.getVectorValue(V, Part); in getOrCreateVectorValue()
2113 Value *VectorValue = VectorLoopValueMap.getVectorValue(V, Instance.Part); in packScalarIntoVectorValue()
3573 cast<Instruction>(VectorLoopValueMap.getVectorValue(Phi, 0))); in fixFirstOrderRecurrence()
3620 Value *PhiPart = VectorLoopValueMap.getVectorValue(Phi, Part); in fixFirstOrderRecurrence()
3772 VectorLoopValueMap.getVectorValue(LoopExitInst, Part); in fixReduction()
3795 RdxParts[Part] = VectorLoopValueMap.getVectorValue(LoopExitInst, Part); in fixReduction()
3816 Value *ReducedPartRdx = VectorLoopValueMap.getVectorValue(LoopExitInst, 0); in fixReduction()
3828 Value *RdxPart = VectorLoopValueMap.getVectorValue(LoopExitInst, Part); in fixReduction()
4006 cast<PHINode>(VectorLoopValueMap.getVectorValue(OrigPhi, 0)); in fixNonInductionPHIs()
[all …]
DVPlan.h166 Value *getVectorValue(Value *Key, unsigned Part) { in getVectorValue() function
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2351 return VectorLoopValueMap.getVectorValue(V, Part); in getOrCreateVectorValue()
2404 VectorValue = VectorLoopValueMap.getVectorValue(V, Part); in getOrCreateVectorValue()
2458 Value *VectorValue = VectorLoopValueMap.getVectorValue(V, Instance.Part); in packScalarIntoVectorValue()
4021 cast<Instruction>(VectorLoopValueMap.getVectorValue(Phi, 0))); in fixFirstOrderRecurrence()
4069 Value *PhiPart = VectorLoopValueMap.getVectorValue(Phi, Part); in fixFirstOrderRecurrence()
4225 VectorLoopValueMap.getVectorValue(LoopExitInst, Part); in fixReduction()
4265 RdxParts[Part] = VectorLoopValueMap.getVectorValue(LoopExitInst, Part); in fixReduction()
4286 Value *ReducedPartRdx = VectorLoopValueMap.getVectorValue(LoopExitInst, 0); in fixReduction()
4298 Value *RdxPart = VectorLoopValueMap.getVectorValue(LoopExitInst, Part); in fixReduction()
4480 cast<PHINode>(VectorLoopValueMap.getVectorValue(OrigPhi, 0)); in fixNonInductionPHIs()
[all …]
DVPlan.h178 Value *getVectorValue(Value *Key, unsigned Part) { in getVectorValue() function