/external/llvm/include/llvm/Analysis/ |
D | AssumptionCache.h | 135 AssumptionCacheTracker *ACT; variable 141 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr) 142 : CallbackVH(V), ACT(ACT) {} in CallbackVH()
|
D | InlineCost.h | 115 AssumptionCacheTracker *ACT, ProfileSummaryInfo *PSI); 124 AssumptionCacheTracker *ACT, ProfileSummaryInfo *PSI);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | AssumptionCache.h | 186 AssumptionCacheTracker *ACT; variable 193 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr) 194 : CallbackVH(V), ACT(ACT) {} in CallbackVH()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Cloning.h | 179 AssumptionCacheTracker *ACT = nullptr) 180 : CG(cg), ACT(ACT) {} in CG() 185 AssumptionCacheTracker *ACT; variable
|
/external/llvm/lib/Analysis/ |
D | AssumptionCache.cpp | 92 auto I = ACT->AssumptionCaches.find_as(cast<Function>(getValPtr())); in deleted() 93 if (I != ACT->AssumptionCaches.end()) in deleted() 94 ACT->AssumptionCaches.erase(I); in deleted()
|
D | InlineCost.cpp | 79 AssumptionCacheTracker *ACT; member in __anond8f3b4e60111::CallAnalyzer 206 CallAnalyzer(const TargetTransformInfo &TTI, AssumptionCacheTracker *ACT, in CallAnalyzer() argument 209 : TTI(TTI), ACT(ACT), PSI(PSI), F(Callee), CandidateCS(CSArg), in CallAnalyzer() 960 CallAnalyzer CA(TTI, ACT, PSI, *F, InlineConstants::IndirectCallThreshold, in visitCallSite() 1315 CodeMetrics::collectEphemeralValues(&F, &ACT->getAssumptionCache(F), in analyzeCall() 1449 AssumptionCacheTracker *ACT, in getInlineCost() argument 1452 ACT, PSI); in getInlineCost() 1471 AssumptionCacheTracker *ACT, in getInlineCost() argument 1506 CallAnalyzer CA(CalleeTTI, ACT, PSI, *Callee, DefaultThreshold, CS); in getInlineCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | AssumptionCache.cpp | 221 auto I = ACT->AssumptionCaches.find_as(cast<Function>(getValPtr())); in deleted() 222 if (I != ACT->AssumptionCaches.end()) in deleted() 223 ACT->AssumptionCaches.erase(I); in deleted()
|
/external/ltp/testcases/kernel/io/disktest/ |
D | childmain.h | 37 EXP,ACT,REREAD enumerator
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | InlinerPass.h | 88 AssumptionCacheTracker *ACT;
|
/external/icu/icu4c/source/data/zone/ |
D | en_NZ.txt | 9 sg{"ACT"}
|
D | en_AU.txt | 26 sg{"ACT"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/ |
D | Inliner.h | 76 AssumptionCacheTracker *ACT;
|
/external/llvm/lib/Transforms/IPO/ |
D | InlineSimple.cpp | 64 return llvm::getInlineCost(CS, DefaultThreshold, TTI, ACT, PSI); in getInlineCost()
|
D | SampleProfile.cpp | 99 : DT(nullptr), PDT(nullptr), LI(nullptr), ACT(nullptr), Reader(), in SampleProfileLoader() 105 void setACT(AssumptionCacheTracker *A) { ACT = A; } in setACT() 164 AssumptionCacheTracker *ACT; member in __anon79c3e4830111::SampleProfileLoader 641 InlineFunctionInfo IFI(nullptr, ACT); in inlineHotFunctions()
|
D | Inliner.cpp | 378 ACT = &getAnalysis<AssumptionCacheTracker>(); in inlineCalls() 440 InlineFunctionInfo InlineInfo(&CG, ACT); in inlineCalls()
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | timezone_aliases.txt | 6 ACT; Australia/Darwin 32 Australia/ACT; Australia/Sydney
|
/external/u-boot/arch/arm/dts/ |
D | bcm2835-rpi.dtsi | 13 label = "ACT";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | InlineSimple.cpp | 70 return ACT->getAssumptionCache(F); in getInlineCost()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 31 Australia/ACT ; Australia/Sydney 145 ACT ; Australia/Darwin
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | TimeZoneAliases.txt | 23 Australia/ACT ; Australia/Sydney 137 ACT ; Australia/Darwin
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 31 Australia/ACT ; Australia/Sydney 145 ACT ; Australia/Darwin
|
/external/llvm/lib/ObjectYAML/ |
D | COFFYAML.cpp | 460 IO &IO, COFF::AuxiliaryCLRToken &ACT) { in mapping() argument 461 MappingNormalization<NAuxTokenType, uint8_t> NATT(IO, ACT.AuxType); in mapping() 463 IO.mapRequired("SymbolTableIndex", ACT.SymbolTableIndex); in mapping()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVLowerOCLBlocks.cpp | 342 auto ACT = &getAnalysis<AssumptionCacheTracker>(); in lowerReturnBlock() local 345 InlineFunctionInfo IFI(CG, ACT); in lowerReturnBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/ |
D | inline-act.ll | 3 ; Sample profile should have non-empty ACT passed to inliner
|
/external/llvm/test/Transforms/SampleProfile/ |
D | inline-act.ll | 3 ; Sample profile should have non-empty ACT passed to inliner
|