/external/llvm/include/llvm/Analysis/ |
D | LazyValueInfo.h | 43 LazyValueInfo(AssumptionCache *AC_, TargetLibraryInfo *TLI_, in LazyValueInfo() argument 45 : AC(AC_), TLI(TLI_), DT(DT_) {} in LazyValueInfo()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | LazyValueInfo.h | 42 LazyValueInfo(AssumptionCache *AC_, const DataLayout *DL_, in LazyValueInfo() argument 44 : AC(AC_), DL(DL_), TLI(TLI_) {} in LazyValueInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LazyValueInfo.h | 43 LazyValueInfo(AssumptionCache *AC_, const DataLayout *DL_, TargetLibraryInfo *TLI_, in LazyValueInfo() argument 45 : AC(AC_), DL(DL_), TLI(TLI_), DT(DT_) {} in LazyValueInfo()
|
/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/Scalar/ |
D | NaryReassociate.h | 107 bool runImpl(Function &F, AssumptionCache *AC_, DominatorTree *DT_,
|
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
D | NaryReassociate.h | 107 bool runImpl(Function &F, AssumptionCache *AC_, DominatorTree *DT_,
|
/external/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
D | LoopVectorize.h | 162 AAResults &AA_, AssumptionCache &AC_,
|
D | SLPVectorizer.h | 80 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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 197 bool NaryReassociatePass::runImpl(Function &F, AssumptionCache *AC_, in runImpl() argument 201 AC = AC_; in runImpl()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 197 bool NaryReassociatePass::runImpl(Function &F, AssumptionCache *AC_, in runImpl() argument 201 AC = AC_; in runImpl()
|
D | MemCpyOptimizer.cpp | 1700 AssumptionCache *AC_, DominatorTree *DT_, in runImpl() argument 1706 AC = AC_; in runImpl()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineNegator.cpp | 103 Negator::Negator(LLVMContext &C, const DataLayout &DL_, AssumptionCache &AC_, in Negator() argument 110 DL(DL_), AC(AC_), DT(DT_), IsTrulyNegation(IsTrulyNegation_) {}
|
/external/libexif/auto-m4/ |
D | lib-ld.m4 | 10 dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
|
D | lib-prefix.m4 | 16 [AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])])
|
/external/flac/m4/ |
D | lib-prefix.m4 | 14 [AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])])
|
/external/flac/ |
D | configure.ac | 19 # instead of FLAC__ since autoconf triggers off 'AC_' in strings
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3506 AssumptionCache *AC_, DemandedBits *DB_) { in runImpl() argument 3513 AC = AC_; in runImpl()
|
D | LoopVectorize.cpp | 6597 DemandedBits &DB_, AliasAnalysis &AA_, AssumptionCache &AC_, in runImpl() argument 6607 AC = &AC_; in runImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 5614 AssumptionCache *AC_, DemandedBits *DB_, in runImpl() argument 5622 AC = AC_; in runImpl()
|
D | LoopVectorize.cpp | 7897 DemandedBits &DB_, AliasAnalysis &AA_, AssumptionCache &AC_, in runImpl() argument 7907 AC = &AC_; in runImpl()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 5898 AssumptionCache *AC_, DemandedBits *DB_, in runImpl() argument 5908 AC = AC_; in runImpl()
|
D | LoopVectorize.cpp | 9278 DemandedBits &DB_, AAResults &AA_, AssumptionCache &AC_, in runImpl() argument 9288 AC = &AC_; in runImpl()
|