/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 12 typedef ::std::pair<const char*, FunctionOrigin> FunctionInfo; typedef 13 typedef ::std::vector<FunctionInfo> FunctionInfosList; 22 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkCreateInstance", FUNCTIONORIGIN_PLATFOR… 23 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkDestroyInstance", FUNCTIONORIGIN_INSTANC… 24 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkEnumeratePhysicalDevices", FUNCTIONORIGIN_… 25 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetPhysicalDeviceFeatures", FUNCTIONORIGIN… 26 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetPhysicalDeviceFormatProperties", FUNCTION… 27 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetPhysicalDeviceImageFormatProperties", FUNC… 28 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetPhysicalDeviceProperties", FUNCTIONORIGI… 29 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetPhysicalDeviceQueueFamilyProperties", FUNC… [all …]
|
/external/v8/src/profiler/ |
D | allocation-tracker.h | 98 struct FunctionInfo { struct 99 FunctionInfo(); 115 const List<FunctionInfo*>& function_info_list() const { in function_info_list() argument 122 static void DeleteFunctionInfo(FunctionInfo** info); 127 UnresolvedLocation(Script* script, int start, FunctionInfo* info); 136 FunctionInfo* info_; 145 List<FunctionInfo*> function_info_list_;
|
D | allocation-tracker.cc | 59 AllocationTracker::FunctionInfo* info = in Print() 108 AllocationTracker::FunctionInfo::FunctionInfo() in FunctionInfo() function in v8::internal::AllocationTracker::FunctionInfo 189 void AllocationTracker::DeleteFunctionInfo(FunctionInfo** info) { in DeleteFunctionInfo() 198 FunctionInfo* info = new FunctionInfo(); in AllocationTracker() 265 FunctionInfo* info = new FunctionInfo(); in AddFunctionInfo() 292 FunctionInfo* info = new FunctionInfo(); in functionInfoIndexForVMState() 302 Script* script, int start, FunctionInfo* info) in UnresolvedLocation()
|
D | heap-snapshot-generator.cc | 3012 const List<AllocationTracker::FunctionInfo*>& list = in SerializeTraceNodeInfos() 3015 AllocationTracker::FunctionInfo* info = list[i]; in SerializeTraceNodeInfos()
|
/external/llvm/lib/Analysis/ |
D | GlobalsModRef.cpp | 62 class GlobalsAAResult::FunctionInfo { class in GlobalsAAResult 97 FunctionInfo() : Info() {} in FunctionInfo() function in GlobalsAAResult::FunctionInfo 98 ~FunctionInfo() { in ~FunctionInfo() 104 FunctionInfo(const FunctionInfo &Arg) in FunctionInfo() function in GlobalsAAResult::FunctionInfo 109 FunctionInfo(FunctionInfo &&Arg) in FunctionInfo() function in GlobalsAAResult::FunctionInfo 113 FunctionInfo &operator=(const FunctionInfo &RHS) { in operator =() 120 FunctionInfo &operator=(FunctionInfo &&RHS) { in operator =() 158 void addFunctionInfo(const FunctionInfo &FI) { in addFunctionInfo() 232 if (FunctionInfo *FI = getFunctionInfo(F)) { in getModRefBehavior() 248 if (FunctionInfo *FI = getFunctionInfo(F)) { in getModRefBehavior() [all …]
|
D | CFLSteensAliasAnalysis.cpp | 69 class CFLSteensAAResult::FunctionInfo { class in CFLSteensAAResult 74 FunctionInfo(Function &Fn, const SmallVectorImpl<Value *> &RetVals, 128 CFLSteensAAResult::FunctionInfo::FunctionInfo( in FunctionInfo() function in CFLSteensAAResult::FunctionInfo 197 CFLSteensAAResult::FunctionInfo CFLSteensAAResult::buildSetsFrom(Function *Fn) { in buildSetsFrom() 236 return FunctionInfo(*Fn, GraphBuilder.getReturnValues(), SetBuilder.build()); in buildSetsFrom() 240 auto InsertPair = Cache.insert(std::make_pair(Fn, Optional<FunctionInfo>())); in scan() 258 const Optional<CFLSteensAAResult::FunctionInfo> &
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 86 struct FunctionInfo { struct 103 FunctionInfo *CurFn; argument 127 const FunctionInfo &FI, 132 MapVector<const Function *, FunctionInfo> FnDebugInfo; 192 void emitDebugInfoForFunction(const Function *GV, FunctionInfo &FI); 210 void emitInlinedCallSite(const FunctionInfo &FI, const DILocation *InlinedAt,
|
D | CodeViewDebug.cpp | 532 SmallVectorImpl<unsigned> &Children, const FunctionInfo &FI, in collectInlineSiteChildren() 542 void CodeViewDebug::emitInlinedCallSite(const FunctionInfo &FI, in emitInlinedCallSite() 613 FunctionInfo &FI) { in emitDebugInfoForFunction()
|
/external/llvm/include/llvm/Analysis/ |
D | CFLSteensAliasAnalysis.h | 38 class FunctionInfo; variable 57 const Optional<FunctionInfo> &ensureCached(Function *Fn); 123 DenseMap<Function *, Optional<FunctionInfo>> Cache; 126 FunctionInfo buildSetsFrom(Function *F);
|
D | GlobalsModRef.h | 35 class FunctionInfo; variable 52 DenseMap<const Function *, FunctionInfo> FunctionInfos; 104 FunctionInfo *getFunctionInfo(const Function *F);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InlineCost.cpp | 242 void InlineCostAnalyzer::FunctionInfo::analyzeFunction(Function *F, in analyzeFunction() 262 bool InlineCostAnalyzer::FunctionInfo::NeverInline() { in NeverInline() 282 FunctionInfo *CalleeFI = &CachedFunctionInfo[Callee]; in getSpecializationBonus() 372 FunctionInfo *CalleeFI = &CachedFunctionInfo[Callee]; in getInlineSize() 425 FunctionInfo *CalleeFI = &CachedFunctionInfo[Callee]; in getInlineBonuses() 493 FunctionInfo *CalleeFI = &CachedFunctionInfo[Callee]; in getInlineCost() 512 FunctionInfo &CallerFI = CachedFunctionInfo[Caller]; in getInlineCost() 551 FunctionInfo *CalleeFI = &CachedFunctionInfo[Callee]; in getSpecializationCost() 577 FunctionInfo &CalleeFI = CachedFunctionInfo[Callee]; in getInlineFudgeFactor()
|
D | ProfileInfoLoader.cpp | 129 case FunctionInfo: in ProfileInfoLoader()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/ |
D | GlobalsModRef.cpp | 88 std::map<const Function*, FunctionRecord> FunctionInfo; member in __anon3436e5380111::GlobalsModRef 172 FunctionInfo.find(F); in getFunctionInfo() 173 if (I != FunctionInfo.end()) in getFunctionInfo() 222 FunctionInfo[Readers[i]].GlobalInfo[I] |= Ref; in AnalyzeGlobals() 226 FunctionInfo[Writers[i]].GlobalInfo[I] |= Mod; in AnalyzeGlobals() 381 FunctionInfo.erase(SCC[i]->getFunction()); in AnalyzeCallGraph() 385 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()]; in AnalyzeCallGraph() 447 FunctionInfo.erase(SCC[i]->getFunction()); in AnalyzeCallGraph() 481 FunctionInfo[SCC[i]->getFunction()] = FR; in AnalyzeCallGraph()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | InlineCost.h | 106 struct FunctionInfo { struct 126 ValueMap<const Function *, FunctionInfo> CachedFunctionInfo; argument 172 CachedFunctionInfo[Caller] = FunctionInfo(); in resetCachedCostInfo()
|
D | ProfileInfoTypes.h | 32 FunctionInfo = 2, /* Function profiling information */ enumerator
|
/external/google-breakpad/src/common/dwarf/ |
D | functioninfo.h | 48 struct FunctionInfo { struct 70 typedef std::map<uint64, FunctionInfo*> FunctionMap; argument 183 FunctionInfo* current_function_info_;
|
D | functioninfo.cc | 130 current_function_info_ = new FunctionInfo; in StartDIE()
|
/external/google-breakpad/src/client/mac/handler/testcases/testdata/ |
D | dump_syms_i386_breakpad.sym | 497 … dwarf2reader::FunctionInfo*, std::less<unsigned long long>, std::allocator<std::pair<unsigned lon… 844 …, dwarf2reader::FunctionInfo*> >::operator!=(std::_Rb_tree_const_iterator<std::pair<unsigned long … 847 …tree_const_iterator<std::pair<unsigned long long const, dwarf2reader::FunctionInfo*> >::operator->… 854 …tree_const_iterator<std::pair<unsigned long long const, dwarf2reader::FunctionInfo*> >::operator*(… 879 …tree_const_iterator<std::pair<unsigned long long const, dwarf2reader::FunctionInfo*> >::operator++… 889 …FunctionInfo*>, std::_Select1st<std::pair<unsigned long long const, dwarf2reader::FunctionInfo*> >… 1049 …FunctionInfo*>, std::_Select1st<std::pair<unsigned long long const, dwarf2reader::FunctionInfo*> >… 1052 … dwarf2reader::FunctionInfo*, std::less<unsigned long long>, std::allocator<std::pair<unsigned lon… 1056 …FunctionInfo*>, std::_Select1st<std::pair<unsigned long long const, dwarf2reader::FunctionInfo*> >… 1059 … dwarf2reader::FunctionInfo*, std::less<unsigned long long>, std::allocator<std::pair<unsigned lon… [all …]
|
/external/python/cpython2/Demo/parser/ |
D | example.py | 54 self._function_info[name] = FunctionInfo(cstmt) 88 class FunctionInfo(SuiteInfoBase, SuiteFuncInfo): class
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.h | 155 struct FunctionInfo { struct 294 std::vector<std::unique_ptr<FunctionInfo>> functions_
|
D | direct_session.cc | 1145 std::unique_ptr<FunctionInfo> func_info(new FunctionInfo); in GetOrCreateExecutors()
|
/external/llvm/test/CodeGen/X86/ |
D | machine-sink-and-implicit-null-checks.ll | 72 ; FunctionInfo[0] =
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 29 struct FunctionInfo;
|
/external/llvm/docs/ |
D | FaultMaps.rst | 45 FunctionInfo[NumFunctions] {
|
/external/v8/src/ |
D | bootstrapper.cc | 3531 struct FunctionInfo { in ExportFromRuntime() struct 3536 FunctionInfo infos[] = { in ExportFromRuntime() 3559 for (const FunctionInfo& info : infos) { in ExportFromRuntime()
|