Home
last modified time | relevance | path

Searched refs:FunctionInfo (Results 1 – 25 of 25) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl12 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/
Dallocation-tracker.h98 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_;
Dallocation-tracker.cc59 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()
Dheap-snapshot-generator.cc3012 const List<AllocationTracker::FunctionInfo*>& list = in SerializeTraceNodeInfos()
3015 AllocationTracker::FunctionInfo* info = list[i]; in SerializeTraceNodeInfos()
/external/llvm/lib/Analysis/
DGlobalsModRef.cpp62 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 …]
DCFLSteensAliasAnalysis.cpp69 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/
DCodeViewDebug.h86 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,
DCodeViewDebug.cpp532 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/
DCFLSteensAliasAnalysis.h38 class FunctionInfo; variable
57 const Optional<FunctionInfo> &ensureCached(Function *Fn);
123 DenseMap<Function *, Optional<FunctionInfo>> Cache;
126 FunctionInfo buildSetsFrom(Function *F);
DGlobalsModRef.h35 class FunctionInfo; variable
52 DenseMap<const Function *, FunctionInfo> FunctionInfos;
104 FunctionInfo *getFunctionInfo(const Function *F);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp242 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()
DProfileInfoLoader.cpp129 case FunctionInfo: in ProfileInfoLoader()
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
DGlobalsModRef.cpp88 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/
DInlineCost.h106 struct FunctionInfo { struct
126 ValueMap<const Function *, FunctionInfo> CachedFunctionInfo; argument
172 CachedFunctionInfo[Caller] = FunctionInfo(); in resetCachedCostInfo()
DProfileInfoTypes.h32 FunctionInfo = 2, /* Function profiling information */ enumerator
/external/google-breakpad/src/common/dwarf/
Dfunctioninfo.h48 struct FunctionInfo { struct
70 typedef std::map<uint64, FunctionInfo*> FunctionMap; argument
183 FunctionInfo* current_function_info_;
Dfunctioninfo.cc130 current_function_info_ = new FunctionInfo; in StartDIE()
/external/google-breakpad/src/client/mac/handler/testcases/testdata/
Ddump_syms_i386_breakpad.sym497 … 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++…
889FunctionInfo*>, std::_Select1st<std::pair<unsigned long long const, dwarf2reader::FunctionInfo*> >…
1049FunctionInfo*>, std::_Select1st<std::pair<unsigned long long const, dwarf2reader::FunctionInfo*> >…
1052 … dwarf2reader::FunctionInfo*, std::less<unsigned long long>, std::allocator<std::pair<unsigned lon…
1056FunctionInfo*>, 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/
Dexample.py54 self._function_info[name] = FunctionInfo(cstmt)
88 class FunctionInfo(SuiteInfoBase, SuiteFuncInfo): class
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.h155 struct FunctionInfo { struct
294 std::vector<std::unique_ptr<FunctionInfo>> functions_
Ddirect_session.cc1145 std::unique_ptr<FunctionInfo> func_info(new FunctionInfo); in GetOrCreateExecutors()
/external/llvm/test/CodeGen/X86/
Dmachine-sink-and-implicit-null-checks.ll72 ; FunctionInfo[0] =
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.h29 struct FunctionInfo;
/external/llvm/docs/
DFaultMaps.rst45 FunctionInfo[NumFunctions] {
/external/v8/src/
Dbootstrapper.cc3531 struct FunctionInfo { in ExportFromRuntime() struct
3536 FunctionInfo infos[] = { in ExportFromRuntime()
3559 for (const FunctionInfo& info : infos) { in ExportFromRuntime()