Home
last modified time | relevance | path

Searched refs:LLVM (Results 1 – 25 of 1522) sorted by relevance

12345678910>>...61

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp92 return bld.create<mlir::LLVM::SExtOp>(loc, dstTy, src); in createIntCast()
94 return bld.create<mlir::LLVM::ZExtOp>(loc, dstTy, src); in createIntCast()
96 return bld.create<mlir::LLVM::TruncOp>(loc, dstTy, src); in createIntCast()
97 return bld.create<mlir::LLVM::BitcastOp>(loc, dstTy, src); in createIntCast()
100 static mlir::LLVM::Visibility
104 return ::mlir::LLVM::Visibility::Default; in lowerCIRVisibilityToLLVMVisibility()
106 return ::mlir::LLVM::Visibility::Hidden; in lowerCIRVisibilityToLLVMVisibility()
108 return ::mlir::LLVM::Visibility::Protected; in lowerCIRVisibilityToLLVMVisibility()
147 mlir::LLVM::Linkage convertLinkage(cir::GlobalLinkageKind linkage) { in convertLinkage()
149 using LLVM = mlir::LLVM::Linkage; in convertLinkage() typedef
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dllvm4 # llvm: file(1) magic for LLVM byte-codes
8 0 string llvm LLVM byte-codes, uncompressed
9 0 string llvc0 LLVM byte-codes, null compression
10 0 string llvc1 LLVM byte-codes, gzip compression
11 0 string llvc2 LLVM byte-codes, bzip2 compression
12 0 string CPCH LLVM Pre-compiled header file
14 0 lelong 0x0b17c0de LLVM bitcode, wrapper
22 0 string BC\xc0\xde LLVM IR bitcode
H A Dcoverage14 # - LLVM raw profiles - generated by a program compiled with
16 # - LLVM indexed profiles - generated by
64 # LLVM coverage files
71 0 lequad 0xff6c70726f667281 LLVM raw profile data,
75 0 bequad 0xff6c70726f667281 LLVM raw profile data,
79 # LLVM indexed instruction profile (as generated by llvm-profdata)
85 0 lequad 0x8169666f72706cff LLVM indexed profile data,
89 0 bequad 0x8169666f72706cff LLVM indexed profile data,
/freebsd/contrib/libfido2/src/
H A Ddiff_exports.sh16 LLVM="${TMPDIR}/llvm"
20 sed 's/^_//' export.llvm | sort > "${LLVM}"
22 diff -u "${GNU}" "${LLVM}" && diff -u "${MSVC}" "${LLVM}"
24 rm "${GNU}" "${LLVM}" "${MSVC}"
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_x86_64.S126 # LLVM-MCA-BEGIN __xray_FunctionEntry
147 # LLVM-MCA-END
157 # LLVM-MCA-BEGIN __xray_FunctionExit
192 # LLVM-MCA-END
202 # LLVM-MCA-BEGIN __xray_FunctionTailExit
220 # LLVM-MCA-END
230 # LLVM-MCA-BEGIN __xray_ArgLoggerEntry
263 # LLVM-MCA-END
274 # LLVM-MCA-BEGIN __xray_CustomEvent
290 # LLVM-MCA-END
[all …]
H A Dxray_trampoline_hexagon.S52 # LLVM-MCA-BEGIN __xray_FunctionEntry
61 # LLVM-MCA-END
69 # LLVM-MCA-BEGIN __xray_FunctionExit
79 # LLVM-MCA-END
87 # LLVM-MCA-BEGIN __xray_FunctionTailExit
97 # LLVM-MCA-END
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dlibomp.rc.var6 //// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
8 //// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
41 VALUE "FileDescription", "LLVM* OpenMP* Runtime Library\0"
43 VALUE "CompanyName", "LLVM\0"
45 VALUE "ProductName", "LLVM* OpenMP* Runtime Library\0"
51 "LLVM* OpenMP* @LIBOMP_LEGAL_TYPE@ Library "
H A Dkmp_dummy.txt7 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
9 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
/freebsd/contrib/llvm-project/lld/docs/
H A Dwindows_support.rst49 file using LLVM's Object library.
66 The Windows version of LLD is included in the `pre-built binaries of LLVM's
67 releases <https://releases.llvm.org/download.html>`_ and in the `LLVM Snapshot
76 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
78 #. open LLVM.sln with Visual Studio, and
83 msbuild LLVM.sln /m /target:"lld executables\lld"
95 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensa.td3 // The LLVM Compiler Infrastructure
5 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
7 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdarg.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
H A Dcsetjmp.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
H A Dcsignal.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcstdarg.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
H A Dbarrier.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
H A Dcsetjmp.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
H A Dlatch.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
H A Dsource_location.cppm
H A Dbarrier.cppm
H A Dcstdarg.cppm
H A Dlatch.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A D__pstl_algorithm
H A D__pstl_memory
H A D__pstl_numeric
H A D__pstl_config_site.in

12345678910>>...61