Home
last modified time | relevance | path

Searched refs:ElementSizeLog2Of (Results 1 – 17 of 17) 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.cc200 ElementSizeLog2Of(sequence()->GetRepresentation(vreg)); in BuildConstraint()
251 CHECK_EQ(ElementSizeLog2Of(LocationOperand::cast(op)->representation()), in CheckConstraint()
Dlinkage.h125 return 1 << ElementSizeLog2Of(GetType().representation()); in GetSize()
Dstore-store-elimination.cc184 return 1u << ElementSizeLog2Of(rep); in RepSizeOf()
Dinstruction.cc92 int index_lo = index_hi - (1 << ElementSizeLog2Of(rep)) / kPointerSize + 1; in InterferesWith()
95 other_index_hi - (1 << ElementSizeLog2Of(other_rep)) / kPointerSize + 1; in InterferesWith()
Dmemory-optimizer.cc395 ElementSizeLog2Of(access.machine_type.representation()); in ComputeIndex()
Dwasm-compiler.cc1191 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()
Descape-analysis.cc1417 (1 << ElementSizeLog2Of(access.machine_type.representation()))) % in IsOffsetForFieldAccessCorrect()
1430 DCHECK_GE(ElementSizeLog2Of(access.machine_type.representation()), in OffsetForElementAccess()
Dmachine-operator.cc735 return StackSlot(1 << ElementSizeLog2Of(rep)); in StackSlot()
Djs-typed-lowering.cc1317 ElementSizeLog2Of(access.machine_type().representation()); in ReduceJSLoadProperty()
1369 ElementSizeLog2Of(access.machine_type().representation()); in ReduceJSStoreProperty()
/external/v8/src/wasm/
Dwasm-debug.cc88 int param_size = 1 << ElementSizeLog2Of(sig->GetParam(i)); in Execute()
145 DCHECK_EQ(1 << ElementSizeLog2Of(sig->GetReturn(0)), sizeof(ctype)); \ in Execute()
Dwasm-opcodes.h545 return 1 << ElementSizeLog2Of(type.representation()); in MemSize()
548 static byte MemSize(ValueType type) { return 1 << ElementSizeLog2Of(type); } in MemSize()
Dfunction-body-decoder.cc1409 ElementSizeLog2Of(mem_type.representation())); in DecodeLoadMem()
1421 ElementSizeLog2Of(mem_type.representation())); in DecodeStoreMem()
/external/v8/src/
Dmachine-type.h283 V8_EXPORT_PRIVATE inline int ElementSizeLog2Of(MachineRepresentation rep) { in ElementSizeLog2Of() function
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc345 if ((ElementSizeLog2Of(store_rep.representation()) < kPointerSizeLog2) && in VisitStore()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc128 (GetIntegerConstantValue(node) == ElementSizeLog2Of(rep)); in CanBeLoadStoreShiftImmediate()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc200 DCHECK(ElementSizeLog2Of(rep) == 3); in Initialize()