Home
last modified time | relevance | path

Searched defs:LibCall (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp281 for (const RuntimeLibcall &LibCall : RuntimeLibcallDefList) { in emitGetRuntimeLibcallEnum() local
294 for (const RuntimeLibcallImpl &LibCall : RuntimeLibcallImplDefList) { in emitGetRuntimeLibcallEnum() local
314 for (const RuntimeLibcall &LibCall : RuntimeLibcallDefList) { in emitGetInitRuntimeLibcallNames() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp83 Instruction *LibCall = Call->clone(); in optimizeSQRT() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2361 const char *LibCall = nullptr; in LowerF128Compare() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h206 LibCall, // Don't try to expand this to other ops, always use a libcall. enumerator