Home
last modified time | relevance | path

Searched refs:push (Results 3551 - 3575 of 4289) sorted by relevance

1...<<141142143144145146147148149150>>...172

/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc93 __ push(scratch2); in Generate_PushArguments()
455 __ push(t0); in Generate_JSEntryVariant()
578 // Check if we have enough stack space to push all arguments. in Generate_JSEntryTrampolineHelper()
1136 // Our stack is currently aligned. We have have to push something along with in Generate_BaselineOutOfLinePrologue()
1296 // If ok, push undefined as the initial value for all register file entries. in Generate_InterpreterEntryTrampoline()
1302 // TODO(rmcilroy): Consider doing more than one push per loop iteration. in Generate_InterpreterEntryTrampoline()
1303 __ push(kInterpreterAccumulatorRegister); in Generate_InterpreterEntryTrampoline()
1532 __ push(zero_reg); in Generate_InterpreterPushArgsThenConstructImpl()
1845 // arguments from the stack (including the receiver), and push thisArg (if in Generate_FunctionPrototypeApply()
1922 // remove all arguments from the stack (including the receiver), and push in Generate_ReflectApply()
2083 Label done, push, loop; Generate_CallOrConstructVarargs() local
[all...]
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc92 __ push(scratch2); in Generate_PushArguments()
630 __ push(s3); in Generate_JSEntryVariant()
756 // Check if we have enough stack space to push all arguments. in Generate_JSEntryTrampolineHelper()
1144 // Our stack is currently aligned. We have have to push something along with in Generate_BaselineOutOfLinePrologue()
1304 // If ok, push undefined as the initial value for all register file entries. in Generate_InterpreterEntryTrampoline()
1310 // TODO(rmcilroy): Consider doing more than one push per loop iteration. in Generate_InterpreterEntryTrampoline()
1311 __ push(kInterpreterAccumulatorRegister); in Generate_InterpreterEntryTrampoline()
1539 __ push(zero_reg); in Generate_InterpreterPushArgsThenConstructImpl()
1857 // arguments from the stack (including the receiver), and push thisArg (if in Generate_FunctionPrototypeApply()
1946 // remove all arguments from the stack (including the receiver), and push in Generate_ReflectApply()
2130 Label done, push, loop; Generate_CallOrConstructVarargs() local
[all...]
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc91 __ push(scratch2); in Generate_PushArguments()
664 __ push(s3); in Generate_JSEntryVariant()
790 // Check if we have enough stack space to push all arguments. in Generate_JSEntryTrampolineHelper()
1202 // Our stack is currently aligned. We have have to push something along with in Generate_BaselineOutOfLinePrologue()
1368 // If ok, push undefined as the initial value for all register file entries. in Generate_InterpreterEntryTrampoline()
1374 // TODO(rmcilroy): Consider doing more than one push per loop iteration. in Generate_InterpreterEntryTrampoline()
1375 __ push(a5); in Generate_InterpreterEntryTrampoline()
1608 __ push(zero_reg); in Generate_InterpreterPushArgsThenConstructImpl()
1931 // arguments from the stack (including the receiver), and push thisArg (if in Generate_FunctionPrototypeApply()
2031 // remove all arguments from the stack (including the receiver), and push in Generate_ReflectApply()
2239 Label done, push, loop; Generate_CallOrConstructVarargs() local
[all...]
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc355 __ push(value); in Generate_PushArguments()
758 __ push(r3); in Generate_ConstructedNonConstructable()
1037 // Check if we have enough stack space to push all arguments. in Generate_JSEntryTrampolineHelper()
1602 // If ok, push undefined as the initial value for all register file entries. in Generate_InterpreterEntryTrampoline()
1603 // TODO(rmcilroy): Consider doing more than one push per loop iteration. in Generate_InterpreterEntryTrampoline()
1611 __ push(kInterpreterAccumulatorRegister); in Generate_InterpreterEntryTrampoline()
1845 __ push(r0); in Generate_InterpreterPushArgsThenConstructImpl()
2109 // arguments from the stack (including the receiver), and push thisArg (if in Generate_FunctionPrototypeApply()
2190 // remove all arguments from the stack (including the receiver), and push in Generate_ReflectApply()
2240 // arguments from the stack (including the receiver), and push thisArgumen in Generate_ReflectConstruct()
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c1687 * EndCommandBuffer, so all push constant packets are ignored during a in BeginCommandBuffer()
1689 * emit push constants again before any rendering operation. So we in BeginCommandBuffer()
1777 * issued in a context, SW must initialize by programming push constant
1792 * software must program push constant commands for all stages prior to
1796 * constants have been loaded into the EUs prior to disable the push constants
2492 * uses push concstants, this may be suboptimal. However, avoiding stalls in cmd_buffer_alloc_push_constants()
2509 /* Broadwell+ and Haswell gt3 require that the push constant sizes be in in cmd_buffer_alloc_push_constants()
2511 * 32KB worth of push constant space. in cmd_buffer_alloc_push_constants()
2537 * In 3D mode, after programming push constant alloc command immediately in cmd_buffer_alloc_push_constants()
2538 * program push constan in cmd_buffer_alloc_push_constants()
2591 struct anv_push_constants *push = &pipe_state->push_constants; emit_binding_table() local
3060 const struct anv_push_constants *push = get_push_range_address() local
3136 const struct anv_push_constants *push = get_push_range_bound_size() local
3330 struct anv_push_constants *push = &gfx_state->base.push_constants; cmd_buffer_flush_push_constants() local
5308 struct anv_push_constants *push = anv_cmd_buffer_push_base_group_id() local
[all...]
/third_party/cJSON/
H A DcJSON_Utils.c29 #pragma GCC visibility push(default)
32 #pragma warning (push)
/third_party/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc299 #pragma GCC diagnostic push
1471 #pragma GCC diagnostic push
/third_party/mbedtls/library/
H A Dsha256.c86 # pragma clang attribute push (__attribute__((target("sha2"))), apply_to=function)
92 # pragma clang attribute push (__attribute__((target("crypto"))), apply_to=function)
/third_party/node/lib/
H A D_http_server.js1037 state.incoming.push(req);
1078 state.outgoing.push(res);
H A Dzlib.js567 streamBufferIsFull = !self.push(out);
625 self.push(null);
/third_party/node/lib/internal/readline/
H A Dinterface.js1380 if (!readable.push(input)) {
1386 readable.push(null);
/third_party/node/deps/v8/third_party/jinja2/
H A Denvironment.py1329 push = buf.append
1335 push(c)
/third_party/node/tools/inspector_protocol/jinja2/
H A Denvironment.py1243 push = buf.append
1249 push(c)
/third_party/node/deps/npm/node_modules/socks/build/client/
H A Dsocksclient.js484 supportedAuthMethods.push(constants_1.Socks5Auth.UserPass);
488 supportedAuthMethods.push(this.options.proxy.custom_auth_method);
/third_party/libinput/src/
H A Devdev.h795 #pragma GCC diagnostic push in evdev_log_msg()
833 #pragma GCC diagnostic push in evdev_log_msg_ratelimit()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator-verifier.cc447 worklist.push(std::make_pair(assessment, virtual_register)); in ValidatePendingAssessment()
509 worklist.push({next, expected}); in ValidatePendingAssessment()
/third_party/node/deps/v8/src/compiler/
H A Dcsa-load-elimination.cc504 queue.push(node->InputAt(i)); in ComputeLoopState()
531 queue.push(NodeProperties::GetEffectInput(current, i)); in ComputeLoopState()
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dargs.rs358 args.push(genned); in gen_augment()
629 genned_fields.push(genned); in gen_updater()
/third_party/openssl/test/
H A Dcmp_ctx_test.c605 #define push 0 macro
662 TEST_error("push/sk_top first value did not match"); \
667 TEST_error("first push did not dup the value"); \
686 TEST_error("push/sk_top second value did not match"); \
691 TEST_error("second push did not dup the value"); \
717 DEFINE_PUSH_BASE_TEST(push##N, DUP, FIELD, ELEM, TYPE *, TYPE, \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp337 Inactive.push(std::make_tuple(&LI, 0, NId));
352 Inactive.push(nextSegment(*RetireItr));
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_flatten_conditional_branch.cpp470 [&to_check](uint32_t label) { to_check.push(label); }); in GetProblematicInstructionsIfConditionalCanBeFlattened()
566 to_check.push(block->terminator()->GetSingleWordInOperand(0)); in GetProblematicInstructionsIfConditionalCanBeFlattened()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_descriptor.cpp375 to_visit.push(GetMergeBlock()); in GetMergingBlocks()
382 to_visit.push(cfg->block(pred_id)); in GetMergingBlocks()
H A Dscalar_replacement_pass.cpp62 worklist.push(varInst); in ProcessFunction()
161 worklist->push(var); in ReplaceVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_flatten_conditional_branch.cpp470 [&to_check](uint32_t label) { to_check.push(label); }); in GetProblematicInstructionsIfConditionalCanBeFlattened()
566 to_check.push(block->terminator()->GetSingleWordInOperand(0)); in GetProblematicInstructionsIfConditionalCanBeFlattened()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_descriptor.cpp375 to_visit.push(GetMergeBlock()); in GetMergingBlocks()
382 to_visit.push(cfg->block(pred_id)); in GetMergingBlocks()

Completed in 51 milliseconds

1...<<141142143144145146147148149150>>...172