Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/
H A Dcmath70 // libc++ implementation uses __builtin_XXX which gets translated into a libcall
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86LegalizerInfo.cpp531 getActionDefinitionsBuilder({G_MEMCPY, G_MEMMOVE, G_MEMSET}).libcall(); in X86LegalizerInfo()
541 .libcall(); in X86LegalizerInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h98 LegalizeResult libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver);
H A DLegalizerInfo.h729 LegalizeRuleSet &libcall() { in libcall() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp191 libcall, enumerator
201 clEnumVal(libcall, "Add a call to __hwasan_add_frame_record for "
1292 case libcall: { in emitPrologue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp327 getActionDefinitionsBuilder({G_MEMCPY, G_MEMMOVE, G_MEMSET}).libcall(); in MipsLegalizerInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp307 getActionDefinitionsBuilder({G_MEMCPY, G_MEMMOVE, G_MEMSET}).libcall(); in RISCVLegalizerInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def24 // Declare the enumerator for each libcall, along with its default name. Some
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp994 .libcall(); in AArch64LegalizerInfo()
1177 .libcall(); in AArch64LegalizerInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp132 return libcall(MI, LocObserver); in legalizeInstrStep()
1006 LegalizerHelper::libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver) { in libcall() function in LegalizerHelper