/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | nvptx_compiler.h | 55 GpuVersion gpu_version, se::StreamExecutor* stream_exec, bool relocatable, 79 int cc_minor, const HloModuleConfig& hlo_module_config, bool relocatable); 95 bool relocatable) in CompilationCacheKey() 99 relocatable(relocatable) {} in CompilationCacheKey() 103 bool relocatable; member 112 key.relocatable); in operator() 119 a.ptx == b.ptx && a.relocatable == b.relocatable; in operator()
|
D | nvptx_compiler.cc | 305 bool relocatable, in CompileTargetBinary() argument 335 module_config, relocatable); in CompileTargetBinary() 343 int cc_minor, const HloModuleConfig& hlo_module_config, bool relocatable) { in CompileGpuAsmOrGetCachedResult() argument 358 std::forward_as_tuple(ptx, cc_major, cc_minor, relocatable), in CompileGpuAsmOrGetCachedResult() 373 if (relocatable) { in CompileGpuAsmOrGetCachedResult()
|
D | amdgpu_compiler.cc | 118 bool relocatable, in CompileTargetBinary() argument 125 if (relocatable) { in CompileTargetBinary()
|
D | amdgpu_compiler.h | 44 GpuVersion gpu_version, se::StreamExecutor* stream_exec, bool relocatable,
|
/external/llvm-project/llvm/test/MC/RISCV/ |
D | hilo-constaddr-expr.s | 16 # CHECK-RELAX: :[[@LINE+1]]:{{[0-9]+}}: error: expected relocatable expression 18 # CHECK-RELAX: :[[@LINE+1]]:{{[0-9]+}}: error: expected relocatable expression 24 # CHECK-RELAX: :[[@LINE+1]]:{{[0-9]+}}: error: expected relocatable expression 26 # CHECK-RELAX: :[[@LINE+1]]:{{[0-9]+}}: error: expected relocatable expression
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | inline-asm-diags.ll | 6 ; CHECK: <inline asm>:2:{{[0-9]+}}: error: expected relocatable expression 9 ; CHECK: <inline asm>:3:{{[0-9]+}}: error: expected relocatable expression
|
D | cmp-immediate-fixup-error.s | 5 @ CHECK: error: expected relocatable expression
|
D | error-location-ldr-pseudo.s | 4 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: expected relocatable expression
|
D | macho-word-reloc-thumb.s | 4 @ ARM relocatable object files try to look like they're pre-linked, so the
|
/external/llvm-project/lld/wasm/ |
D | Writer.cpp | 149 if (config->relocatable || config->emitRelocs) { in createCustomSections() 234 if (config->relocatable || config->isPic) in layoutMemory() 412 if (config->emitRelocs || config->relocatable) { in addSections() 484 if (!config->relocatable && allowed.count("mutable-globals") == 0) { in populateTargetFeatures() 559 if (config->relocatable || in shouldImport() 576 if (sym->isWeak() && !config->relocatable) in calculateImports() 590 if (config->relocatable) in calculateExports() 593 if (!config->relocatable && !config->importMemory) in calculateExports() 597 if (!config->relocatable && config->exportTable) in calculateExports() 643 if (!config->relocatable && !config->emitRelocs) in populateSymtab() [all …]
|
D | Driver.cpp | 388 config->relocatable = args.hasArg(OPT_relocatable); in readConfigs() 390 args.hasFlag(OPT_gc_sections, OPT_no_gc_sections, !config->relocatable); in readConfigs() 393 !config->relocatable); in readConfigs() 500 if (config->relocatable) { in checkOptions() 602 if (config->relocatable) in createSyntheticSymbols() 670 if (config->relocatable) in createOptionalSymbols() 897 if (!config->relocatable && !config->entry.empty()) { in link() 911 if (!config->relocatable && !config->shared && in link() 979 if (!config->relocatable && !config->isPic) { in link()
|
D | LTO.cpp | 58 if (config->relocatable) in createLTO() 106 r.VisibleToRegularObj = config->relocatable || sym->isUsedInRegularObj || in add()
|
/external/llvm-project/llvm/test/MC/WebAssembly/ |
D | wasm64.s | 20 i64.const .L.str # get i64 relocatable. 29 f32.load .L.str # relocatable offset! 43 i64.const .L.str # get i64 relocatable. 52 f32.store .L.str # relocatable offset! 66 .int64 .L.str # relocatable inside data.
|
/external/tensorflow/third_party/nccl/ |
D | build_defs.bzl.tpl | 41 """Returns copts for compiling relocatable device code.""" 51 "relocatable-device-code=true", 176 """Clears __nv_relfatbin section containing relocatable device code.""" 179 # -no-relocatable-elf not supported, return unpruned input. 198 ["-no-relocatable-elf", "--output-file=%s" % output.path, str(input.path)] 268 to 'relocatable device code' (RDC) and embedded in the host object files. 271 is handled automatically. Clang supports generating relocatable device 300 The intermediate relocatable device code in xy.a is no longer needed at 381 # Remove intermediate relocatable device code.
|
/external/llvm-project/lld/test/wasm/ |
D | signature-mismatch-relocatable.s | 3 # RUN: wasm-ld --relocatable %t.o %t2.o -o %t.wasm 7 # symbols) and relocatable output. This issue only occurred when the undefined
|
D | archive.ll | 31 ; correctly. Since we're using llvm-nm, we must link with --relocatable. 34 ; non-relocatable output (with an option to strip it)
|
/external/llvm-project/lld/test/ELF/lto/ |
D | version-script2.ll | 3 ;; For non-relocatable output, test we parse symbol versions after LTO, 23 ;; For relocatable output, @ should be retained in the symbol name.
|
/external/llvm-project/lld/test/ELF/ |
D | relocatable.s | 3 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/relocatable.s -o %t2.o 10 ## Test --relocatable alias 11 # RUN: ld.lld --relocatable %t1.o %t2.o %t3.o -o %t
|
D | mips-non-zero-gp0.s | 3 # Check addend adjustment in case of generating a relocatable object 6 # We have to use GNU as and ld.bfd 2.28 to generate relocatable object
|
D | relocatable-non-alloc.s | 3 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %S/Inputs/relocatable-non-alloc.s -o %t2.o
|
/external/llvm/test/MC/ARM/ |
D | cmp-immediate-fixup-error.s | 5 @ CHECK: error: expected relocatable expression
|
D | error-location-ldr-pseudo.s | 4 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: expected relocatable expression
|
/external/llvm/test/MC/Mips/ |
D | reloc-directive-bad.s | 5 .reloc 0, R_MIPS_32, .text+.text # CHECK: :[[@LINE]]:23: error: expression must be relocatable
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | reloc-directive-bad.s | 5 .reloc 0, R_MIPS_32, .text+.text # CHECK: :[[@LINE]]:23: error: expression must be relocatable
|
/external/rust/cxx/gen/src/ |
D | builtin.rs | 30 pub relocatable: bool, field 115 if builtin.relocatable { in write() 184 ifndef::write(out, builtin.relocatable, "CXXBRIDGE1_RELOCATABLE"); in write()
|