Home
last modified time | relevance | path

Searched refs:indirect_call (Results 1 – 14 of 14) sorted by relevance

/external/rust/cxx/gen/src/
Dwrite.rs822 let indirect_call = true; in write_function_pointer_trampoline() localVariable
823 write_rust_function_decl_impl(out, &r_trampoline, f, indirect_call); in write_function_pointer_trampoline()
827 write_rust_function_shim_impl(out, &c_trampoline, f, &r_trampoline, indirect_call); in write_function_pointer_trampoline()
834 let indirect_call = false; in write_rust_function_decl() localVariable
835 write_rust_function_decl_impl(out, &link_name, efn, indirect_call); in write_rust_function_decl()
843 indirect_call: bool, in write_rust_function_decl_impl()
886 if indirect_call { in write_rust_function_decl_impl()
909 let indirect_call = false; in write_rust_function_shim() localVariable
910 write_rust_function_shim_impl(out, &local_name, efn, &invoke, indirect_call); in write_rust_function_shim()
917 indirect_call: bool, in write_rust_function_shim_decl()
[all …]
/external/llvm-project/mlir/test/Conversion/StandardToLLVM/
Dconvert-funcs.mlir54 // CHECK-LABEL: llvm.func @indirect_call(%arg0: !llvm.ptr<func<i32 (float)>>, %arg1: !llvm.float) -…
55 func @indirect_call(%arg0: (f32) -> i32, %arg1: f32) -> i32 {
/external/llvm-project/llvm/test/CodeGen/X86/
Dhipe-cc.ll65 %indirect_call = bitcast i32* %tmp_clos2 to void (i32, i32, i32)*
68 tail call cc 11 void %indirect_call(i32 undef, i32 undef, i32 42) nounwind
Dhipe-cc64.ll74 %indirect_call = bitcast i64* %tmp_clos2 to void (i64, i64, i64)*
77 tail call cc 11 void %indirect_call(i64 undef, i64 undef, i64 42) nounwind
/external/llvm/test/CodeGen/X86/
Dhipe-cc.ll69 %indirect_call = bitcast i32* %tmp_clos2 to void (i32, i32, i32)*
72 tail call cc 11 void %indirect_call(i32 undef, i32 undef, i32 42) nounwind
Dhipe-cc64.ll79 %indirect_call = bitcast i64* %tmp_clos2 to void (i64, i64, i64)*
82 tail call cc 11 void %indirect_call(i64 undef, i64 undef, i64 42) nounwind
/external/llvm-project/llvm/test/Transforms/PGOProfile/
Dindirect_call_annotation.ll1 ; RUN: llvm-profdata merge %S/Inputs/indirect_call.proftext -o %t.profdata
/external/llvm/test/Transforms/InstCombine/
Dconvergent.ll29 define i32 @indirect_call(i32 ()* %f) {
/external/llvm/test/Transforms/PGOProfile/
Dindirect_call_annotation.ll1 ; RUN: llvm-profdata merge %S/Inputs/indirect_call.proftext -o %t.profdata
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dconvergent.ll29 define i32 @indirect_call(i32 ()* %f) {
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dspeculation-hardening-sls.ll116 define dso_local i32 @indirect_call(
119 ; CHECK-LABEL: indirect_call:
/external/llvm-project/llvm/test/Transforms/OpenMP/
Dicv_tracking.ll33 define void @indirect_call(void ()* %0) {
34 ; CHECK-LABEL: define {{[^@]+}}@indirect_call
/external/llvm-project/mlir/test/Target/
Dllvmir.mlir907 // CHECK-LABEL: define i32 @indirect_call(i32 (float)* {{%.*}}, float {{%.*}})
908 llvm.func @indirect_call(%arg0: !llvm.ptr<func<i32 (float)>>, %arg1: !llvm.float) -> !llvm.i32 {
/external/python/cffi/testing/cffi1/
Dtest_recompiler.py1788 assert lib.indirect_call(300) == 342