Home
last modified time | relevance | path

Searched refs:CallIndirect (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dcallindirect.pnacl.ll49 define internal void @CallIndirect(i32 %f) {
60 ; CHECK-LABEL: CallIndirect
70 ; OPTM1-LABEL: CallIndirect
77 ; X8664-LABEL: CallIndirect
88 ; X8664-OPTM1-LABEL: CallIndirect
100 ; ARM32-LABEL: CallIndirect
107 ; MIPS32-LABEL: CallIndirect
/external/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h328 void LiftoffAssembler::CallIndirect(wasm::FunctionSig* sig, in CallIndirect() function
/external/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h341 void LiftoffAssembler::CallIndirect(wasm::FunctionSig* sig, in CallIndirect() function
/external/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h341 void LiftoffAssembler::CallIndirect(wasm::FunctionSig* sig, in CallIndirect() function
/external/v8/src/wasm/
Dfunction-body-decoder.cc372 void CallIndirect(FullDecoder* decoder, const Value& index, in CallIndirect() function in v8::internal::wasm::__anonb954c62d0111::WasmGraphBuildingInterface
794 builder_->CallIndirect(index, arg_nodes, &return_nodes, in DoCall()
Dwasm-opcodes.cc145 CASE_OP(CallIndirect, "call_indirect") in OpcodeName()
Dwasm-opcodes.h49 V(CallIndirect, 0x11, _) \
Dfunction-body-decoder-impl.h649 F(CallIndirect, const Value& index, \
1903 CALL_INTERFACE_IF_REACHABLE(CallIndirect, index, imm, args_.data(), in DecodeFunctionBody()
/external/v8/src/compiler/
Dwasm-compiler.h217 Node* CallIndirect(uint32_t index, Node** args, Node*** rets,
Dwasm-compiler.cc2630 Node* WasmGraphBuilder::CallIndirect(uint32_t sig_index, Node** args, in CallIndirect() function in v8::internal::compiler::WasmGraphBuilder
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1623 __ CallIndirect(imm.sig, call_descriptor, target_reg); in CallDirect() local
1647 void CallIndirect(FullDecoder* decoder, const Value& index_val, in CallIndirect() function in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler
1763 __ CallIndirect(imm.sig, call_descriptor, target); in CallIndirect() local
Dliftoff-assembler.h545 inline void CallIndirect(FunctionSig* sig,
/external/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h901 void LiftoffAssembler::CallIndirect(wasm::FunctionSig* sig, in CallIndirect() function
/external/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h1199 void LiftoffAssembler::CallIndirect(wasm::FunctionSig* sig, in CallIndirect() function
/external/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h1335 void LiftoffAssembler::CallIndirect(wasm::FunctionSig* sig, in CallIndirect() function
/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h1413 void LiftoffAssembler::CallIndirect(wasm::FunctionSig* sig, in CallIndirect() function
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1129 Node CallIndirect(uint32_t SigIndex, Node *Args) { in CallIndirect() function in IceBuilder
/external/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h1590 void LiftoffAssembler::CallIndirect(wasm::FunctionSig* sig, in CallIndirect() function