Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp208 std::vector<RuntimeLibcallImpl> RuntimeLibcallImplDefList; member in __anonf9119db00211::RuntimeLibcallEmitter
239 RuntimeLibcallImplDefList.reserve(AllRuntimeLibcallImpls.size()); in RuntimeLibcallEmitter()
243 RuntimeLibcallImplDefList.emplace_back(LibCallImplDef, Def2RuntimeLibcall, in RuntimeLibcallEmitter()
246 RuntimeLibcallImpl &LibCallImpl = RuntimeLibcallImplDefList.back(); in RuntimeLibcallEmitter()
294 for (const RuntimeLibcallImpl &LibCall : RuntimeLibcallImplDefList) { in emitGetRuntimeLibcallEnum()
299 OS << " NumLibcallImpls = " << RuntimeLibcallImplDefList.size() + 1 in emitGetRuntimeLibcallEnum()
338 for (const RuntimeLibcallImpl &LibCallImpl : RuntimeLibcallImplDefList) { in emitGetInitRuntimeLibcallNames()
351 for (const RuntimeLibcallImpl &LibCallImpl : RuntimeLibcallImplDefList) { in emitGetInitRuntimeLibcallNames()