| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Path.h | 28 native, enumerator 39 if (S != Style::native) in is_style_posix() 79 Style S = Style::native; ///< The path style to use. 105 Style S = Style::native; ///< The path style to use. 170 Style style = Style::native); 196 Style style = Style::native); 211 Style style = Style::native); 256 Style style = Style::native); 263 void native(SmallVectorImpl<char> &path, Style style = Style::native); 273 native(path, style); [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/ |
| H A D | swap.pass.cpp | 32 fs::path::string_type ps1 = p1.native(); in main() 33 fs::path::string_type ps2 = p2.native(); in main() 39 assert(p1.native() == ps2); in main() 40 assert(p2.native() == ps1); in main() 42 assert(p1.native() == ps1); in main() 43 assert(p2.native() == ps2); in main() 50 fs::path::string_type ps1 = p1.native(); in main() 58 assert(p1.native() == ps2); in main() 59 assert(p2.native() == ps1); in main() 61 assert(p1.native() == ps1); in main() [all …]
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | META.llvm.in | 5 archive(native) = "llvm.cmxa" 13 archive(native) = "llvm_analysis.cmxa" 21 archive(native) = "llvm_bitreader.cmxa" 29 archive(native) = "llvm_bitwriter.cmxa" 45 archive(native) = "llvm_ipo.cmxa" 53 archive(native) = "llvm_debuginfo.cmxa" 61 archive(native) = "llvm_irreader.cmxa" 69 archive(native) = "llvm_scalar_opts.cmxa" 85 archive(native) = "llvm_vectorize.cmxa" 101 archive(native) = "llvm_target.cmxa" [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/experimental/simd/simd.traits/ |
| H A D | is_abi_tag.pass.cpp | 26 static_assert(ex::is_abi_tag<ex::simd_abi::native<int8_t>>::value, ""); 27 static_assert(ex::is_abi_tag<ex::simd_abi::native<int16_t>>::value, ""); 28 static_assert(ex::is_abi_tag<ex::simd_abi::native<int32_t>>::value, ""); 34 static_assert(ex::is_abi_tag<ex::simd_abi::native<float>>::value, ""); 69 static_assert(ex::is_abi_tag_v<ex::simd_abi::native<int8_t>>, ""); 70 static_assert(ex::is_abi_tag_v<ex::simd_abi::native<int16_t>>, ""); 71 static_assert(ex::is_abi_tag_v<ex::simd_abi::native<int32_t>>, ""); 72 static_assert(ex::is_abi_tag_v<ex::simd_abi::native<int64_t>>, ""); 73 static_assert(ex::is_abi_tag_v<ex::simd_abi::native<uint8_t>>, ""); 77 static_assert(ex::is_abi_tag_v<ex::simd_abi::native<float>>, ""); [all …]
|
| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | filesystem.bench.cpp | 16 benchmark::DoNotOptimize(PP.native().data()); in BM_PathConstructString() 18 const path P(PP.native()); in BM_PathConstructString() 19 benchmark::DoNotOptimize(P.native().data()); in BM_PathConstructString() 34 benchmark::DoNotOptimize(PP.native().data()); in BM_PathConstructCStr() 36 const path P(PP.native().c_str()); in BM_PathConstructCStr() 37 benchmark::DoNotOptimize(P.native().data()); in BM_PathConstructCStr() 52 auto Start = Iter(PP.native().begin()); in BM_PathConstructIter() 53 auto End = Iter(PP.native().end()); in BM_PathConstructIter() 54 benchmark::DoNotOptimize(PP.native().data()); in BM_PathConstructIter() 106 const path P = PP.native(); in BM_PathIterateOnce() [all …]
|
| H A D | CMakeLists.txt | 50 # Build Google Benchmark for the native stdlib 60 ExternalProject_Add(google-benchmark-native 62 PREFIX benchmark-native 64 INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/benchmark-native 81 set(BENCHMARK_NATIVE_INSTALL ${CMAKE_CURRENT_BINARY_DIR}/benchmark-native) 90 add_library( cxx-benchmarks-flags-native INTERFACE) 91 target_link_libraries( cxx-benchmarks-flags-native INTERFACE cxx-benchmarks-flags) 101 target_link_libraries(cxx-benchmarks-flags-native INTERFACE -lstdc++fs) 139 target_link_libraries(${native_target} PRIVATE cxx-benchmarks-flags-native) 140 add_dependencies(${native_target} google-benchmark-native [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/bit/bit.endian/ |
| H A D | endian.pass.cpp | 31 static_assert( std::endian::native == std::endian::native ); in main() 35 static_assert( std::endian::native == std::endian::little || in main() 36 std::endian::native == std::endian::big ); in main() 45 assert ((c[0] == 1) == (std::endian::native == std::endian::big)); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/ |
| H A D | source.pass.cpp | 61 assert(p.native() == Expect); in RunTestCase() 73 assert(p.native() == Expect); in RunTestCase() 87 assert(p.native() == Expect); in RunTestCase() 99 assert(p.native() == Expect); in RunTestCase() 114 assert(p.native() == Expect); in RunTestCase() 124 assert(p.native() == Expect); in RunTestCase() 134 assert(p.native() == Expect); in RunTestCase() 149 assert(p.native() == Expect); in RunTestCase() 160 assert(p.native() == Expect); in RunTestCase() 172 assert(p.native() == Expect); in RunTestCase()
|
| H A D | move.pass.cpp | 40 assert(p2.native() == ps); in main() 41 assert(p.native() != ps); // Testing moved from state in main()
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | check-each-file | 13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx 117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx 128 echo Trying to compile $f with native gcc and rebuild $program
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | no-tail-call.ll | 20 %.native = getelementptr inbounds %foo, %foo* %0, i32 0, i32 0 21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0 22 store float 0.000000e+00, float* %.native.value, align 4 58 %.native = getelementptr inbounds %foo, %foo* %0, i32 0, i32 0 59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0 60 store float 0.000000e+00, float* %.native.value, align 4
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/ |
| H A D | source.pass.cpp | 47 assert(p.native() == Expect); in RunTestCaseImpl() 54 assert(p.native() == Expect); in RunTestCaseImpl() 61 assert(p.native() == Expect); in RunTestCaseImpl() 66 assert(p.native() == Expect); in RunTestCaseImpl() 73 assert(p.native() == Expect); in RunTestCaseImpl() 79 assert(p.native() == Expect); in RunTestCaseImpl()
|
| H A D | move.pass.cpp | 39 assert(p2.native() == ps); in main() 40 assert(p.native() != ps); // Testing moved from state in main()
|
| /llvm-project-15.0.7/llvm/include/llvm/Config/ |
| H A D | llvm-config.h.cmake | 33 /* LLVM architecture name for the native architecture, if available */ 36 /* LLVM name for the native AsmParser init function, if available */ 39 /* LLVM name for the native AsmPrinter init function, if available */ 42 /* LLVM name for the native Disassembler init function, if available */ 45 /* LLVM name for the native Target init function, if available */ 48 /* LLVM name for the native TargetInfo init function, if available */ 51 /* LLVM name for the native target MC init function, if available */ 54 /* LLVM name for the native target MCA init function, if available */
|
| /llvm-project-15.0.7/utils/bazel/llvm_configs/ |
| H A D | llvm-config.h.cmake | 33 /* LLVM architecture name for the native architecture, if available */ 36 /* LLVM name for the native AsmParser init function, if available */ 39 /* LLVM name for the native AsmPrinter init function, if available */ 42 /* LLVM name for the native Disassembler init function, if available */ 45 /* LLVM name for the native Target init function, if available */ 48 /* LLVM name for the native TargetInfo init function, if available */ 51 /* LLVM name for the native target MC init function, if available */ 54 /* LLVM name for the native target MCA init function, if available */
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | LinkTimeOptimization.rst | 24 treats LLVM bitcode files like native object files and allows mixing and 41 * Input source file ``main.c`` is compiled into native object code. 91 % clang -c main.c -o main.o # <-- main.o is native object file 140 looking at the definitions and uses of symbols in native .o files and using 153 To minimize the cost to the linker in the case that all .o files are native 179 are needed by native object files. In the example above, the linker reports 180 that only ``foo1()`` is used by native object files using 183 native object file creating by merging the LLVM bitcode files and applying 215 A non-native object file is handled via an ``lto_module_t``. The following 261 Once the linker has loaded each non-native object files into an [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/ |
| H A D | native.pass.cpp | 33 ASSERT_SAME_TYPE(path::string_type const&, decltype(p.native())); in main() 34 ASSERT_NOEXCEPT(p.native()); in main() 38 assert(p.native() == pathstr_value); in main()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Native/ |
| H A D | pdb-native-typedefs.test | 1 ; Test that the native PDB reader can enumerate typedefs. The output being 3 ; -native flag. Then we check that we generate the same output. 5 ; RUN: llvm-pdbutil pretty -native -typedefs %p/../Inputs/symbolformat.pdb \ 8 ; RUN: llvm-pdbutil diadump -native -typedefs %p/../Inputs/symbolformat.pdb \
|
| H A D | pdb-native-summary.test | 1 ; Test that the native PDB reader gets the PDB summary correct. 2 ; RUN: llvm-pdbutil pretty -native -color-output=false %p/../Inputs/empty.pdb \ 6 ; `-native` option produces identical output.
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | thinlto_public_type_test_distributed.ll | 13 ; RUN: -o %t.native.o -x ir %t.o --save-temps=obj 14 ; RUN: llvm-dis %t.native.o.0.preopt.bc -o - | FileCheck %s --check-prefix=PUBLIC 22 ; RUN: -o %t.native.o -x ir %t.o --save-temps=obj 23 ; RUN: llvm-dis %t.native.o.0.preopt.bc -o - | FileCheck %s --check-prefix=HIDDEN
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/ |
| H A D | injected-sources-native.test | 1 ; This is identical to injected-sources.test, except that it uses the -native 4 ; RUN: llvm-pdbutil pretty -native -injected-sources -injected-source-content \ 6 ; RUN: llvm-pdbutil pretty -native -injected-sources -injected-source-content \ 33 ; RUN: llvm-pdbutil pretty -native -injected-sources -injected-source-content \ 45 ; RUN: llvm-pdbutil pretty -native -injected-sources -injected-source-content \ 62 ; RUN: llvm-pdbutil pretty -native -injected-sources -injected-source-content \
|
| /llvm-project-15.0.7/third-party/benchmark/bindings/python/ |
| H A D | build_defs.bzl | 9 native.cc_binary( 19 return native.py_library(
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/ |
| H A D | proximate.pass.cpp | 55 TEST_REQUIRE(!cwd.native().empty()); in TEST_CASE() 60 path relative_cwd = cwd.native().substr(cwd.root_path().native().size()); in TEST_CASE()
|
| /llvm-project-15.0.7/mlir/test/mlir-cpu-runner/ |
| H A D | lit.local.cfg | 11 # Requires native execution. 16 config.root.native_target.lower() + '-native-target')
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/ |
| H A D | CMakeLists.txt | 5 native 18 # Link the native exegesis target if compiled and on the right host.
|