Home
last modified time | relevance | path

Searched defs:AC (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMem2Reg.cpp36 AssumptionCache &AC) { in promoteMemoryToRegister()
63 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
89 AssumptionCache &AC = in runOnFunction() local
DLoopSimplify.cpp184 AssumptionCache *AC) { in findPHIToPartitionLoops()
228 AssumptionCache *AC, MemorySSAUpdater *MSSAU) { in separateNestedLoop()
474 ScalarEvolution *SE, AssumptionCache *AC, in simplifyOneLoop()
711 ScalarEvolution *SE, AssumptionCache *AC, in simplifyLoop()
804 AssumptionCache *AC = in runOnFunction() local
838 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
DLoopRotationUtils.cpp55 AssumptionCache *AC; member in __anon28c4a9530111::LoopRotate
65 const TargetTransformInfo *TTI, AssumptionCache *AC, in LoopRotate()
665 AssumptionCache *AC, DominatorTree *DT, in LoopRotation()
DPromoteMemoryToRegister.cpp233 AssumptionCache *AC; member
304 static void addAssumeNonNull(AssumptionCache *AC, LoadInst *LI) { in addAssumeNonNull()
349 DominatorTree &DT, AssumptionCache *AC) { in rewriteSingleStoreAlloca()
448 AssumptionCache *AC) { in promoteSingleBlockAlloca()
1001 AssumptionCache *AC) { in PromoteMemToReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DPHITransAddr.h46 AssumptionCache *AC; variable
52 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
DDemandedBits.h42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits()
72 AssumptionCache &AC; variable
DLazyValueInfo.h33 AssumptionCache *AC = nullptr; variable
DLoopAnalysisManager.h55 AssumptionCache &AC; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp64 LoopDataPrefetch(AssumptionCache *AC, LoopInfo *LI, ScalarEvolution *SE, in LoopDataPrefetch()
96 AssumptionCache *AC; member in __anonb6851ea20111::LoopDataPrefetch
161 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
185 AssumptionCache *AC = in runOnFunction() local
DInstSimplifyPass.cpp105 AssumptionCache *AC = in runOnFunction() local
135 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
DLoopInstSimplify.cpp52 AssumptionCache &AC, const TargetLibraryInfo &TLI, in simplifyLoopInst()
192 AssumptionCache &AC = in runOnLoop() local
DLoopUnrollAndJamPass.cpp280 AssumptionCache &AC, DependenceInfo &DI, in tryToUnrollAndJamLoop()
433 AssumptionCache &AC, DependenceInfo &DI, in tryToUnrollAndJamLoop()
483 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local
528 AssumptionCache &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
DAlignmentFromAssumptions.cpp378 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local
385 bool AlignmentFromAssumptionsPass::runImpl(Function &F, AssumptionCache &AC, in runImpl()
402 AssumptionCache &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
DLoopRotation.cpp96 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop() local
/third_party/boost/libs/type_traits/test/
Dcommon_type_fail.cpp26 typedef tt::common_type<C1, C2>::type AC; typedef
/third_party/libphonenumber/tools/java/java-build/test/com/google/i18n/phonenumbers/buildtools/testdata/
Dexpected_shortnumbermetadata.js42 "AC":[,[,,"9\\d{2}",,,,,,,[3] property
Dexpected_metadata.js45 "AC":[,[,,"[46]\\d{4}|[01589]\\d{5}",,,,,,,[5,6] property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCodeMetrics.cpp71 const Loop *L, AssumptionCache *AC, in collectEphemeralValues()
95 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
DDemandedBits.cpp297 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local
480 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
DValueTracking.cpp104 AssumptionCache *AC; member
171 AssumptionCache *AC, const Instruction *CxtI, in computeKnownBits()
182 unsigned Depth, AssumptionCache *AC, in computeKnownBits()
192 const DataLayout &DL, AssumptionCache *AC, in haveNoCommonBitsSet()
232 AssumptionCache *AC, const Instruction *CxtI, in isKnownToBeAPowerOfTwo()
241 AssumptionCache *AC, const Instruction *CxtI, in isKnownNonZero()
248 unsigned Depth, AssumptionCache *AC, in isKnownNonNegative()
257 AssumptionCache *AC, const Instruction *CxtI, in isKnownPositive()
269 AssumptionCache *AC, const Instruction *CxtI, in isKnownNegative()
279 const DataLayout &DL, AssumptionCache *AC, in isKnownNonEqual()
[all …]
DIVUsers.cpp305 IVUsers::IVUsers(Loop *L, AssumptionCache *AC, LoopInfo *LI, DominatorTree *DT, in IVUsers()
367 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DNaryReassociate.h167 AssumptionCache *AC; variable
DSROA.h67 AssumptionCache *AC = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h93 AssumptionCache *AC; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h205 AssumptionCache *AC) in LoopVectorizationLegality()
466 AssumptionCache *AC; variable

1234