Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h80 typedef MachineRepresentation UnalignedStoreRepresentation; typedef
82 UnalignedStoreRepresentation const& UnalignedStoreRepresentationOf(
600 const Operator* UnalignedStore(UnalignedStoreRepresentation rep); in NON_EXPORTED_BASE()
Dmachine-operator.cc55 UnalignedStoreRepresentation const& UnalignedStoreRepresentationOf( in UnalignedStoreRepresentationOf()
58 return OpParameter<UnalignedStoreRepresentation>(op); in UnalignedStoreRepresentationOf()
555 : public Operator1<UnalignedStoreRepresentation> { \
557 : Operator1<UnalignedStoreRepresentation>( \
876 UnalignedStoreRepresentation rep) { in UnalignedStore()
Draw-machine-assembler.h169 machine()->UnalignedStore(UnalignedStoreRepresentation(rep)), base, in UnalignedStore()
Dwasm-compiler.cc3148 UnalignedStoreRepresentation store_rep(rep); in GetSafeStoreOperator()
3266 UnalignedStoreRepresentation rep(mem_rep); in StoreMem()
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc1277 UnalignedStoreRepresentation rep = UnalignedStoreRepresentationOf(node->op()); in VisitUnalignedStore()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc1768 UnalignedStoreRepresentation rep = UnalignedStoreRepresentationOf(node->op()); in VisitUnalignedStore()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc683 UnalignedStoreRepresentation store_rep = in VisitUnalignedStore()