/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | callindirect.pnacl.ll | 49 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/ |
D | liftoff-assembler-arm.h | 328 void LiftoffAssembler::CallIndirect(wasm::FunctionSig* sig, in CallIndirect() function
|
/external/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 341 void LiftoffAssembler::CallIndirect(wasm::FunctionSig* sig, in CallIndirect() function
|
/external/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 341 void LiftoffAssembler::CallIndirect(wasm::FunctionSig* sig, in CallIndirect() function
|
/external/v8/src/wasm/ |
D | function-body-decoder.cc | 372 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()
|
D | wasm-opcodes.cc | 145 CASE_OP(CallIndirect, "call_indirect") in OpcodeName()
|
D | wasm-opcodes.h | 49 V(CallIndirect, 0x11, _) \
|
D | function-body-decoder-impl.h | 649 F(CallIndirect, const Value& index, \ 1903 CALL_INTERFACE_IF_REACHABLE(CallIndirect, index, imm, args_.data(), in DecodeFunctionBody()
|
/external/v8/src/compiler/ |
D | wasm-compiler.h | 217 Node* CallIndirect(uint32_t index, Node** args, Node*** rets,
|
D | wasm-compiler.cc | 2630 Node* WasmGraphBuilder::CallIndirect(uint32_t sig_index, Node** args, in CallIndirect() function in v8::internal::compiler::WasmGraphBuilder
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1623 __ 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
|
D | liftoff-assembler.h | 545 inline void CallIndirect(FunctionSig* sig,
|
/external/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 901 void LiftoffAssembler::CallIndirect(wasm::FunctionSig* sig, in CallIndirect() function
|
/external/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 1199 void LiftoffAssembler::CallIndirect(wasm::FunctionSig* sig, in CallIndirect() function
|
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 1335 void LiftoffAssembler::CallIndirect(wasm::FunctionSig* sig, in CallIndirect() function
|
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 1413 void LiftoffAssembler::CallIndirect(wasm::FunctionSig* sig, in CallIndirect() function
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 1129 Node CallIndirect(uint32_t SigIndex, Node *Args) { in CallIndirect() function in IceBuilder
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 1590 void LiftoffAssembler::CallIndirect(wasm::FunctionSig* sig, in CallIndirect() function
|