Searched refs:external_function (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/ |
D | simulator-base.cc | 62 Address SimulatorBase::RedirectExternalReference(Address external_function, in RedirectExternalReference() argument 65 Redirection* redirection = Redirection::Get(external_function, type); in RedirectExternalReference() 69 Redirection::Redirection(Address external_function, in Redirection() argument 71 : external_function_(external_function), type_(type), next_(nullptr) { in Redirection() 88 Redirection* Redirection::Get(Address external_function, in Get() argument 92 if (current->external_function_ == external_function && in Get() 97 return new Redirection(external_function, type); in Get()
|
D | simulator-base.h | 35 static Address RedirectExternalReference(Address external_function, 121 Redirection(Address external_function, ExternalReference::Type type); 131 void* external_function() { in external_function() function 136 static Redirection* Get(Address external_function, 149 return redirection->external_function(); in ReverseRedirection()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | call.ll | 5 ; CHECK: in function test_call_external{{.*}}: unsupported call to function external_function 10 declare i32 @external_function(i32) nounwind 16 %c = call i32 @external_function(i32 %b) nounwind
|
/external/llvm/test/CodeGen/X86/ |
D | atom-pad-short-functions.ll | 3 declare void @external_function(...) 72 ; CHECK: jmp external_function 74 tail call void bitcast (void (...)* @external_function to void ()*)() nounwind
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | atom-pad-short-functions.ll | 3 declare void @external_function(...) 72 ; CHECK: jmp external_function 74 tail call void bitcast (void (...)* @external_function to void ()*)() nounwind
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | unsupported-calls.ll | 4 declare i32 @external_function(i32) nounwind 7 ; R600: in function test_call_external{{.*}}: unsupported call to function external_function 12 %c = call i32 @external_function(i32 %b) nounwind
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/ |
D | calls.ll | 5 declare i32 @external_function(i32) 12 ; RV32I-NEXT: call external_function 16 %1 = call i32 @external_function(i32 %a)
|
/external/clang/test/Index/ |
D | format-comment-cdecls.c | 15 extern void external_function(int x1);
|
D | comment-c-decls.c | 20 extern void external_function(int x1);
|
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 436 reinterpret_cast<int64_t>(redirection->external_function()); in DoRuntimeCall() 438 TraceSim("Call to host function at %p\n", redirection->external_function()); in DoRuntimeCall()
|
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 1240 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 1672 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 2281 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 2218 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
|
/external/v8/src/s390/ |
D | simulator-s390.cc | 1891 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
|