/third_party/node/deps/v8/src/compiler/backend/ |
H A D | spill-placer.cc | 45 // 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 D | instruction-selector-impl.h | 39 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 D | loop-variable-optimizer.cc | 291 if (induction_var->upper_bounds().size() == 0 && in ChangeToInductionVariablePhis() 292 induction_var->lower_bounds().size() == 0) { in ChangeToInductionVariablePhis()
|
H A D | redundancy-elimination.cc | 252 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 D | dead-code-elimination.cc | 369 void DeadCodeElimination::TrimMergeOrPhi(Node* node, int size) { in TrimMergeOrPhi() argument 370 const Operator* const op = common()->ResizeMergeOrPhi(node->op(), size); in TrimMergeOrPhi()
|
H A D | memory-optimizer.cc | 395 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 D | x86_64-gf2m.s | 202 .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 D | x86_64-gf2m.s | 202 .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 D | instructions-arm64.h | 158 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 D | interface-descriptors-inl.h | 73 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 D | ast-source-ranges.h | 271 DCHECK(index < ranges_.size()); in GetRangeAtIndex() 276 size_t RangeCount() const { return ranges_.size(); }
|
/third_party/node/deps/v8/src/base/ |
H A D | logging.h | 34 // 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 D | disassembler.cc | 381 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 D | v8-debugger-agent-impl.h | 234 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 D | class-debug-reader-generator.cc | 92 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 D | type-oracle.h | 73 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 D | ir3_gallium.c | 110 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 D | node.c | 315 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 D | node.c | 362 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 D | crocus_monitor.c | 113 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 D | etnaviv_transfer.c | 443 size_t size = ptrans->layer_stride * box->depth; in etna_transfer_map() local 445 trans->staging = MALLOC(size); in etna_transfer_map()
|
H A D | etnaviv_texture_desc.c | 172 /** 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 D | lima_state.c | 291 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 D | vk_synchronization2.c | 77 .size = barrier->size, in upgrade_buffer_memory_barrier()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_screen.c | 198 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
|