Home
last modified time | relevance | path

Searched refs:size (Results 18451 - 18475 of 23066) sorted by relevance

1...<<731732733734735736737738739740>>...923

/third_party/node/deps/v8/src/compiler/backend/
H A Dspill-placer.cc45 // increasing the code size for no benefit. in Add()
215 zone_->NewArray<Entry>(data()->code()->instruction_blocks().size());
216 for (size_t i = 0; i < data()->code()->instruction_blocks().size(); ++i) {
H A Dinstruction-selector-impl.h39 if (cases.size() != 0) { in SwitchInfo()
60 size_t case_count() const { return cases_.size(); } in case_count()
/third_party/node/deps/v8/src/compiler/
H A Dloop-variable-optimizer.cc291 if (induction_var->upper_bounds().size() == 0 && in ChangeToInductionVariablePhis()
292 induction_var->lower_bounds().size() == 0) { in ChangeToInductionVariablePhis()
H A Dredundancy-elimination.cc252 if (id < info_for_node_.size()) return info_for_node_[id]; in Get()
259 if (id >= info_for_node_.size()) info_for_node_.resize(id + 1, nullptr); in Set()
H A Ddead-code-elimination.cc369 void DeadCodeElimination::TrimMergeOrPhi(Node* node, int size) { in TrimMergeOrPhi() argument
370 const Operator* const op = common()->ResizeMergeOrPhi(node->op(), size); in TrimMergeOrPhi()
H A Dmemory-optimizer.cc395 for (size_t i = 1; i < states.size(); ++i) { in MergeStates()
447 if (it->second.size() == static_cast<size_t>(input_count)) { in EnqueueMerge()
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/bn/
H A Dx86_64-gf2m.s202 .size _mul_1x1,.-_mul_1x1
309 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/bn/
H A Dx86_64-gf2m.s202 .size _mul_1x1,.-_mul_1x1
309 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.h158 int size = NEONLSSize(); in NEONLSIndex() local
159 int index = (q << 3) | (s << 2) | size; in NEONLSIndex()
633 // The integer format map uses three bits (Q, size<1:0>) to encode the
642 // The long integer format map uses two bits (size<1:0>) to encode the
650 // The FP format map uses two bits (Q, size<0>) to encode the NEON FP vector
653 // The FP format map assumes two bits (Q, size<0>) are used to encode the in FPFormatMap()
690 // The scalar format map uses two bits (size<1:0>) to encode the NEON scalar
697 // The long scalar format map uses two bits (size<1:0>) to encode the longer
704 // The FP scalar format map assumes one bit (size<0>) is used to encode the
/third_party/node/deps/v8/src/codegen/
H A Dinterface-descriptors-inl.h73 data->RestrictAllocatableRegisters(registers.data(), registers.size()); in Initialize()
236 for (size_t i = 0; i < allocated_registers.size(); ++i) { in ComputeSavedRegisters()
/third_party/node/deps/v8/src/ast/
H A Dast-source-ranges.h271 DCHECK(index < ranges_.size()); in GetRangeAtIndex()
276 size_t RangeCount() const { return ranges_.size(); }
/third_party/node/deps/v8/src/base/
H A Dlogging.h34 // numbers. It saves binary size to drop the |file| & |line| as opposed to just
248 if (lhs_str.size() <= kMaxInlineLength && in MakeCheckOpString()
249 rhs_str.size() <= kMaxInlineLength) { in MakeCheckOpString()
/third_party/node/deps/v8/src/diagnostics/
H A Ddisassembler.cc381 for (size_t i = 0; i < comments.size(); i++) { in DecodeIt()
398 for (size_t i = 0; i < pcs.size(); i++) { in DecodeIt()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.h234 size_t size() const { in size() function
235 return source.length() * sizeof(UChar) + bytecode.size(); in size()
/third_party/node/deps/v8/src/torque/
H A Dclass-debug-reader-generator.cc92 index = (*struct_type)->fields().size(); in end()
101 index = bit_field_struct_type->fields().size(); in end()
185 // Returns the field's size in bytes.
339 // 0, // Bitfield size (0=not a bitfield)
H A Dtype-oracle.h73 self.all_builtin_pointer_types_.size())); in GetBuiltinPointerType()
75 self.all_builtin_pointer_types_.size()) { in GetBuiltinPointerType()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c110 fd_bo_new(compiler->dev, v->info.size, FD_BO_NOMAP, in upload_shader_variant()
116 fd_bo_upload(v->bo, v->bin, v->info.size); in upload_shader_variant()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dnode.c315 int size = node_size[type]; in gpir_node_create() local
316 gpir_node *node = rzalloc_size(block, size); in gpir_node_create()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dnode.c362 int size = node_size[type]; in ppir_node_create() local
363 ppir_node *node = rzalloc_size(block, size); in ppir_node_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_monitor.c113 crocus_oa_bo_alloc(void *bufmgr, const char *name, uint64_t size) in crocus_oa_bo_alloc() argument
115 return crocus_bo_alloc(bufmgr, name, size); in crocus_oa_bo_alloc()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_transfer.c443 size_t size = ptrans->layer_stride * box->depth; in etna_transfer_map() local
445 trans->staging = MALLOC(size); in etna_transfer_map()
H A Detnaviv_texture_desc.c172 /** GC7000 needs the size of the BASELOD level */ in etna_create_sampler_view_desc()
197 COND(sint && desc->channel[0].size == 8, TE_SAMPLER_CONFIG2_SIGNED_INT8) | in etna_create_sampler_view_desc()
198 COND(sint && desc->channel[0].size == 16, TE_SAMPLER_CONFIG2_SIGNED_INT16)); in etna_create_sampler_view_desc()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_state.c291 so->size = 0; in lima_set_constant_buffer()
296 so->size = cb->buffer_size; in lima_set_constant_buffer()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_synchronization2.c77 .size = barrier->size, in upgrade_buffer_memory_barrier()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c198 unsigned offset, unsigned size, in rbug_screen_get_sparse_texture_virtual_page_size()
205 format, offset, size, x, y, z); in rbug_screen_get_sparse_texture_virtual_page_size()
194 rbug_screen_get_sparse_texture_virtual_page_size(struct pipe_screen *_screen, enum pipe_texture_target target, bool multi_sample, enum pipe_format format, unsigned offset, unsigned size, int *x, int *y, int *z) rbug_screen_get_sparse_texture_virtual_page_size() argument

Completed in 32 milliseconds

1...<<731732733734735736737738739740>>...923