Searched refs:DB_ (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Transforms/Vectorize/ |
D | LoopVectorize.h | 96 DemandedBits &DB_, AliasAnalysis &AA_, AssumptionCache &AC_,
|
D | SLPVectorizer.h | 62 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/ |
D | LoopVectorize.h | 152 DemandedBits &DB_, AliasAnalysis &AA_, AssumptionCache &AC_,
|
D | SLPVectorizer.h | 82 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_,
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3506 AssumptionCache *AC_, DemandedBits *DB_) { in runImpl() argument 3514 DB = DB_; in runImpl()
|
D | LoopVectorize.cpp | 6597 DemandedBits &DB_, AliasAnalysis &AA_, AssumptionCache &AC_, in runImpl() argument 6609 DB = &DB_; in runImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 5614 AssumptionCache *AC_, DemandedBits *DB_, in runImpl() argument 5623 DB = DB_; in runImpl()
|
D | LoopVectorize.cpp | 7897 DemandedBits &DB_, AliasAnalysis &AA_, AssumptionCache &AC_, in runImpl() argument 7909 DB = &DB_; in runImpl()
|