Searched refs:ElementSizeLog2Of (Results 1 – 14 of 14) sorted by relevance
43 1 << (ElementSizeLog2Of(dst_rep) - ElementSizeLog2Of(smaller_rep)); in Split()50 int slot_size = (1 << ElementSizeLog2Of(smaller_rep)) / kPointerSize; in Split()
198 ElementSizeLog2Of(sequence()->GetRepresentation(vreg)); in BuildConstraint()249 CHECK_EQ(ElementSizeLog2Of(LocationOperand::cast(op)->representation()), in CheckConstraint()
125 return 1 << ElementSizeLog2Of(GetType().representation()); in GetSize()
90 int index_lo = index_hi - (1 << ElementSizeLog2Of(rep)) / kPointerSize + 1; in InterferesWith()93 other_index_hi - (1 << ElementSizeLog2Of(other_rep)) / kPointerSize + 1; in InterferesWith()
184 return 1u << ElementSizeLog2Of(rep); in RepSizeOf()
420 ElementSizeLog2Of(access.machine_type.representation()); in ComputeIndex()
1357 (1 << ElementSizeLog2Of(access.machine_type.representation()))) % in IsOffsetForFieldAccessCorrect()1370 DCHECK_GE(ElementSizeLog2Of(access.machine_type.representation()), in OffsetForElementAccess()
1114 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()
1201 ElementSizeLog2Of(access.machine_type().representation()); in ReduceJSLoadProperty()1250 ElementSizeLog2Of(access.machine_type().representation()); in ReduceJSStoreProperty()
1541 int size = 1 << ElementSizeLog2Of(StackSlotRepresentationOf(node->op())); in VisitStackSlot()
252 V8_EXPORT_PRIVATE inline int ElementSizeLog2Of(MachineRepresentation rep) { in ElementSizeLog2Of() function
541 return 1 << ElementSizeLog2Of(type.representation()); in MemSize()544 static byte MemSize(LocalType type) { return 1 << ElementSizeLog2Of(type); } in MemSize()
1309 ElementSizeLog2Of(mem_type.representation())); in DecodeLoadMem()1320 ElementSizeLog2Of(mem_type.representation())); in DecodeStoreMem()
128 (GetIntegerConstantValue(node) == ElementSizeLog2Of(rep)); in CanBeLoadStoreShiftImmediate()