Searched refs:ElementSizeLog2Of (Results 1 – 17 of 17) sorted by relevance
43 1 << (ElementSizeLog2Of(dst_rep) - ElementSizeLog2Of(smaller_rep)); in Split()50 int slot_size = (1 << ElementSizeLog2Of(smaller_rep)) / kPointerSize; in Split()
200 ElementSizeLog2Of(sequence()->GetRepresentation(vreg)); in BuildConstraint()251 CHECK_EQ(ElementSizeLog2Of(LocationOperand::cast(op)->representation()), in CheckConstraint()
125 return 1 << ElementSizeLog2Of(GetType().representation()); in GetSize()
184 return 1u << ElementSizeLog2Of(rep); in RepSizeOf()
92 int index_lo = index_hi - (1 << ElementSizeLog2Of(rep)) / kPointerSize + 1; in InterferesWith()95 other_index_hi - (1 << ElementSizeLog2Of(other_rep)) / kPointerSize + 1; in InterferesWith()
395 ElementSizeLog2Of(access.machine_type.representation()); in ComputeIndex()
1191 int valueSizeInBytes = 1 << ElementSizeLog2Of(memtype.representation()); in BuildChangeEndianness()2950 RoundUpToMultipleOfPowOf2(1 << ElementSizeLog2Of(sig->GetParam(i)), 8); in BuildWasmInterpreterEntry()2958 sig->return_count() == 0 ? 0 : 1 << ElementSizeLog2Of(sig->GetReturn(0)); in BuildWasmInterpreterEntry()2996 offset += RoundUpToMultipleOfPowOf2(1 << ElementSizeLog2Of(param_rep), 8); in BuildWasmInterpreterEntry()3206 ElementSizeLog2Of(memtype.representation()); in LoadMem()3234 ElementSizeLog2Of(memtype.representation()) < 3) { in LoadMem()3262 ElementSizeLog2Of(memtype.representation()); in StoreMem()
1417 (1 << ElementSizeLog2Of(access.machine_type.representation()))) % in IsOffsetForFieldAccessCorrect()1430 DCHECK_GE(ElementSizeLog2Of(access.machine_type.representation()), in OffsetForElementAccess()
735 return StackSlot(1 << ElementSizeLog2Of(rep)); in StackSlot()
1317 ElementSizeLog2Of(access.machine_type().representation()); in ReduceJSLoadProperty()1369 ElementSizeLog2Of(access.machine_type().representation()); in ReduceJSStoreProperty()
88 int param_size = 1 << ElementSizeLog2Of(sig->GetParam(i)); in Execute()145 DCHECK_EQ(1 << ElementSizeLog2Of(sig->GetReturn(0)), sizeof(ctype)); \ in Execute()
545 return 1 << ElementSizeLog2Of(type.representation()); in MemSize()548 static byte MemSize(ValueType type) { return 1 << ElementSizeLog2Of(type); } in MemSize()
1409 ElementSizeLog2Of(mem_type.representation())); in DecodeLoadMem()1421 ElementSizeLog2Of(mem_type.representation())); in DecodeStoreMem()
283 V8_EXPORT_PRIVATE inline int ElementSizeLog2Of(MachineRepresentation rep) { in ElementSizeLog2Of() function
345 if ((ElementSizeLog2Of(store_rep.representation()) < kPointerSizeLog2) && in VisitStore()
128 (GetIntegerConstantValue(node) == ElementSizeLog2Of(rep)); in CanBeLoadStoreShiftImmediate()
200 DCHECK(ElementSizeLog2Of(rep) == 3); in Initialize()