Home
last modified time | relevance | path

Searched refs:UnalignedLoadSupported (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmemory-lowering.cc391 !machine()->UnalignedLoadSupported(machine_type.representation()) in ReduceLoadFromObject()
Dgraph-assembler.cc454 machine()->UnalignedLoadSupported(type.representation())) in LoadUnaligned()
Dmachine-operator.h1037 bool UnalignedLoadSupported(MachineRepresentation rep) { in NON_EXPORTED_BASE()
Dcode-assembler.cc1343 bool CodeAssembler::UnalignedLoadSupported(MachineRepresentation rep) const { in UnalignedLoadSupported() function in v8::internal::compiler::CodeAssembler
1344 return raw_assembler()->machine()->UnalignedLoadSupported(rep); in UnalignedLoadSupported()
Draw-machine-assembler.h217 if (machine()->UnalignedLoadSupported(rep)) { in UnalignedLoad()
Dcode-assembler.h1310 bool UnalignedLoadSupported(MachineRepresentation rep) const;
Dwasm-compiler.cc3894 if (alignment == 0 || mcgraph()->machine()->UnalignedLoadSupported( in GetSafeLoadOperator()
4020 mcgraph->machine()->UnalignedLoadSupported(memrep)); in GetMemoryAccessKind()
4024 !mcgraph->machine()->UnalignedLoadSupported(memrep)) { in GetMemoryAccessKind()