Searched defs:store_rep (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/compiler/
H A Dmachine-operator.cc738 const Operator* MachineOperatorBuilder::Store(StoreRepresentation store_rep) { argument
739 switch (store_rep.representation()) {
742 switch (store_rep.write_barrier_kind()) { \
/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc454 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); local
455 WriteBarrierKind write_barrier_kind = store_rep.write_barrier_kind();
456 MachineRepresentation rep = store_rep.representation();
608 UnalignedStoreRepresentation store_rep = local
614 switch (store_rep) {
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc267 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); local
268 WriteBarrierKind write_barrier_kind = store_rep.write_barrier_kind();
269 MachineRepresentation rep = store_rep.representation();
/external/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc299 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); local
300 WriteBarrierKind write_barrier_kind = store_rep.write_barrier_kind();
301 MachineRepresentation rep = store_rep.representation();
/external/v8/src/compiler/ppc/
H A Dinstruction-selector-ppc.cc249 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); local
250 WriteBarrierKind write_barrier_kind = store_rep.write_barrier_kind();
251 MachineRepresentation rep = store_rep.representation();
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc233 ArchOpcode GetStoreOpcode(StoreRepresentation store_rep) { argument
234 switch (store_rep.representation()) {
299 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); local
300 WriteBarrierKind write_barrier_kind = store_rep.write_barrier_kind();
303 DCHECK(CanBeTaggedPointer(store_rep.representation()));
338 ArchOpcode opcode = GetStoreOpcode(store_rep);
345 if ((ElementSizeLog2Of(store_rep.representation()) < kPointerSizeLog2) &&
363 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); local
365 ArchOpcode opcode = GetStoreOpcode(store_rep);
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc228 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); local
229 WriteBarrierKind write_barrier_kind = store_rep.write_barrier_kind();
230 MachineRepresentation rep = store_rep.representation();
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc617 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); local
618 WriteBarrierKind write_barrier_kind = store_rep.write_barrier_kind();
619 MachineRepresentation rep = store_rep.representation();
/external/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc404 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); local
405 WriteBarrierKind write_barrier_kind = store_rep.write_barrier_kind();
406 MachineRepresentation rep = store_rep.representation();
/external/v8/src/compiler/s390/
H A Dinstruction-selector-s390.cc670 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); local
671 WriteBarrierKind write_barrier_kind = store_rep.write_barrier_kind();
672 MachineRepresentation rep = store_rep.representation();

Completed in 3390 milliseconds