Searched refs:ElementSizeInBytes (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | csa-load-elimination.cc | 75 return IsIntegral(to) && ElementSizeInBytes(from) >= ElementSizeInBytes(to); in Subsumes() 245 for (int i = 0; i < ElementSizeInBytes(repr); i++) { in KillOffset() 263 ElementSizeInBytes(info.second.representation) > in KillOffset() 274 for (int i = 0; i < ElementSizeInBytes(repr); i++) { in KillOffsetInFresh() 283 ElementSizeInBytes(info.representation) > in KillOffsetInFresh() 542 DCHECK_GE(ElementSizeInBytes(from), ElementSizeInBytes(to.representation())); in TruncateAndExtend() 553 int shift = 32 - 8 * ElementSizeInBytes(to.representation()); in TruncateAndExtend() 565 int mask = (1 << 8 * ElementSizeInBytes(to.representation())) - 1; in TruncateAndExtend()
|
D | memory-lowering.cc | 390 ElementSizeInBytes(rep) > kTaggedSize && in ReduceLoadFromObject() 514 const Operator* store_op = ElementSizeInBytes(rep) > kTaggedSize && in ReduceStoreToObject()
|
D | wasm-compiler.cc | 78 DCHECK_EQ(expected_size, ElementSizeInBytes(type.representation())); in assert_size() 1757 int valueSizeInBytes = ElementSizeInBytes(memtype.representation()); in BuildChangeEndiannessLoad() 2382 std::max(ElementSizeInBytes(parameter_representation), in BuildIntToFloatConversionInstruction() 2383 ElementSizeInBytes(result_type.representation())); in BuildIntToFloatConversionInstruction() 2425 int stack_slot_size = std::max(ElementSizeInBytes(int_ty.representation()), in BuildCcallConvertFloat() 2426 ElementSizeInBytes(float_ty.representation())); in BuildCcallConvertFloat() 3930 int size = ElementSizeInBytes(rep); in TraceFunctionExit() 4141 ElementSizeInBytes(memtype.representation()) < 8) { in LoadMem() 4164 BoundsCheckMem(i::ElementSizeInBytes(mem_rep), index, offset, position, in StoreLane() 4194 BoundsCheckMem(i::ElementSizeInBytes(mem_rep), index, offset, position, in StoreMem() [all …]
|
D | load-elimination.cc | 1438 int representation_size = ElementSizeInBytes(rep); in FieldIndexOf()
|
/third_party/node/deps/v8/src/codegen/ |
D | machine-type.h | 92 V8_EXPORT_PRIVATE inline constexpr int ElementSizeInBytes( 415 V8_EXPORT_PRIVATE inline constexpr int ElementSizeInBytes( in ElementSizeInBytes() function 422 return (ElementSizeInBytes(rep) + kSystemPointerSize - 1) / in ElementSizeInPointers()
|
/third_party/node/deps/v8/src/asmjs/ |
D | asm-types.h | 235 int32_t ElementSizeInBytes();
|
D | asm-types.cc | 75 int32_t AsmType::ElementSizeInBytes() { in ElementSizeInBytes() function in v8::internal::wasm::AsmType
|
D | asm-parser.cc | 2445 int32_t size = info->type->ElementSizeInBytes(); in ValidateHeapAccess()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-linkage.h | 229 AlignedSlotAllocator::NumSlotsForWidth(ElementSizeInBytes(type)); in NextStackSlot()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | instruction.cc | 118 AlignedSlotAllocator::NumSlotsForWidth(ElementSizeInBytes(rep)) + 1; in InterferesWith() 122 AlignedSlotAllocator::NumSlotsForWidth(ElementSizeInBytes(other_rep)) + 1; in InterferesWith()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 679 LaneSizeField::encode(ElementSizeInBytes(params.rep) * kBitsPerByte); in VisitStoreLane()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 558 int size = ElementSizeInBytes(rep); in EmitTSANAwareStore()
|