Home
last modified time | relevance | path

Searched refs:ElementSizeLog2Of (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/compiler/
Dgap-resolver.cc43 1 << (ElementSizeLog2Of(dst_rep) - ElementSizeLog2Of(smaller_rep)); in Split()
50 int slot_size = (1 << ElementSizeLog2Of(smaller_rep)) / kPointerSize; in Split()
Dregister-allocator-verifier.cc198 ElementSizeLog2Of(sequence()->GetRepresentation(vreg)); in BuildConstraint()
249 CHECK_EQ(ElementSizeLog2Of(LocationOperand::cast(op)->representation()), in CheckConstraint()
Dlinkage.h125 return 1 << ElementSizeLog2Of(GetType().representation()); in GetSize()
Dinstruction.cc90 int index_lo = index_hi - (1 << ElementSizeLog2Of(rep)) / kPointerSize + 1; in InterferesWith()
93 other_index_hi - (1 << ElementSizeLog2Of(other_rep)) / kPointerSize + 1; in InterferesWith()
Dstore-store-elimination.cc184 return 1u << ElementSizeLog2Of(rep); in RepSizeOf()
Dmemory-optimizer.cc420 ElementSizeLog2Of(access.machine_type.representation()); in ComputeIndex()
Descape-analysis.cc1357 (1 << ElementSizeLog2Of(access.machine_type.representation()))) % in IsOffsetForFieldAccessCorrect()
1370 DCHECK_GE(ElementSizeLog2Of(access.machine_type.representation()), in OffsetForElementAccess()
Dwasm-compiler.cc1114 int valueSizeInBytes = 1 << ElementSizeLog2Of(memtype.representation()); in BuildChangeEndianness()
2960 ElementSizeLog2Of(memtype.representation()); in LoadMem()
2987 ElementSizeLog2Of(memtype.representation()) < 3) { in LoadMem()
3013 ElementSizeLog2Of(memtype.representation()); in StoreMem()
Djs-typed-lowering.cc1201 ElementSizeLog2Of(access.machine_type().representation()); in ReduceJSLoadProperty()
1250 ElementSizeLog2Of(access.machine_type().representation()); in ReduceJSStoreProperty()
Dinstruction-selector.cc1541 int size = 1 << ElementSizeLog2Of(StackSlotRepresentationOf(node->op())); in VisitStackSlot()
/external/v8/src/
Dmachine-type.h252 V8_EXPORT_PRIVATE inline int ElementSizeLog2Of(MachineRepresentation rep) { in ElementSizeLog2Of() function
/external/v8/src/wasm/
Dwasm-opcodes.h541 return 1 << ElementSizeLog2Of(type.representation()); in MemSize()
544 static byte MemSize(LocalType type) { return 1 << ElementSizeLog2Of(type); } in MemSize()
Dast-decoder.cc1309 ElementSizeLog2Of(mem_type.representation())); in DecodeLoadMem()
1320 ElementSizeLog2Of(mem_type.representation())); in DecodeStoreMem()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc128 (GetIntegerConstantValue(node) == ElementSizeLog2Of(rep)); in CanBeLoadStoreShiftImmediate()