| /external/llvm/lib/Transforms/Utils/ |
| D | Mem2Reg.cpp | 31 AssumptionCache &AC) { in promoteMemoryToRegister() 58 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local 81 AssumptionCache &AC = in runOnFunction() local
|
| D | SimplifyInstructions.cpp | 38 AssumptionCache *AC) { in runImpl() 107 AssumptionCache *AC = in runOnFunction() local 132 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
| D | Mem2Reg.cpp | 36 AssumptionCache &AC) { in promoteMemoryToRegister() 63 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local 89 AssumptionCache &AC = in runOnFunction() local
|
| D | AssumeBundleBuilder.cpp | 110 AssumptionCache* AC = nullptr; member 293 void llvm::salvageKnowledge(Instruction *I, AssumptionCache *AC, in salvageKnowledge() 308 Instruction *CtxI, AssumptionCache *AC, in buildAssumeFromKnowledge() 318 AssumptionCache *AC, in simplifyRetainedKnowledge() 335 AssumptionCache &AC; member 542 bool simplifyAssumes(Function &F, AssumptionCache *AC, DominatorTree *DT) { in simplifyAssumes() 583 AssumptionCache &AC = in runOnFunction() local 612 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local 628 AssumptionCache &AC = in runOnFunction() local
|
| D | LoopSimplify.cpp | 174 AssumptionCache *AC) { in findPHIToPartitionLoops() 218 AssumptionCache *AC, MemorySSAUpdater *MSSAU) { in separateNestedLoop() 481 ScalarEvolution *SE, AssumptionCache *AC, in simplifyOneLoop() 709 ScalarEvolution *SE, AssumptionCache *AC, in simplifyLoop() 801 AssumptionCache *AC = in runOnFunction() local 833 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | Mem2Reg.cpp | 36 AssumptionCache &AC) { in promoteMemoryToRegister() 63 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local 89 AssumptionCache &AC = in runOnFunction() local
|
| /external/libcxx/test/std/utilities/memory/default.allocator/ |
| D | allocator.ctor.pass.cpp | 32 typedef std::allocator<char> AC; in main() typedef 41 typedef std::allocator<const char> AC; in main() typedef
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | SimplifyCFGPass.cpp | 132 AssumptionCache *AC, in iterativelySimplifyCFG() 159 AssumptionCache *AC, int BonusInstThreshold) { in simplifyFunctionCFG() 192 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local 217 AssumptionCache *AC = in runOnFunction() local
|
| /external/llvm/include/llvm/Analysis/ |
| D | DemandedBits.h | 41 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits() 54 AssumptionCache &AC; variable
|
| D | PHITransAddr.h | 47 AssumptionCache *AC; variable 53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | PHITransAddr.h | 46 AssumptionCache *AC; variable 52 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
|
| D | DemandedBits.h | 42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits() 72 AssumptionCache &AC; variable
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
| D | DemandedBits.h | 42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits() 89 AssumptionCache &AC; variable
|
| D | PHITransAddr.h | 46 AssumptionCache *AC; variable 52 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
| D | NVPTXUtilities.cpp | 42 static AnnotationCache AC; in getAnnotationCache() local 48 auto &AC = getAnnotationCache(); in clearAnnotationCache() local 54 auto &AC = getAnnotationCache(); in cacheAnnotationFromMD() local 81 auto &AC = getAnnotationCache(); in cacheAnnotationFromMD() local 116 auto &AC = getAnnotationCache(); in findOneNVVMAnnotation() local 131 auto &AC = getAnnotationCache(); in findAllNVVMAnnotation() local
|
| /external/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 53 AssumptionCache *AC; member 584 const DominatorTree *DT, AssumptionCache *AC, in SimplifyAddInst() 779 const DominatorTree *DT, AssumptionCache *AC, in SimplifySubInst() 948 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFAddInst() 957 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFSubInst() 966 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFMulInst() 974 const DominatorTree *DT, AssumptionCache *AC, in SimplifyMulInst() 1075 const DominatorTree *DT, AssumptionCache *AC, in SimplifySDivInst() 1093 const DominatorTree *DT, AssumptionCache *AC, in SimplifyUDivInst() 1136 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFDivInst() [all …]
|
| D | CodeMetrics.cpp | 65 const Loop *L, AssumptionCache *AC, in collectEphemeralValues() 87 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | LoopDataPrefetch.cpp | 64 LoopDataPrefetch(AssumptionCache *AC, LoopInfo *LI, ScalarEvolution *SE, in LoopDataPrefetch() 96 AssumptionCache *AC; member in __anon8ce123f00111::LoopDataPrefetch 161 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local 185 AssumptionCache *AC = in runOnFunction() local
|
| D | InstSimplifyPass.cpp | 105 AssumptionCache *AC = in runOnFunction() local 135 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineInternal.h | 143 AssumptionCache *AC; variable 146 InstCombineIRInserter(InstCombineWorklist &WL, AssumptionCache *AC) in InstCombineIRInserter() 187 AssumptionCache *AC; variable 201 AssumptionCache *AC, TargetLibraryInfo *TLI, in InstCombiner()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
| D | Loads.cpp | 41 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT, in isDereferenceableAndAlignedPointer() 189 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT, in isDereferenceableAndAlignedPointer() 203 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT, in isDereferenceableAndAlignedPointer() 224 AssumptionCache *AC, in isDereferenceablePointer() 265 AssumptionCache *AC) { in isDereferenceableAndAlignedInLoop() 328 AssumptionCache *AC, in isSafeToLoadUnconditionally() 405 AssumptionCache *AC, in isSafeToLoadUnconditionally()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/AggressiveInstCombine/ |
| D | AggressiveInstCombineInternal.h | 55 AssumptionCache &AC; variable 82 TruncInstCombine(AssumptionCache &AC, TargetLibraryInfo &TLI, in TruncInstCombine()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | CodeMetrics.cpp | 71 const Loop *L, AssumptionCache *AC, in collectEphemeralValues() 95 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
|
| /external/sdv/vsomeip/third_party/boost/type_traits/test/ |
| D | common_type_fail.cpp | 26 typedef tt::common_type<C1, C2>::type AC; typedef
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
| D | InstSimplifyPass.cpp | 103 AssumptionCache *AC = in runOnFunction() local 133 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
|