Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp330 typedef SmallVector<Value *, 2> VectorParts; typedef in __anon63bf7e8f0111::InnerLoopVectorizer
334 typedef DenseMap<std::pair<BasicBlock *, BasicBlock *>, VectorParts>
367 VectorParts createBlockInMask(BasicBlock *BB);
370 VectorParts createEdgeMask(BasicBlock *Src, BasicBlock *Dst);
378 void widenPHIInstruction(Instruction *PN, VectorParts &Entry, unsigned UF,
418 VectorParts &Entry, IntegerType *TruncType);
423 void widenIntInduction(PHINode *IV, VectorParts &Entry,
431 VectorParts &getVectorValue(Value *V);
489 VectorParts &splat(Value *Key, Value *Val) { in splat()
490 VectorParts &Entry = MapStorage[Key]; in splat()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h119 using VectorParts = SmallVector<Value *, 2>; member
121 std::map<Value *, VectorParts> VectorMapStorage;
138 const VectorParts &Entry = VectorMapStorage.find(Key)->second; in hasVectorValue()
180 VectorParts Entry(UF); in setVectorValue()
DLoopVectorize.cpp388 using VectorParts = SmallVector<Value *, 2>; typedef in llvm::InnerLoopVectorizer
445 VectorParts *BlockInMask = nullptr);
2386 VectorParts *BlockInMask) { in vectorizeMemoryInstruction()
2428 VectorParts Mask; in vectorizeMemoryInstruction()
3635 VectorParts RdxParts(UF); in fixReduction()
7123 InnerLoopVectorizer::VectorParts Entry(State.UF); in execute()
7238 InnerLoopVectorizer::VectorParts MaskValues(State.UF); in execute()