Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcallsImpl.td11 // Predicate for whether a libcall exists for the target ABI. This is
15 // Expression of an llvm::Triple named TT for whether a libcall
20 // Predicate for whether a libcall should be used for the current
55 // Concrete implementation of a libcall, which may have a different
76 /// Convenience wrapper around LibcallImplSet to make a single libcall
H A DRuntimeLibcalls.td1099 /// Default set of libcall impls for 32-bit architectures.
1102 /// Default set of libcall impls for 64-bit architectures.
1219 foreach libcall = Win64DefaultLibcallImpls in {
1220 def arm64ec_#libcall : DuplicateLibcallImplWithPrefix<libcall, "#">;
1223 foreach libcall = AArch64LibcallImpls in {
1224 def arm64ec_#libcall : DuplicateLibcallImplWithPrefix<libcall, "#">;
1908 // For IEEE quad-precision libcall names, PPC uses "kf" instead of "tf".
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp194 .libcall(); in ARMLegalizerInfo()
196 .libcall(); in ARMLegalizerInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86LegalizerInfo.cpp105 .libcall(); in X86LegalizerInfo()
577 getActionDefinitionsBuilder({G_MEMCPY, G_MEMMOVE, G_MEMSET}).libcall(); in X86LegalizerInfo()
586 .libcall(); in X86LegalizerInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp220 libcall, enumerator
230 clEnumVal(libcall, "Add a call to __hwasan_add_frame_record for "
1377 case libcall: { in emitPrologue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h100 LLVM_ABI LegalizeResult libcall(MachineInstr &MI,
H A DLegalizerInfo.h769 LegalizeRuleSet &libcall() { in libcall() function
/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/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1278 .libcall(); in AArch64LegalizerInfo()
1395 .libcall(); in AArch64LegalizerInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp497 getActionDefinitionsBuilder({G_MEMCPY, G_MEMMOVE, G_MEMSET}).libcall(); in RISCVLegalizerInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp134 return libcall(MI, LocObserver); in legalizeInstrStep()
1263 LegalizerHelper::libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver) { in libcall() function in LegalizerHelper