Home
last modified time | relevance | path

Searched refs:getKeyValMD (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DProfileSummary.cpp26 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() function
36 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() function
71 getKeyValMD(Context, "ProfileFormat", KindStr[PSK]), in getMD()
72 getKeyValMD(Context, "TotalCount", getTotalCount()), in getMD()
73 getKeyValMD(Context, "MaxCount", getMaxCount()), in getMD()
74 getKeyValMD(Context, "MaxInternalCount", getMaxInternalCount()), in getMD()
75 getKeyValMD(Context, "MaxFunctionCount", getMaxFunctionCount()), in getMD()
76 getKeyValMD(Context, "NumCounts", getNumCounts()), in getMD()
77 getKeyValMD(Context, "NumFunctions", getNumFunctions()), in getMD()
/external/llvm/lib/IR/
DProfileSummary.cpp29 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() function
39 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() function
73 Components.push_back(getKeyValMD(Context, "ProfileFormat", KindStr[PSK])); in getMD()
75 Components.push_back(getKeyValMD(Context, "TotalCount", getTotalCount())); in getMD()
76 Components.push_back(getKeyValMD(Context, "MaxCount", getMaxCount())); in getMD()
78 getKeyValMD(Context, "MaxInternalCount", getMaxInternalCount())); in getMD()
80 getKeyValMD(Context, "MaxFunctionCount", getMaxFunctionCount())); in getMD()
81 Components.push_back(getKeyValMD(Context, "NumCounts", getNumCounts())); in getMD()
82 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD()
/external/llvm-project/llvm/lib/IR/
DProfileSummary.cpp27 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() function
45 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() function
85 Components.push_back(getKeyValMD(Context, "ProfileFormat", KindStr[PSK])); in getMD()
86 Components.push_back(getKeyValMD(Context, "TotalCount", getTotalCount())); in getMD()
87 Components.push_back(getKeyValMD(Context, "MaxCount", getMaxCount())); in getMD()
89 getKeyValMD(Context, "MaxInternalCount", getMaxInternalCount())); in getMD()
91 getKeyValMD(Context, "MaxFunctionCount", getMaxFunctionCount())); in getMD()
92 Components.push_back(getKeyValMD(Context, "NumCounts", getNumCounts())); in getMD()
93 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD()
96 getKeyValMD(Context, "IsPartialProfile", isPartialProfile())); in getMD()