Searched refs:aliasee (Results 1 – 25 of 64) sorted by relevance
123
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | linux-preemption.ll | 97 @aliasee = global i32 42 99 @strong_default_alias = alias i32, i32* @aliasee 107 @strong_hidden_alias = hidden alias i32, i32* @aliasee 115 @weak_default_alias = weak alias i32, i32* @aliasee 123 @strong_local_alias = dso_local alias i32, i32* @aliasee 131 @weak_local_alias = weak dso_local alias i32, i32* @aliasee 140 @strong_preemptable_alias = dso_preemptable alias i32, i32* @aliasee 148 @weak_preemptable_alias = weak dso_preemptable alias i32, i32* @aliasee 262 ; COMMON-NEXT: .set strong_default_alias, aliasee 265 ; COMMON-NEXT: .set strong_hidden_alias, aliasee [all …]
|
D | win32-preemption.ll | 97 @aliasee = global i32 42 99 @strong_default_alias = alias i32, i32* @aliasee 107 @weak_default_alias = weak alias i32, i32* @aliasee 116 @strong_local_alias = dso_local alias i32, i32* @aliasee 124 @weak_local_alias = weak dso_local alias i32, i32* @aliasee 133 @strong_preemptable_alias = dso_preemptable alias i32, i32* @aliasee 141 @weak_preemptable_alias = weak dso_preemptable alias i32, i32* @aliasee
|
D | darwin-preemption.ll | 102 @aliasee = global i32 42 104 @strong_default_alias = alias i32, i32* @aliasee 113 @weak_default_alias = weak alias i32, i32* @aliasee 122 @strong_local_alias = dso_local alias i32, i32* @aliasee 131 @weak_local_alias = weak dso_local alias i32, i32* @aliasee 140 @strong_preemptable_alias = dso_preemptable alias i32, i32* @aliasee 149 @weak_preemptable_alias = weak dso_preemptable alias i32, i32* @aliasee
|
/external/llvm-project/llvm/test/Transforms/CanonicalizeAliases/ |
D | canonicalize.ll | 9 ; CHECK-DAG: @analias = alias void (), void ()* @aliasee 10 ; CHECK-DAG: @anotheralias = alias void (), void ()* @aliasee 11 ; CHECK-DAG: define void @aliasee() 14 @anotheralias = alias void (), bitcast (void ()* @aliasee to void ()*) 17 define void @aliasee() #0 {
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | do-not-touch-comdat-global.ll | 8 @aliasee = private unnamed_addr constant [2 x i8] [i8 1, i8 2], comdat($global_noinst) 9 @global_noinst = unnamed_addr alias [2 x i8], [2 x i8]* @aliasee 11 ; CHECK-DAG: @global_noinst = unnamed_addr alias [2 x i8], [2 x i8]* @aliasee
|
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/ |
D | do-not-touch-comdat-global.ll | 9 @aliasee = private unnamed_addr constant [2 x i8] [i8 1, i8 2], comdat($global_noinst) 10 @global_noinst = unnamed_addr alias [2 x i8], [2 x i8]* @aliasee 12 ; CHECK-DAG: @global_noinst = unnamed_addr alias [2 x i8], [2 x i8]* @aliasee
|
/external/llvm-project/llvm/test/ThinLTO/X86/ |
D | distributed_indexes.ll | 10 ; We should import @g and alias @analias. While we don't import the aliasee 45 ; Make sure that when the alias is imported as a copy of the aliasee, but the 46 ; aliasee is not being imported by itself, that we can still print the summary. 47 ; The aliasee should be "null". 49 ; DIS: aliasee: null
|
D | index-const-prop-alias.ll | 8 ; When ret_ptr is preserved we return pointer to alias, so we can't internalize aliasee 13 ; When g.alias is preserved we can't internalize aliasee either
|
D | weak_resolution.ll | 30 ; available_externally aliasee). 40 ; available_externally aliasee).
|
/external/llvm-project/llvm/test/ThinLTO/X86/Inputs/ |
D | distributed_indexes.ll | 8 @analias = alias void (...), bitcast (void ()* @aliasee to void (...)*) 9 define void @aliasee() {
|
D | distributed_import.ll | 10 @analias = alias void (...), bitcast (void ()* @aliasee to void (...)*) 11 define void @aliasee() {
|
/external/llvm/test/Bitcode/Inputs/ |
D | thinlto-alias.ll | 6 @analias = alias void (...), bitcast (void ()* @aliasee to void (...)*) 9 define void @aliasee() #0 {
|
/external/llvm-project/llvm/test/Bitcode/Inputs/ |
D | thinlto-alias.ll | 6 @analias = alias void (...), bitcast (void ()* @aliasee to void (...)*) 9 define void @aliasee() #0 {
|
/external/llvm-project/libc/cmake/modules/ |
D | LLVMLibCLibraryRules.cmake | 38 # aliasee to get the object file. 52 # If the entrypoint is an alias, fetch the object file from the aliasee. 55 get_target_property(aliasee ${entrypoint_target} "DEPS") 56 if(NOT aliasee) 58 "Entrypoint alias ${entrypoint_target} does not have an aliasee.") 60 get_entrypoint_object_file(${aliasee} objfile)
|
/external/llvm/test/Linker/ |
D | alias.ll | 6 ; When moving an alias to an existing module and we want to discard the aliasee 7 ; (the C2 case), the IRMover knows to copy the aliasee as internal. 8 ; When moving a replacement to an aliasee to a module that has an alias (C1),
|
/external/llvm-project/llvm/test/Linker/ |
D | alias.ll | 6 ; When moving an alias to an existing module and we want to discard the aliasee 7 ; (the C2 case), the IRMover knows to copy the aliasee as internal. 8 ; When moving a replacement to an aliasee to a module that has an alias (C1),
|
/external/llvm-project/llvm/test/Bitcode/ |
D | thinlto-alias2.ll | 24 @analias = alias void (...), bitcast (void ()* @aliasee to void (...)*) 26 define void @aliasee() #0 {
|
D | thinlto-function-summary-callgraph-cast.ll | 36 @analias = alias void (...), bitcast (void ()* @aliasee to void (...)*) 38 define void @aliasee() {
|
D | thinlto-alias.ll | 58 …external, notEligibleToImport: 0, live: 0, dsoLocal: 0, canAutoHide: 0), aliasee: ^2))) ; guid = 1… 59 ; DIS: ^2 = gv: (name: "aliasee", summaries: (function: (module: ^0, flags: (linkage: external, not… 64 …: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0, canAutoHide: 0), aliasee: ^4)))
|
D | thinlto-alias3.ll | 4 ; CHECK: ^1 = gv: (name: "a", {{.*}} aliasee: ^2
|
/external/llvm-project/llvm/test/Assembler/ |
D | thinlto-summary.ll | 20 ; Make this one an alias with a forward reference to aliasee. 21 …odule: ^0, flags: (linkage: private, notEligibleToImport: 0, live: 0, dsoLocal: 1), aliasee: ^14))) 45 ; Alias summary with backwards reference to aliasee. 46 …dule: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 1), aliasee: ^14))) 75 …: (linkage: private, notEligibleToImport: 0, live: 0, dsoLocal: 1, canAutoHide: 0), aliasee: ^14))) 88 … (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 1, canAutoHide: 0), aliasee: ^14)))
|
/external/llvm-project/llvm/test/Analysis/StackSafetyAnalysis/ |
D | ipa-alias.ll | 62 ; Call to dso_preemptable alias to a dso_local aliasee 82 ; Call to an interposable alias to a non-interposable aliasee 98 ; Call to a dso_local/non-interposable alias/aliasee 112 ; Call to a bitcasted dso_local/non-interposable alias/aliasee
|
/external/llvm-project/llvm/test/tools/gold/X86/ |
D | thinlto_weak_resolution.ll | 57 ; available_externally aliasee). 67 ; available_externally aliasee).
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/ |
D | gep-alias.ll | 2 ; Test that we don't replace an alias with its aliasee when simplifying GEPs.
|
/external/llvm-project/llvm/test/tools/llvm-split/ |
D | scc-global-alias.ll | 1 ; We should never separate alias from aliasee.
|
123