Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 217) sorted by relevance

123456789

/llvm-project/llvm/test/MC/RISCV/
H A Dfunction-call-invalid.s3 call 1234 # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label
4 call %pcrel_hi(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label
5 call %pcrel_lo(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label
6 call %pcrel_hi(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label
7 call %pcrel_lo(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label
8 call %hi(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label
9 call %lo(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label
10 call %hi(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label
11 call %lo(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label
12 call foo, bar # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label
H A Dfunction-call.s10 call foo label
15 call bar label
23 call zero label
29 call f1 label
35 call ra label
41 call mstatus label
49 call foo@plt label
57 call a0, foo label
63 call a0, foo@plt label
H A Doption-pushpop.s25 call foo label
40 call bar label
62 call bar label
69 call baz label
H A Doption-relax.s25 call foo label
42 call bar label
58 call baz label
H A Dfixups.s68 call func label
74 call func label
80 call func label
/llvm-project/lld/test/ELF/
H A Dundef-spell-corrector.s85 call bcde label
86 call abcd label
87 call abde label
90 call bbcde label
91 call abcdd label
94 call aabcde label
95 call abcdee label
98 call bacde label
101 call _Z3fooPi label
107 call _Z3FOOPKi label
H A Di386-tls-gdiele.s58 call ___tls_get_addr@plt label
60 call ___tls_get_addr@plt label
63 call ___tls_get_addr@plt label
65 call ___tls_get_addr@plt label
69 call *___tls_get_addr@GOT(%edx) label
71 call *___tls_get_addr@GOT(%edx) label
H A Dpartition-move-to-main.s23 call tls1 label
24 call ifunc1 label
29 call tls2 label
30 call ifunc2 label
H A Dverneed.s180 call f1@plt label
181 call f2@plt label
182 call g1@plt label
H A Dhexagon-shared.s18 call ##foo label
20 call ##hidden_symbol label
24 call ##bar label
27 call bar@PLT label
H A Dsymver.s179 call foo label
183 call foo label
188 call foo label
193 call foo label
H A Di386-tls-dynamic.s34 call __tls_get_addr@plt label
37 call __tls_get_addr@plt label
40 call __tls_get_addr@plt label
44 call __tls_get_addr@plt label
H A Di386-tlsdesc-gd.s95 call *a@tlscall(%eax) label
100 call *b@tlscall(%eax) label
104 call *c@tlscall(%eax) label
H A Dx86-64-tlsdesc-gd.s94 call *a@tlscall(%rax) global() label
101 call *b@tlscall(%rax) global() label
106 call *c@tlscall(%rax) global() label
H A Driscv-tls-gd.s119 call __tls_get_addr@plt label
122 call __tls_get_addr@plt label
H A Ddynamic-list-preempt2.s28 call foo@PLT label
29 call bar@PLT label
H A Dpartition-move-to-main-startstop.s26 call __start_has_startstop global() label
27 call __stop_has_startstop global() label
H A Dx86-64-tlsdesc-gd-mixed.s14 call *a@tlscall(%rax) label
21 call __tls_get_addr@PLT label
/llvm-project/lld/test/MachO/
H A Dundef-spell-corrector.s85 call bcde label
86 call abcd label
87 call abde label
97 call bbcde label
98 call abcdd label
101 call aabcde label
102 call abcdee label
105 call bacde label
108 call __Z3fooPi label
114 call __Z3FOOPKi label
/llvm-project/llvm/test/MC/Hexagon/
H A Dplt-rel.s3 call foo@GDPLT label
5 call ##foo@GDPLT label
9 call foo@LDPLT label
11 call ##foo@LDPLT label
/llvm-project/llvm/test/tools/llvm-ml/
H A Dindirect_branch.asm41 call fn_ref label
50 call [fn_ref] label
96 call t6 label
103 call [t7] label
126 call fn label
133 call [fn] label
156 call fn_ref_struc label
165 call [fn_ref_struc] label
200 call fn_ref_extern label
209 call [fn_ref_extern] label
[all …]
/llvm-project/mlir/examples/transform/Ch3/lib/
H A DMyExtension.cpp97 updateCallee(mlir::func::CallOp call,llvm::StringRef newTarget) updateCallee() argument
120 applyToOne(::mlir::transform::TransformRewriter & rewriter,::mlir::func::CallOp call,::mlir::transform::ApplyToEachResultList & results,::mlir::transform::TransformState & state) applyToOne() argument
153 replaceCallWithOp(mlir::RewriterBase & rewriter,mlir::CallOpInterface call) replaceCallWithOp() argument
167 applyToOne(mlir::transform::TransformRewriter & rewriter,mlir::CallOpInterface call,mlir::transform::ApplyToEachResultList & results,mlir::transform::TransformState & state) applyToOne() argument
[all...]
/llvm-project/libcxx/test/tools/clang_tidy_checks/
H A Dhide_from_abi.cpp87 …if (const auto* call = result.Nodes.getNodeAs<clang::FunctionDecl>("hide_from_abi_on_free_function… in check() local
98 …if (const auto* call = result.Nodes.getNodeAs<clang::CXXMethodDecl>("hide_from_abi_on_member_funct… in check() local
103 if (const auto* call = in check() local
/llvm-project/llvm/include/llvm/Support/
H A DManagedStatic.h23 static void *call() { return new C(); } in call() function
29 static void call(void *Ptr) { delete (T *)Ptr; } in call() function
/llvm-project/lld/test/COFF/
H A Dicf-executable.s12 call f2 label
18 call main label

123456789