Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp204 DenseMap<const Record *, const RuntimeLibcall *> Def2RuntimeLibcall; member in __anonf9119db00211::RuntimeLibcallEmitter
231 Def2RuntimeLibcall[RuntimeLibcallDef] = &RuntimeLibcallDefList.back(); in RuntimeLibcallEmitter()
235 Def2RuntimeLibcall[LibCall.getDef()] = &LibCall; in RuntimeLibcallEmitter()
243 RuntimeLibcallImplDefList.emplace_back(LibCallImplDef, Def2RuntimeLibcall, in RuntimeLibcallEmitter()
263 return Def2RuntimeLibcall.lookup(Def); in getRuntimeLibcall()