/external/llvm-project/libcxx/utils/ci/ |
D | apple-install-libcxx.sh | 37 --architectures "<arch>..." A whitespace separated list of architectures to build for. 39 and a universal binary containing all architectures will be 74 --architectures) 75 architectures="${2}" 92 for arg in llvm_root build_dir symbols_dir install_dir sdk architectures version cache; do 122 for arch in ${architectures}; do 145 … inputs=$(for arch in ${architectures}; do echo "${build_dir}/${arch}-install/lib/${dylib}"; done) 170 any_arch=$(echo ${architectures} | cut -d ' ' -f 1) 184 libcxxabi_archives=$(for arch in ${architectures}; do echo "${build_dir}/${arch}-install/lib/libc++…
|
/external/skqp/tools/skqp/ |
D | make_universal_apk.py | 75 def make_apk(architectures, argument 88 assert architectures 90 for arch in architectures) 132 for arch in architectures: 171 arches = '_'.join(sorted(architectures)) 187 architectures = sys.argv[1:] 192 if not architectures: 193 architectures = skia_to_android_arch_name_map.keys() 209 ('Architectures', architectures)]: 212 make_apk(architectures,
|
/external/webrtc/tools_webrtc/ios/ |
D | build_ios_libs.py | 85 def _CleanTemporary(output_dir, architectures): argument 88 for arch in architectures: 152 architectures = list(args.arch) 156 _CleanTemporary(args.output_dir, architectures) 166 for arch in architectures: 173 for arch in architectures] 211 for arch in architectures]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
D | Architecture.def | 14 /// X86 architectures sorted by cpu type and sub type id. 22 /// ARM architectures sorted by cpu sub type id. 36 /// ARM64 architectures sorted by cpu sub type id.
|
/external/llvm-project/llvm/include/llvm/TextAPI/MachO/ |
D | Architecture.def | 14 /// X86 architectures sorted by cpu type and sub type id. 22 /// ARM architectures sorted by cpu sub type id. 36 /// ARM64 architectures sorted by cpu sub type id.
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-lipo.rst | 29 Take a single input file and verify the specified architectures are present in the file. 34 Take a single input file and display the architectures present in the file. 36 Unknown architectures are displayed as unknown(CPUtype,CPUsubtype). 43 Architectures in the fat file: <filename> are: <architectures>
|
D | dsymutil.rst | 30 be returned if any architectures can not be properly linked. This option can 32 architectures will be linked by default and any architectures that can't be 76 linking multiple architectures.
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ |
D | tf_to_kernel.cc | 108 llvm::ArrayRef<std::string> architectures, in Run() argument 121 GenerateKernelForTfCode(context, tf_code, architectures, tile_sizes, in Run() 161 llvm::cl::list<std::string> architectures( in main() local 179 input_file, output_file, architectures, tile_sizes, unroll_factors, in main()
|
D | kernel_creator.cc | 394 llvm::ArrayRef<std::string> architectures, in GenerateDeviceCode() argument 405 gpu_binary_attr_name, architectures, generate_fatbin, print_ptx, in GenerateDeviceCode() 431 llvm::ArrayRef<std::string> architectures, in GenerateKernelForTfCode() argument 455 architectures, generate_fatbin, in GenerateKernelForTfCode()
|
/external/arm-trusted-firmware/ |
D | readme.rst | 5 for `Arm A-Profile architectures`_ (Armv8-A and Armv7-A), including an Exception 19 software models that are based on the Armv8-A and Armv7-A architectures. 48 .. _Arm A-Profile architectures: https://developer.arm.com/architectures/cpu-architecture/a-profile
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | portability-simd-intrinsics.rst | 22 Many architectures provide SIMD operations (e.g. x86 SSE/AVX, Power AltiVec/VSX, 25 architectures or micro-architectures.
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
D | gpu_kernel_to_blob_pass.cc | 55 llvm::ArrayRef<std::string> architectures, in GpuKernelToBlobPass() argument 60 architectures_ = architectures; in GpuKernelToBlobPass() 255 mlir::StringRef blob_annotation, ArrayRef<std::string> architectures, in CreateGpuKernelToBlobPass() argument 258 blob_annotation, architectures, generate_fatbin, print_ptx, enable_ftz); in CreateGpuKernelToBlobPass()
|
/external/llvm-project/llvm/test/MC/Disassembler/ARM/ |
D | mve-vmov-lane.txt | 7 # architectures. In v8.1M (with either scalar flotaing point, MVE or both), we 8 # use the Q register syntax, and for all other architectures we use the D
|
/external/llvm-project/openmp/libomptarget/ |
D | README.txt | 30 following host architectures: 36 The currently supported offloading device architectures are: 41 * CUDA(R) enabled 64-bit NVIDIA(R) GPU architectures
|
/external/skia/tools/skqp/ |
D | create_apk.py | 148 for arch in opts.architectures: 181 arches = '_'.join(sorted(opts.architectures)) 211 self.architectures = args if args else skia_to_android_arch_name_map.keys() 226 ('Architectures', self.architectures)]:
|
/external/compiler-rt/cmake/Modules/ |
D | CompilerRTDarwinUtils.cmake | 27 # There isn't a clear mapping of what architectures are supported with a given 28 # target platform, but ld's version output does list the architectures it can 43 message(WARNING "Detecting supported architectures from 'ld -v' failed. Returning default set.") 50 # This function takes an OS and a list of architectures and identifies the 51 # subset of the architectures list that the installed toolchain can target. 54 message(STATUS "Using cached valid architectures for ${os}.") 60 message(STATUS "Finding valid architectures for ${os}...") 98 CACHE STRING "List of valid architectures for platform ${os}.") 371 # architectures we bail here.
|
D | BuiltinTests.cmake | 2 # This function takes an OS and a list of architectures and identifies the 3 # subset of the architectures list that the installed toolchain can target.
|
/external/capstone/ |
D | ChangeLog | 47 - Various updates & bugfixes for all architectures. 48 - Add 4 new architectures: EVM, M68K, M680X & TMS320C64x. 458 - More details provided in cs_detail struct for all architectures. 472 - New architectures: Sparc, SystemZ & XCore. 478 architectures (to enable cross-architecture analysis). 479 - Use common instruction group types across all architectures (to enable 523 - Much faster, while consuming less memory for all architectures. 529 to any architectures or bindings, so bindings version 2.1 can be used with this 545 to any architectures or bindings, so bindings version 2.1 can be used with this 566 architectures. This change is backward compatible, however, so existent code [all …]
|
D | COMPILE_CMAKE.TXT | 35 - CAPSTONE_ARCHITECUTRE_DEFAULT: Whether architectures are enabled by default. 36 … Set this of OFF with -DCAPSTONE_ARCHITECUTRE_DEFAULT=OFF to dissable all architectures by default. 39 By default, all architectures are compiled in. 104 Will just target the x86 architecture. The list of available architectures is: ARM,
|
/external/llvm-project/lldb/source/Plugins/Platform/Windows/ |
D | PlatformWindows.cpp | 290 static SupportedArchList architectures; in GetSupportedArchitectureAtIndex() local 292 if (idx >= architectures.Count()) in GetSupportedArchitectureAtIndex() 294 arch = architectures[idx]; in GetSupportedArchitectureAtIndex()
|
/external/capstone/windowsce/ |
D | COMPILE.md | 79 …architectures: ARM, ARM64 (AArch64), M68K, MIPS, PowerPC, Sparc, SystemZ, x86 and XCore. However, … 90 By default, `DISASM_ARCH_LIST` includes support for **all** architectures supported by Capstone. 95 will produce a Capstone binary that supports the following architectures: ARM, ARM64 and x86. 101 …et** of the features of Capstone, but still supports all the selected architectures, please specif…
|
/external/kmod/testsuite/ |
D | README | 7 different scenarios, configurations and architectures. The idea is that once we 20 run tests as root and figure out how to deal with different architectures. 37 architectures, so don't print arch-dependent content if you are comparing
|
/external/strace/ |
D | NEWS | 151 * Fixed v4l2 pixelformat decoding on big-endian architectures. 192 decoding (on architectures with multiple personalities) is now available 218 * Inability to configure multiple personality support on architectures where 248 to make it in line with other multi-personality architectures. 378 architectures. 393 * Fixed decoding of sgetmask and ssetmask syscalls on 64-bit architectures. 421 * Fixed pathmatch of oldselect syscall on 64-bit architectures. 563 * Fixed build on arc, metag, nios2, or1k, and tile architectures. 564 * Fixed decoding of 32-bit times syscall return value on 64-bit architectures. 591 syscalls on 64-bit architectures. [all …]
|
/external/llvm-project/compiler-rt/cmake/Modules/ |
D | CompilerRTDarwinUtils.cmake | 84 # There isn't a clear mapping of what architectures are supported with a given 85 # target platform, but ld's version output does list the architectures it can 100 message(WARNING "Detecting supported architectures from 'ld -v' failed. Returning default set.") 107 # This function takes an OS and a list of architectures and identifies the 108 # subset of the architectures list that the installed toolchain can target. 111 message(STATUS "Using cached valid architectures for ${os}.") 117 message(STATUS "Finding valid architectures for ${os}...") 169 CACHE STRING "List of valid architectures for platform ${os}." FORCE) 476 # architectures we bail here.
|
/external/capstone/bindings/ocaml/ |
D | capstone.ml | 15 (* Hardware architectures *) 71 (* Common instruction operand access types - to be consistent across all architectures. *) 85 (* Common instruction operand types - to be consistent across all architectures. *) 92 (* Common instruction groups - to be consistent across all architectures. *)
|