Home
last modified time | relevance | path

Searched refs:linkage (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/
Dthinlto-summary.ll12 ^2 = gv: (guid: 1, summaries: (function: (module: ^0, flags: (linkage: external, notEligibleToImpor…
16 ^3 = gv: (guid: 2, summaries: (function: (module: ^1, flags: (linkage: external, notEligibleToImpor…
18 ; Summaries with different linkage types.
19 ^4 = gv: (guid: 3, summaries: (function: (module: ^0, flags: (linkage: internal, notEligibleToImpor…
21 ^5 = gv: (guid: 4, summaries: (alias: (module: ^0, flags: (linkage: private, notEligibleToImport: 0…
22 ^6 = gv: (guid: 5, summaries: (function: (module: ^0, flags: (linkage: available_externally, notEli…
23 ^7 = gv: (guid: 6, summaries: (function: (module: ^0, flags: (linkage: linkonce, notEligibleToImpor…
24 ^8 = gv: (guid: 7, summaries: (function: (module: ^0, flags: (linkage: linkonce_odr, notEligibleToI…
25 ^9 = gv: (guid: 8, summaries: (function: (module: ^0, flags: (linkage: weak_odr, notEligibleToImpor…
26 ^10 = gv: (guid: 9, summaries: (function: (module: ^0, flags: (linkage: weak, notEligibleToImport: …
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_link.c45 struct shader_linkage *linkage) in svga_link_shaders() argument
49 for (i = 0; i < ARRAY_SIZE(linkage->input_map); i++) { in svga_link_shaders()
50 linkage->input_map[i] = INVALID_INDEX; in svga_link_shaders()
73 linkage->input_map[i] = outshader_info->num_outputs + 1 + sem_index; in svga_link_shaders()
75 free_slot = MAX2(free_slot, linkage->input_map[i] + 1); in svga_link_shaders()
83 linkage->input_map[i] = j; in svga_link_shaders()
90 linkage->num_inputs = inshader_info->num_inputs; in svga_link_shaders()
94 if (linkage->input_map[i] == INVALID_INDEX) { in svga_link_shaders()
96 linkage->input_map[i] = j; in svga_link_shaders()
105 for (i = 0; i < linkage->num_inputs; i++) { in svga_link_shaders()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dlink-flags.ll1 ; RUN: llvm-link -S %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -check-prefix=B -c…
2 ; RUN: llvm-link -S -only-needed %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -chec…
3 ; RUN: llvm-link -S -internalize %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -chec…
4 ; RUN: llvm-link -S -internalize -only-needed %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileC…
5 ; RUN: llvm-link -S -internalize %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll %S/Inputs/linkage.d.…
Dlinkage.ll1 ; RUN: llvm-as %S/Inputs/linkage.a.ll -o %t.1.bc
2 ; RUN: llvm-as %S/Inputs/linkage.b.ll -o %t.2.bc
Doverride-different-linkage.ll1 ; RUN: llvm-link %s -override %S/Inputs/override-different-linkage.ll -S | FileCheck %s
2 ; RUN: llvm-link -override %S/Inputs/override-different-linkage.ll %s -S | FileCheck %s
/external/llvm/test/Linker/
Dlink-flags.ll1 ; RUN: llvm-link -S %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -check-prefix=B -c…
2 ; RUN: llvm-link -S -only-needed %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -chec…
3 ; RUN: llvm-link -S -internalize %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -chec…
4 ; RUN: llvm-link -S -internalize -only-needed %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileC…
Dlinkage.ll1 ; RUN: llvm-as %S/Inputs/linkage.a.ll -o %t.1.bc
2 ; RUN: llvm-as %S/Inputs/linkage.b.ll -o %t.2.bc
Doverride-different-linkage.ll1 ; RUN: llvm-link %s -override %S/Inputs/override-different-linkage.ll -S | FileCheck %s
2 ; RUN: llvm-link -override %S/Inputs/override-different-linkage.ll %s -S | FileCheck %s
/external/clang/docs/
DLTOVisibility.rst6 referenced from outside the current LTO unit. A *linkage unit* is a set of
7 translation units linked together into an executable or DSO, and a linkage
8 unit's *LTO unit* is the subset of the linkage unit that is linked together
10 linkage unit's LTO unit is empty. Each linkage unit has only a single LTO unit.
19 ODR violation to define a class with hidden LTO visibility in multiple linkage
20 units. A class with public LTO visibility may be defined in multiple linkage
33 other classes receive hidden LTO visibility. Classes with internal linkage
38 LTO visibility regardless of its object file visibility, linkage or other
44 1. As a corollary of the above rules, if a linkage unit is produced from a
51 visibility attributes in multiple linkage units and have virtual calls
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddwarf-linkage-names.ll1 ; DWARF linkage name attributes are optional; verify they are missing for
9 ; $ clang++ -emit-llvm -S -g dwarf-linkage-names.cpp
15 ; With linkage names, we get an attribute for the declaration (first) entry
34 ; Without linkage names, verify there aren't any linkage-name attributes,
41 source_filename = "test/DebugInfo/X86/dwarf-linkage-names.ll"
61 !3 = !DIFile(filename: "dwarf-linkage-names.cpp", directory: "/home/probinson/projects/scratch")
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dthinlto-type-vcalls.ll115 ; DIS: ^2 = gv: (name: "f1", summaries: (function: (module: ^0, flags: (linkage: external, notEligi…
116 ; DIS: ^3 = gv: (name: "f3", summaries: (function: (module: ^0, flags: (linkage: external, notEligi…
119 ; DIS: ^6 = gv: (name: "f2", summaries: (function: (module: ^0, flags: (linkage: external, notEligi…
120 ; DIS: ^7 = gv: (name: "f4", summaries: (function: (module: ^0, flags: (linkage: external, notEligi…
121 ; DIS: ^8 = gv: (name: "f5", summaries: (function: (module: ^0, flags: (linkage: external, notEligi…
122 ; DIS: ^9 = gv: (name: "f6", summaries: (function: (module: ^0, flags: (linkage: external, notEligi…
125 …: (guid: 2072045998141807037, summaries: (function: (module: ^0, flags: (linkage: external, notEli…
126 …: (guid: 4197650231481825559, summaries: (function: (module: ^0, flags: (linkage: external, notEli…
127 …: (guid: 8471399308421654326, summaries: (function: (module: ^0, flags: (linkage: external, notEli…
128 … (guid: 10064745020953272174, summaries: (function: (module: ^0, flags: (linkage: external, notEli…
[all …]
Dthinlto-type-tests.ll40 ; DIS: ^2 = gv: (name: "h", summaries: (function: (module: ^0, flags: (linkage: external, notEligib…
41 ; DIS: ^3 = gv: (name: "g", summaries: (function: (module: ^0, flags: (linkage: external, notEligib…
42 ; DIS: ^4 = gv: (name: "f", summaries: (function: (module: ^0, flags: (linkage: external, notEligib…
45 …: (guid: 8124147457056772133, summaries: (function: (module: ^0, flags: (linkage: external, notEli…
46 … (guid: 13146401226427987378, summaries: (function: (module: ^0, flags: (linkage: external, notEli…
47 … (guid: 14740650423002898831, summaries: (function: (module: ^0, flags: (linkage: external, notEli…
Dthinlto-function-summary-callgraph-profile-summary.ll152 ; DIS: ^9 = gv: (name: "hot_function", summaries: (function: (module: ^0, flags: (linkage: external…
157 …: (guid: 3741006263754194003, summaries: (function: (module: ^1, flags: (linkage: external, notEli…
158 …: (guid: 5026609803865204483, summaries: (function: (module: ^1, flags: (linkage: external, notEli…
159 …: (guid: 8117347573235780485, summaries: (function: (module: ^1, flags: (linkage: external, notEli…
160 …: (guid: 9453975128311291976, summaries: (function: (module: ^1, flags: (linkage: external, notEli…
161 … (guid: 11668175513417606517, summaries: (function: (module: ^1, flags: (linkage: external, notEli…
162 … (guid: 16213681105727317812, summaries: (function: (module: ^1, flags: (linkage: external, notEli…
163 … (guid: 17381606045411660303, summaries: (function: (module: ^0, flags: (linkage: external, notEli…
164 … (guid: 17712061229457633252, summaries: (function: (module: ^1, flags: (linkage: external, notEli…
Dthinlto-summary-section.ll1 ; Check the linkage types in both the per-module and combined summaries.
7 ; Flags should be 0x57 (87) for local linkage (0x3), dso_local (0x40) and not being importable
8 ; (0x10) due to local linkage plus having a section.
Dthinlto-alias.ll55 ; DIS: ^1 = gv: (name: "analias", summaries: (alias: (module: ^0, flags: (linkage: external, notEli…
56 ; DIS: ^2 = gv: (name: "aliasee", summaries: (function: (module: ^0, flags: (linkage: external, not…
60 …gv: (guid: 12695095382722328222, summaries: (alias: (module: ^1, flags: (linkage: external, notEli…
61 … (guid: 15822663052811949562, summaries: (function: (module: ^0, flags: (linkage: external, notEli…
62 … (guid: 17407585008595848568, summaries: (function: (module: ^1, flags: (linkage: external, notEli…
Dthinlto-function-summary-refgraph.ll36 ; for calls). Use different linkage types for the various test cases to
37 ; distinguish the test cases here (op1 contains the linkage type).
151 ; DIS-DAG: = gv: (name: "Z", summaries: (function: (module: ^0, flags: (linkage: linkonce_odr, notE…
152 ; DIS-DAG: = gv: (name: "X", summaries: (function: (module: ^0, flags: (linkage: available_external…
153 ; DIS-DAG: = gv: (name: "W", summaries: (function: (module: ^0, flags: (linkage: weak_odr, notEligi…
157 ; DIS-DAG: = gv: (name: "globalvar", summaries: (variable: (module: ^0, flags: (linkage: external, …
160 ; DIS-DAG: = gv: (name: "main", summaries: (function: (module: ^0, flags: (linkage: external, notEl…
161 ; DIS-DAG: = gv: (name: "bar", summaries: (variable: (module: ^0, flags: (linkage: external, notEli…
164 ; DIS-DAG: = gv: (name: "Y", summaries: (function: (module: ^0, flags: (linkage: private, notEligib…
/external/llvm/lib/LTO/
DLTO.cpp53 GlobalValue::LinkageTypes OriginalLinkage = S->linkage(); in thinLTOResolveWeakForLinkerGUID()
68 if (S->linkage() != OriginalLinkage) in thinLTOResolveWeakForLinkerGUID()
69 recordNewLinkage(S->modulePath(), GUID, S->linkage()); in thinLTOResolveWeakForLinkerGUID()
104 if (GlobalValue::isLocalLinkage(S->linkage())) in thinLTOInternalizeAndPromoteGUID()
106 } else if (!GlobalValue::isLocalLinkage(S->linkage())) in thinLTOInternalizeAndPromoteGUID()
/external/llvm/test/DebugInfo/X86/
Ddwarf-linkage-names.ll1 ; DWARF linkage name attributes are optional; verify they are missing for
9 ; $ clang++ -emit-llvm -S -g dwarf-linkage-names.cpp
15 ; With linkage names, we get an attribute for the declaration (first) entry
34 ; Without linkage names, verify there aren't any linkage-name attributes,
57 !1 = !DIFile(filename: "dwarf-linkage-names.cpp", directory: "/home/probinson/projects/scratch")
/external/llvm/test/DebugInfo/Generic/
Dlinkage-name-abstract.ll1 ; RUN: %llc_dwarf -O0 -filetype=obj -dwarf-linkage-names=Abstract < %s | llvm-dwarfdump -debug-dump…
10 ; Verify that the only linkage-name present is the abstract origin of the
26 ; Locate the subprogram DIE with the linkage name.
60 !1 = !DIFile(filename: "linkage-name-abstract.cpp", directory: "/home/probinson/projects/scratch")
/external/python/cpython3/Lib/
Dplatform.py834 def architecture(executable=sys.executable, bits='', linkage=''): argument
881 linkage = l
882 return bits, linkage
886 return bits, linkage
899 linkage = 'ELF'
903 linkage = 'WindowsPE'
905 linkage = 'PE'
907 linkage = 'COFF'
909 linkage = 'MSDOS'
914 return bits, linkage
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Ddebug-names-linkage-name.ll3 ; Generate one file with all linkage names, and another with only abstract ones.
5 ; RUN: %llc_dwarf -accel-tables=Dwarf -dwarf-linkage-names=All -filetype=obj -o %t.All < %s
6 ; RUN: %llc_dwarf -accel-tables=Dwarf -dwarf-linkage-names=Abstract -filetype=obj -o %t.Abstract < …
13 ; We should have all three linkage names in the .debug_info and .debug_names
67 !3 = !DIFile(filename: "/tmp/linkage-name.cc", directory: "/usr/local/google/home/labath/ll/build/d…
/external/v8/src/wasm/baseline/
DDEPS2 # internals, like the linkage location for parameters and returns.
4 "+src/compiler/linkage.h",
/external/python/cpython2/Lib/
Dplatform.py1062 def architecture(executable=sys.executable,bits='',linkage=''): argument
1109 linkage = l
1110 return bits, linkage
1117 return bits,linkage
1130 linkage = 'ELF'
1134 linkage = 'WindowsPE'
1136 linkage = 'PE'
1138 linkage = 'COFF'
1140 linkage = 'MSDOS'
1145 return bits,linkage
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/src/
Dgles2-driver-issues.txt22 dEQP-GLES2.functional.shaders.linkage.varying_type_mismatch_1
23 dEQP-GLES2.functional.shaders.linkage.varying_illegal_usage_1
24 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_1
25 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_2
26 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_3
27 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_1
28 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_2
29 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_3
30 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_4
/external/deqp/doc/testspecs/GLES31/
Dfunctional.uniform_location.txt33 - Duplicate location with various linkage and usage
34 - Overlapping structs and arrays with various linkage and usage
57 linkage.
63 Struct, nested struct and linkage cases are randomized.

12345678910>>...17