/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocBasic.cpp | 85 void getAnalysisUsage(AnalysisUsage &AU) const override; 172 void RABasic::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 173 AU.setPreservesCFG(); in getAnalysisUsage() 174 AU.addRequired<AAResultsWrapperPass>(); in getAnalysisUsage() 175 AU.addPreserved<AAResultsWrapperPass>(); in getAnalysisUsage() 176 AU.addRequired<LiveIntervals>(); in getAnalysisUsage() 177 AU.addPreserved<LiveIntervals>(); in getAnalysisUsage() 178 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage() 179 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage() 180 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage() [all …]
|
D | MachineFunctionPass.cpp | 103 void MachineFunctionPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 104 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage() 105 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage() 112 AU.addPreserved<BasicAAWrapperPass>(); in getAnalysisUsage() 113 AU.addPreserved<DominanceFrontierWrapperPass>(); in getAnalysisUsage() 114 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 115 AU.addPreserved<AAResultsWrapperPass>(); in getAnalysisUsage() 116 AU.addPreserved<GlobalsAAWrapperPass>(); in getAnalysisUsage() 117 AU.addPreserved<IVUsersWrapperPass>(); in getAnalysisUsage() 118 AU.addPreserved<LoopInfoWrapperPass>(); in getAnalysisUsage() [all …]
|
D | GCRootLowering.cpp | 48 void getAnalysisUsage(AnalysisUsage &AU) const override; 74 void getAnalysisUsage(AnalysisUsage &AU) const override; 99 void LowerIntrinsics::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 100 FunctionPass::getAnalysisUsage(AU); in getAnalysisUsage() 101 AU.addRequired<GCModuleInfo>(); in getAnalysisUsage() 102 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 250 void GCMachineCodeAnalysis::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 251 MachineFunctionPass::getAnalysisUsage(AU); in getAnalysisUsage() 252 AU.setPreservesAll(); in getAnalysisUsage() 253 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage() [all …]
|
D | MachineRegionInfo.cpp | 110 void MachineRegionInfoPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 111 AU.setPreservesAll(); in getAnalysisUsage() 112 AU.addRequired<MachineDominatorTree>(); in getAnalysisUsage() 113 AU.addRequired<MachinePostDominatorTree>(); in getAnalysisUsage() 114 AU.addRequired<MachineDominanceFrontier>(); in getAnalysisUsage() 115 MachineFunctionPass::getAnalysisUsage(AU); in getAnalysisUsage()
|
D | TailDuplication.cpp | 41 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() 42 AU.addRequired<MachineBranchProbabilityInfo>(); in getAnalysisUsage() 43 AU.addRequired<LazyMachineBlockFrequencyInfoPass>(); in getAnalysisUsage() 44 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage() 45 MachineFunctionPass::getAnalysisUsage(AU); in getAnalysisUsage()
|
/third_party/ffmpeg/tests/ref/fate/ |
D | pixelutils | 6 [OK] [AU] SAD [random] 2x2=320 ref=320 7 [OK] [AU] SAD [random] 4x4=1522 ref=1522 8 [OK] [AU] SAD [random] 8x8=5821 ref=5821 9 [OK] [AU] SAD [random] 16x16=21951 ref=21951 10 [OK] [AU] SAD [random] 32x32=86983 ref=86983 21 [OK] [AU] SAD [max] 2x2=1020 ref=1020 22 [OK] [AU] SAD [max] 4x4=4080 ref=4080 23 [OK] [AU] SAD [max] 8x8=16320 ref=16320 24 [OK] [AU] SAD [max] 16x16=65280 ref=65280 25 [OK] [AU] SAD [max] 32x32=261120 ref=261120 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyBlockFrequencyInfo.cpp | 43 void LazyBlockFrequencyInfoPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 44 LazyBranchProbabilityInfoPass::getLazyBPIAnalysisUsage(AU); in getAnalysisUsage() 48 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 49 AU.addRequired<LoopInfoWrapperPass>(); in getAnalysisUsage() 50 AU.setPreservesAll(); in getAnalysisUsage() 62 void LazyBlockFrequencyInfoPass::getLazyBFIAnalysisUsage(AnalysisUsage &AU) { in getLazyBFIAnalysisUsage() argument 63 LazyBranchProbabilityInfoPass::getLazyBPIAnalysisUsage(AU); in getLazyBFIAnalysisUsage() 64 AU.addRequired<LazyBlockFrequencyInfoPass>(); in getLazyBFIAnalysisUsage() 65 AU.addRequired<LoopInfoWrapperPass>(); in getLazyBFIAnalysisUsage()
|
D | LazyBranchProbabilityInfo.cpp | 45 void LazyBranchProbabilityInfoPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 49 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 50 AU.addRequired<LoopInfoWrapperPass>(); in getAnalysisUsage() 51 AU.addRequired<TargetLibraryInfoWrapperPass>(); in getAnalysisUsage() 52 AU.setPreservesAll(); in getAnalysisUsage() 65 void LazyBranchProbabilityInfoPass::getLazyBPIAnalysisUsage(AnalysisUsage &AU) { in getLazyBPIAnalysisUsage() argument 66 AU.addRequired<LazyBranchProbabilityInfoPass>(); in getLazyBPIAnalysisUsage() 67 AU.addRequired<LoopInfoWrapperPass>(); in getLazyBPIAnalysisUsage() 68 AU.addRequired<TargetLibraryInfoWrapperPass>(); in getLazyBPIAnalysisUsage()
|
D | CFGPrinter.cpp | 50 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() 51 AU.setPreservesAll(); in getAnalysisUsage() 80 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() 81 AU.setPreservesAll(); in getAnalysisUsage() 127 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() 128 AU.setPreservesAll(); in getAnalysisUsage() 156 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() 157 AU.setPreservesAll(); in getAnalysisUsage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyOptimizeLiveIntervals.cpp | 40 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() 41 AU.setPreservesCFG(); in getAnalysisUsage() 42 AU.addRequired<LiveIntervals>(); in getAnalysisUsage() 43 AU.addPreserved<MachineBlockFrequencyInfo>(); in getAnalysisUsage() 44 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage() 45 AU.addPreserved<LiveIntervals>(); in getAnalysisUsage() 46 AU.addPreservedID(LiveVariablesID); in getAnalysisUsage() 47 AU.addPreservedID(MachineDominatorsID); in getAnalysisUsage() 48 MachineFunctionPass::getAnalysisUsage(AU); in getAnalysisUsage()
|
D | WebAssemblyMemIntrinsicResults.cpp | 55 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() 56 AU.setPreservesCFG(); in getAnalysisUsage() 57 AU.addRequired<MachineBlockFrequencyInfo>(); in getAnalysisUsage() 58 AU.addPreserved<MachineBlockFrequencyInfo>(); in getAnalysisUsage() 59 AU.addRequired<MachineDominatorTree>(); in getAnalysisUsage() 60 AU.addPreserved<MachineDominatorTree>(); in getAnalysisUsage() 61 AU.addRequired<LiveIntervals>(); in getAnalysisUsage() 62 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage() 63 AU.addPreserved<LiveIntervals>(); in getAnalysisUsage() 64 AU.addRequired<TargetLibraryInfoWrapperPass>(); in getAnalysisUsage() [all …]
|
D | WebAssemblyArgumentMove.cpp | 50 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() 51 AU.setPreservesCFG(); in getAnalysisUsage() 52 AU.addPreserved<MachineBlockFrequencyInfo>(); in getAnalysisUsage() 53 AU.addPreservedID(MachineDominatorsID); in getAnalysisUsage() 54 MachineFunctionPass::getAnalysisUsage(AU); in getAnalysisUsage()
|
D | WebAssemblyOptimizeReturned.cpp | 30 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() 31 AU.setPreservesCFG(); in getAnalysisUsage() 32 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 33 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 34 FunctionPass::getAnalysisUsage(AU); in getAnalysisUsage()
|
D | WebAssemblySetP2AlignOperands.cpp | 37 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() 38 AU.setPreservesCFG(); in getAnalysisUsage() 39 AU.addPreserved<MachineBlockFrequencyInfo>(); in getAnalysisUsage() 40 AU.addPreservedID(MachineDominatorsID); in getAnalysisUsage() 41 MachineFunctionPass::getAnalysisUsage(AU); in getAnalysisUsage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 63 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() argument 64 AU.setPreservesAll(); in getAnalysisUsage() 65 AU.addRequired<AnalysisT>(); in getAnalysisUsage() 115 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() argument 116 AU.setPreservesAll(); in getAnalysisUsage() 117 AU.addRequired<AnalysisT>(); in getAnalysisUsage() 141 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() argument 142 AU.setPreservesAll(); in getAnalysisUsage() 143 AU.addRequired<AnalysisT>(); in getAnalysisUsage() 177 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64PreLegalizerCombiner.cpp | 112 void getAnalysisUsage(AnalysisUsage &AU) const override; 118 void AArch64PreLegalizerCombiner::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 119 AU.addRequired<TargetPassConfig>(); in getAnalysisUsage() 120 AU.setPreservesCFG(); in getAnalysisUsage() 121 getSelectionDAGFallbackAnalysisUsage(AU); in getAnalysisUsage() 122 AU.addRequired<GISelKnownBitsAnalysis>(); in getAnalysisUsage() 123 AU.addPreserved<GISelKnownBitsAnalysis>(); in getAnalysisUsage() 125 AU.addRequired<MachineDominatorTree>(); in getAnalysisUsage() 126 AU.addPreserved<MachineDominatorTree>(); in getAnalysisUsage() 128 MachineFunctionPass::getAnalysisUsage(AU); in getAnalysisUsage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsPreLegalizerCombiner.cpp | 66 void getAnalysisUsage(AnalysisUsage &AU) const override; 70 void MipsPreLegalizerCombiner::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 71 AU.addRequired<TargetPassConfig>(); in getAnalysisUsage() 72 AU.setPreservesCFG(); in getAnalysisUsage() 73 getSelectionDAGFallbackAnalysisUsage(AU); in getAnalysisUsage() 74 MachineFunctionPass::getAnalysisUsage(AU); in getAnalysisUsage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LCSSA.cpp | 437 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() 438 AU.setPreservesCFG(); in getAnalysisUsage() 440 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 441 AU.addRequired<LoopInfoWrapperPass>(); in getAnalysisUsage() 442 AU.addPreservedID(LoopSimplifyID); in getAnalysisUsage() 443 AU.addPreserved<AAResultsWrapperPass>(); in getAnalysisUsage() 444 AU.addPreserved<BasicAAWrapperPass>(); in getAnalysisUsage() 445 AU.addPreserved<GlobalsAAWrapperPass>(); in getAnalysisUsage() 446 AU.addPreserved<ScalarEvolutionWrapperPass>(); in getAnalysisUsage() 447 AU.addPreserved<SCEVAAWrapperPass>(); in getAnalysisUsage() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIPreAllocateWWMRegs.cpp | 57 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() 58 AU.addRequired<LiveIntervals>(); in getAnalysisUsage() 59 AU.addPreserved<LiveIntervals>(); in getAnalysisUsage() 60 AU.addRequired<VirtRegMap>(); in getAnalysisUsage() 61 AU.addRequired<LiveRegMatrix>(); in getAnalysisUsage() 62 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage() 63 AU.setPreservesCFG(); in getAnalysisUsage() 64 MachineFunctionPass::getAnalysisUsage(AU); in getAnalysisUsage()
|
D | AMDGPUUnifyDivergentExitNodes.cpp | 61 void getAnalysisUsage(AnalysisUsage &AU) const override; 78 void AMDGPUUnifyDivergentExitNodes::getAnalysisUsage(AnalysisUsage &AU) const{ in INITIALIZE_PASS_DEPENDENCY() 80 AU.addRequired<PostDominatorTreeWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY() 82 AU.addRequired<LegacyDivergenceAnalysis>(); in INITIALIZE_PASS_DEPENDENCY() 85 AU.addPreserved<LegacyDivergenceAnalysis>(); in INITIALIZE_PASS_DEPENDENCY() 88 AU.addPreservedID(BreakCriticalEdgesID); in INITIALIZE_PASS_DEPENDENCY() 91 AU.addPreservedID(LowerSwitchID); in INITIALIZE_PASS_DEPENDENCY() 92 FunctionPass::getAnalysisUsage(AU); in INITIALIZE_PASS_DEPENDENCY() 94 AU.addRequired<TargetTransformInfoWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 129 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() 130 AU.setPreservesCFG(); in getAnalysisUsage() 131 AU.addRequired<AAResultsWrapperPass>(); in getAnalysisUsage() 132 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 133 AU.addRequiredID(LCSSAID); in getAnalysisUsage() 134 AU.addRequired<LoopAccessLegacyAnalysis>(); in getAnalysisUsage() 135 AU.addRequired<LoopInfoWrapperPass>(); in getAnalysisUsage() 136 AU.addRequiredID(LoopSimplifyID); in getAnalysisUsage() 137 AU.addRequired<ScalarEvolutionWrapperPass>(); in getAnalysisUsage() 138 AU.addPreserved<AAResultsWrapperPass>(); in getAnalysisUsage() [all …]
|
D | LoopInstSimplify.cpp | 209 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() 210 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage() 211 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 212 AU.addRequired<TargetLibraryInfoWrapperPass>(); in getAnalysisUsage() 213 AU.setPreservesCFG(); in getAnalysisUsage() 215 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 216 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 218 getLoopAnalysisUsage(AU); in getAnalysisUsage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | LegacyPassManagers.h | 251 AnalysisUsage AU; member 252 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {} in AUFoldingSetNode() 254 Profile(ID, AU); in Profile() 256 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) { in Profile() 259 ID.AddBoolean(AU.getPreservesAll()); in Profile() 265 ProfileVec(AU.getRequiredSet()); in Profile() 266 ProfileVec(AU.getRequiredTransitiveSet()); in Profile() 267 ProfileVec(AU.getPreservedSet()); in Profile() 268 ProfileVec(AU.getUsedSet()); in Profile()
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | ShortNumberInfoTest.java | 163 parse(ambiguousPremiumRateString, RegionCode.AU), RegionCode.AU)); in testGetExpectedCostForSharedCountryCallingCode() 165 parse(ambiguousPremiumRateString, RegionCode.AU), RegionCode.AU)); in testGetExpectedCostForSharedCountryCallingCode() 175 parse(ambiguousStandardRateString, RegionCode.AU), RegionCode.AU)); in testGetExpectedCostForSharedCountryCallingCode() 177 parse(ambiguousStandardRateString, RegionCode.AU), RegionCode.AU)); in testGetExpectedCostForSharedCountryCallingCode() 185 assertTrue(shortInfo.isValidShortNumberForRegion(parse(ambiguousTollFreeString, RegionCode.AU), in testGetExpectedCostForSharedCountryCallingCode() 186 RegionCode.AU)); in testGetExpectedCostForSharedCountryCallingCode() 188 parse(ambiguousTollFreeString, RegionCode.AU), RegionCode.AU)); in testGetExpectedCostForSharedCountryCallingCode() 325 assertTrue(shortInfo.isEmergencyNumber("112", RegionCode.AU)); in testEmergencyNumberForSharedCountryCallingCode() 326 assertTrue(shortInfo.isValidShortNumberForRegion(parse("112", RegionCode.AU), RegionCode.AU)); in testEmergencyNumberForSharedCountryCallingCode() 328 shortInfo.getExpectedCostForRegion(parse("112", RegionCode.AU), RegionCode.AU)); in testEmergencyNumberForSharedCountryCallingCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LoopExtractor.cpp | 50 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage() 51 AU.addRequiredID(BreakCriticalEdgesID); in getAnalysisUsage() 52 AU.addRequiredID(LoopSimplifyID); in getAnalysisUsage() 53 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 54 AU.addRequired<LoopInfoWrapperPass>(); in getAnalysisUsage() 55 AU.addUsedIfAvailable<AssumptionCacheTracker>(); in getAnalysisUsage()
|