Searched refs:libcall (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcallsImpl.td | 11 // 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 D | RuntimeLibcalls.td | 1099 /// 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 D | X86LegalizerInfo.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLegalizerInfo.cpp | 194 .libcall(); in ARMLegalizerInfo() 196 .libcall(); in ARMLegalizerInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86LegalizerInfo.cpp | 105 .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 D | HWAddressSanitizer.cpp | 220 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 D | LegalizerHelper.h | 100 LLVM_ABI LegalizeResult libcall(MachineInstr &MI,
|
| H A D | LegalizerInfo.h | 769 LegalizeRuleSet &libcall() { in libcall() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsLegalizerInfo.cpp | 327 getActionDefinitionsBuilder({G_MEMCPY, G_MEMMOVE, G_MEMSET}).libcall(); in MipsLegalizerInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64LegalizerInfo.cpp | 1278 .libcall(); in AArch64LegalizerInfo() 1395 .libcall(); in AArch64LegalizerInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVLegalizerInfo.cpp | 497 getActionDefinitionsBuilder({G_MEMCPY, G_MEMMOVE, G_MEMSET}).libcall(); in RISCVLegalizerInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 134 return libcall(MI, LocObserver); in legalizeInstrStep() 1263 LegalizerHelper::libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver) { in libcall() function in LegalizerHelper
|