Searched refs:UnalignedLoadSupported (Results 1 – 7 of 7) sorted by relevance
391 !machine()->UnalignedLoadSupported(machine_type.representation()) in ReduceLoadFromObject()
454 machine()->UnalignedLoadSupported(type.representation())) in LoadUnaligned()
1037 bool UnalignedLoadSupported(MachineRepresentation rep) { in NON_EXPORTED_BASE()
1343 bool CodeAssembler::UnalignedLoadSupported(MachineRepresentation rep) const { in UnalignedLoadSupported() function in v8::internal::compiler::CodeAssembler1344 return raw_assembler()->machine()->UnalignedLoadSupported(rep); in UnalignedLoadSupported()
217 if (machine()->UnalignedLoadSupported(rep)) { in UnalignedLoad()
1310 bool UnalignedLoadSupported(MachineRepresentation rep) const;
3894 if (alignment == 0 || mcgraph()->machine()->UnalignedLoadSupported( in GetSafeLoadOperator()4020 mcgraph->machine()->UnalignedLoadSupported(memrep)); in GetMemoryAccessKind()4024 !mcgraph->machine()->UnalignedLoadSupported(memrep)) { in GetMemoryAccessKind()