Home
last modified time | relevance | path

Searched refs:relocatable (Results 1 – 25 of 161) sorted by relevance

1234567

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.h55 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()
Dnvptx_compiler.cc305 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()
Damdgpu_compiler.cc118 bool relocatable, in CompileTargetBinary() argument
125 if (relocatable) { in CompileTargetBinary()
Damdgpu_compiler.h44 GpuVersion gpu_version, se::StreamExecutor* stream_exec, bool relocatable,
/external/llvm-project/llvm/test/MC/RISCV/
Dhilo-constaddr-expr.s16 # 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/
Dinline-asm-diags.ll6 ; CHECK: <inline asm>:2:{{[0-9]+}}: error: expected relocatable expression
9 ; CHECK: <inline asm>:3:{{[0-9]+}}: error: expected relocatable expression
Dcmp-immediate-fixup-error.s5 @ CHECK: error: expected relocatable expression
Derror-location-ldr-pseudo.s4 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: expected relocatable expression
Dmacho-word-reloc-thumb.s4 @ ARM relocatable object files try to look like they're pre-linked, so the
/external/llvm-project/lld/wasm/
DWriter.cpp149 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 …]
DDriver.cpp388 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()
DLTO.cpp58 if (config->relocatable) in createLTO()
106 r.VisibleToRegularObj = config->relocatable || sym->isUsedInRegularObj || in add()
/external/llvm-project/llvm/test/MC/WebAssembly/
Dwasm64.s20 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/
Dbuild_defs.bzl.tpl41 """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/
Dsignature-mismatch-relocatable.s3 # RUN: wasm-ld --relocatable %t.o %t2.o -o %t.wasm
7 # symbols) and relocatable output. This issue only occurred when the undefined
Darchive.ll31 ; 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/
Dversion-script2.ll3 ;; 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/
Drelocatable.s3 # 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
Dmips-non-zero-gp0.s3 # 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
Drelocatable-non-alloc.s3 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %S/Inputs/relocatable-non-alloc.s -o %t2.o
/external/llvm/test/MC/ARM/
Dcmp-immediate-fixup-error.s5 @ CHECK: error: expected relocatable expression
Derror-location-ldr-pseudo.s4 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: expected relocatable expression
/external/llvm/test/MC/Mips/
Dreloc-directive-bad.s5 .reloc 0, R_MIPS_32, .text+.text # CHECK: :[[@LINE]]:23: error: expression must be relocatable
/external/llvm-project/llvm/test/MC/Mips/
Dreloc-directive-bad.s5 .reloc 0, R_MIPS_32, .text+.text # CHECK: :[[@LINE]]:23: error: expression must be relocatable
/external/rust/cxx/gen/src/
Dbuiltin.rs30 pub relocatable: bool, field
115 if builtin.relocatable { in write()
184 ifndef::write(out, builtin.relocatable, "CXXBRIDGE1_RELOCATABLE"); in write()

1234567