Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp108 using ChainID = const Value *; typedef
110 using InstrListMap = MapVector<ChainID, InstrList>;
727 static ChainID getChainID(const Value *Ptr, const DataLayout &DL) { in getChainID()
795 const ChainID ID = getChainID(Ptr, DL); in collectInstructions()
841 const ChainID ID = getChainID(Ptr, DL); in collectInstructions()
852 for (const std::pair<ChainID, InstrList> &Chain : Map) { in vectorizeChains()