Home
last modified time | relevance | path

Searched refs:UnalignedStoreSupported (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dmachine-operator.h668 bool UnalignedStoreSupported(MachineRepresentation rep) { in NON_EXPORTED_BASE()
H A Dcode-assembler.cc1406 bool CodeAssembler::UnalignedStoreSupported(MachineRepresentation rep) const { in UnalignedStoreSupported() function in v8::internal::compiler::CodeAssembler
1407 return raw_assembler()->machine()->UnalignedStoreSupported(rep); in UnalignedStoreSupported()
H A Draw-machine-assembler.h163 if (machine()->UnalignedStoreSupported(rep)) { in UnalignedStore()
H A Dcode-assembler.h1123 bool UnalignedStoreSupported(MachineRepresentation rep) const;
H A Dwasm-compiler.cc3128 if (alignment == 0 || mcgraph()->machine()->UnalignedStoreSupported(rep)) { in GetSafeStoreOperator()
3235 mcgraph()->machine()->UnalignedStoreSupported(mem_rep)) { in StoreMem()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dmachine-operator.h833 bool UnalignedStoreSupported(MachineRepresentation rep) { in NON_EXPORTED_BASE()
H A Dcode-assembler.cc1203 bool CodeAssembler::UnalignedStoreSupported(MachineRepresentation rep) const { in UnalignedStoreSupported() function in v8::internal::compiler::CodeAssembler
1204 return raw_assembler()->machine()->UnalignedStoreSupported(rep); in UnalignedStoreSupported()
H A Dgraph-assembler.cc669 machine()->UnalignedStoreSupported(rep)) in StoreUnaligned()
H A Draw-machine-assembler.h208 if (machine()->UnalignedStoreSupported(rep)) { in UnalignedStore()
H A Dcode-assembler.h1128 bool UnalignedStoreSupported(MachineRepresentation rep) const;
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dmemory-lowering.cc506 !machine()->UnalignedStoreSupported(rep) in ReduceStoreToObject()
H A Dmachine-operator.h1027 bool UnalignedStoreSupported(MachineRepresentation rep) { in NON_EXPORTED_BASE()
H A Dcode-assembler.cc1337 bool CodeAssembler::UnalignedStoreSupported(MachineRepresentation rep) const { in UnalignedStoreSupported() function in v8::internal::compiler::CodeAssembler
1338 return raw_assembler()->machine()->UnalignedStoreSupported(rep); in UnalignedStoreSupported()
H A Dgraph-assembler.cc763 machine()->UnalignedStoreSupported(rep)) in StoreUnaligned()
H A Draw-machine-assembler.h230 if (machine()->UnalignedStoreSupported(rep)) { in UnalignedStore()
H A Dcode-assembler.h1296 bool UnalignedStoreSupported(MachineRepresentation rep) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dmachine-operator.h938 bool UnalignedStoreSupported(MachineRepresentation rep) { in NON_EXPORTED_BASE()
H A Dcode-assembler.cc1228 bool CodeAssembler::UnalignedStoreSupported(MachineRepresentation rep) const { in UnalignedStoreSupported() function in v8::internal::compiler::CodeAssembler
1229 return raw_assembler()->machine()->UnalignedStoreSupported(rep); in UnalignedStoreSupported()
H A Dgraph-assembler.cc699 machine()->UnalignedStoreSupported(rep)) in StoreUnaligned()
H A Draw-machine-assembler.h211 if (machine()->UnalignedStoreSupported(rep)) { in UnalignedStore()
H A Dcode-assembler.h1170 bool UnalignedStoreSupported(MachineRepresentation rep) const;
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/mips/
H A Dinstruction-selector-mips-unittest.cc1082 m.machine()->UnalignedStoreSupported(memacc.type.representation()); in TEST_P()
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/riscv64/
H A Dinstruction-selector-riscv64-unittest.cc1338 m.machine()->UnalignedStoreSupported(memacc.type.representation()); in TEST_P()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-typed-array-gen.cc240 UnalignedStoreSupported(MachineRepresentation::kFloat64)) { in TF_BUILTIN()
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/mips64/
H A Dinstruction-selector-mips64-unittest.cc1574 m.machine()->UnalignedStoreSupported(memacc.type.representation()); in TEST_P()

12