Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp352 typedef SmallVector<Value*, 2> VectorParts; typedef in __anon63bf7e8f0111::InnerLoopVectorizer
357 VectorParts> EdgeMaskCache;
379 VectorParts createBlockInMask(BasicBlock *BB);
382 VectorParts createEdgeMask(BasicBlock *Src, BasicBlock *Dst);
390 void widenPHIInstruction(Instruction *PN, VectorParts &Entry,
423 VectorParts &getVectorValue(Value *V);
463 VectorParts &splat(Value *Key, Value *Val) { in splat()
464 VectorParts &Entry = MapStorage[Key]; in splat()
470 VectorParts &get(Value *Key) { in get()
471 VectorParts &Entry = MapStorage[Key]; in get()
[all …]