Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlan.h122 using VectorParts = SmallVector<Value *, 2>; member
124 std::map<Value *, VectorParts> VectorMapStorage;
141 const VectorParts &Entry = VectorMapStorage.find(Key)->second; in hasVectorValue()
183 VectorParts Entry(UF); in setVectorValue()
H A DLoopVectorize.cpp376 using VectorParts = SmallVector<Value *, 2>; typedef in llvm::InnerLoopVectorizer
430 VectorParts *BlockInMask = nullptr);
435 VectorParts *BlockInMask = nullptr);
1995 VectorParts *BlockInMask) { in vectorizeInterleaveGroup()
2018 VectorParts Mask; in vectorizeInterleaveGroup()
2182 VectorParts *BlockInMask) { in vectorizeMemoryInstruction()
2224 VectorParts Mask; in vectorizeMemoryInstruction()
3574 VectorParts RdxParts(UF); in fixReduction()
6961 InnerLoopVectorizer::VectorParts Entry(State.UF); in execute()
6989 InnerLoopVectorizer::VectorParts MaskValues(State.UF); in execute()
[all …]