Home
last modified time | relevance | path

Searched refs:ElementSizeInBytes (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcsa-load-elimination.cc75 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()
Dmemory-lowering.cc390 ElementSizeInBytes(rep) > kTaggedSize && in ReduceLoadFromObject()
514 const Operator* store_op = ElementSizeInBytes(rep) > kTaggedSize && in ReduceStoreToObject()
Dwasm-compiler.cc78 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 …]
Dload-elimination.cc1438 int representation_size = ElementSizeInBytes(rep); in FieldIndexOf()
/third_party/node/deps/v8/src/codegen/
Dmachine-type.h92 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/
Dasm-types.h235 int32_t ElementSizeInBytes();
Dasm-types.cc75 int32_t AsmType::ElementSizeInBytes() { in ElementSizeInBytes() function in v8::internal::wasm::AsmType
Dasm-parser.cc2445 int32_t size = info->type->ElementSizeInBytes(); in ValidateHeapAccess()
/third_party/node/deps/v8/src/wasm/
Dwasm-linkage.h229 AlignedSlotAllocator::NumSlotsForWidth(ElementSizeInBytes(type)); in NextStackSlot()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc118 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/
Dinstruction-selector-arm64.cc679 LaneSizeField::encode(ElementSizeInBytes(params.rep) * kBitsPerByte); in VisitStoreLane()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc558 int size = ElementSizeInBytes(rep); in EmitTSANAwareStore()