Searched refs:VectorParts (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 330 typedef SmallVector<Value *, 2> VectorParts; typedef in __anonfb91178e0111::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 …]
|