Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/
H A Dcmath70 // libc++ implementation uses __builtin_XXX which gets translated into a libcall
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp191 .libcall(); in ARMLegalizerInfo()
193 .libcall(); in ARMLegalizerInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86LegalizerInfo.cpp561 getActionDefinitionsBuilder({G_MEMCPY, G_MEMMOVE, G_MEMSET}).libcall(); in X86LegalizerInfo()
571 .libcall(); in X86LegalizerInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp369 getActionDefinitionsBuilder({G_MEMCPY, G_MEMMOVE, G_MEMSET}).libcall(); in RISCVLegalizerInfo()
423 .libcall(); in RISCVLegalizerInfo()
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp210 libcall, enumerator
220 clEnumVal(libcall, "Add a call to __hwasan_add_frame_record for "
1329 case libcall: { in emitPrologue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp327 getActionDefinitionsBuilder({G_MEMCPY, G_MEMMOVE, G_MEMSET}).libcall(); in MipsLegalizerInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def24 // Declare the enumerator for each libcall, along with its default name. Some
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1069 .libcall(); in AArch64LegalizerInfo()
1285 .libcall(); in AArch64LegalizerInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp133 return libcall(MI, LocObserver); in legalizeInstrStep()
1025 LegalizerHelper::libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver) { in libcall() function in LegalizerHelper