Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.cc454 machine()->UnalignedLoadSupported(type.representation())) in LoadUnaligned()
H A Dmemory-lowering.cc391 !machine()->UnalignedLoadSupported(machine_type.representation()) in ReduceLoadFromObject()
H A 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()
H A Dmachine-operator.h1037 bool UnalignedLoadSupported(MachineRepresentation rep) { in UnalignedLoadSupported() function
H A Draw-machine-assembler.h217 if (machine()->UnalignedLoadSupported(rep)) { in UnalignedLoad()
H A Dcode-assembler.h1310 bool UnalignedLoadSupported(MachineRepresentation rep) const;
H A 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()

Completed in 27 milliseconds