Searched refs:StoreRepresentation (Results 1 - 25 of 26) sorted by relevance

12

/external/v8/src/compiler/
H A Dmachine-operator.h51 class StoreRepresentation final {
53 StoreRepresentation(MachineRepresentation representation, function in class:v8::internal::compiler::final
66 V8_EXPORT_PRIVATE bool operator==(StoreRepresentation, StoreRepresentation);
67 bool operator!=(StoreRepresentation, StoreRepresentation);
69 size_t hash_value(StoreRepresentation);
71 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, StoreRepresentation);
73 StoreRepresentation const& StoreRepresentationOf(Operator const*);
589 const Operator* Store(StoreRepresentation re
[all...]
H A Dmachine-operator.cc15 bool operator==(StoreRepresentation lhs, StoreRepresentation rhs) {
21 bool operator!=(StoreRepresentation lhs, StoreRepresentation rhs) {
26 size_t hash_value(StoreRepresentation rep) {
31 std::ostream& operator<<(std::ostream& os, StoreRepresentation rep) {
45 StoreRepresentation const& StoreRepresentationOf(Operator const* op) {
48 return OpParameter<StoreRepresentation>(op);
506 struct Store##Type##Operator : public Operator1<StoreRepresentation> { \
508 : Operator1<StoreRepresentation>( \
[all...]
H A Dbasic-block-instrumentor.cc89 graph->NewNode(machine.Store(StoreRepresentation(
H A Dmemory-optimizer.cc183 __ Store(StoreRepresentation(MachineType::PointerRepresentation(),
238 __ Store(StoreRepresentation(MachineType::PointerRepresentation(),
268 __ Store(StoreRepresentation(MachineType::PointerRepresentation(),
356 node, machine()->Store(StoreRepresentation(
371 node, machine()->Store(StoreRepresentation(
H A Dsimd-scalar-lowering.cc309 store_op = machine()->Store(StoreRepresentation(
312 store_op = machine()->Store(StoreRepresentation(
H A Dint64-lowering.cc215 store_op = machine()->Store(StoreRepresentation(
561 StoreRepresentation(MachineRepresentation::kWord32,
569 StoreRepresentation(MachineRepresentation::kWord32,
593 StoreRepresentation(MachineRepresentation::kFloat64,
H A Dwasm-compiler.cc1460 StoreRepresentation(input_type, kNoWriteBarrier));
1600 StoreRepresentation(type.representation(), kNoWriteBarrier));
1615 StoreRepresentation(type.representation(), kNoWriteBarrier));
1672 StoreRepresentation(parameter_representation, kNoWriteBarrier));
1771 StoreRepresentation(parameter_representation, kNoWriteBarrier));
2188 StoreRepresentation(MachineRepresentation::kWord64, kNoWriteBarrier));
2719 graph()->NewNode(machine->Store(StoreRepresentation(
2975 StoreRepresentation store_rep(wasm::kWasmI32,
2991 StoreRepresentation store_rep(param_rep,
3133 StoreRepresentation(mem_typ
[all...]
H A Dgraph-assembler.cc129 Node* GraphAssembler::Store(StoreRepresentation rep, Node* object, Node* offset,
H A Dgraph-assembler.h270 Node* Store(StoreRepresentation rep, Node* object, Node* offset, Node* value);
H A Draw-machine-assembler.h136 return AddNode(machine()->Store(StoreRepresentation(rep, write_barrier)),
159 return AddNode(machine()->Store(StoreRepresentation(
H A Deffect-control-linearizer.cc2006 StoreRepresentation(MachineRepresentation::kWord8, kNoWriteBarrier),
2030 StoreRepresentation(MachineRepresentation::kWord16, kNoWriteBarrier),
2072 StoreRepresentation(MachineRepresentation::kWord32, kNoWriteBarrier),
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc233 ArchOpcode GetStoreOpcode(StoreRepresentation store_rep) {
299 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
363 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc3845 __ StoreRepresentation(value, operand, representation, r0);
3906 __ StoreRepresentation(value, operand, representation, r0);
3912 __ StoreRepresentation(value, operand, representation, r0);
4185 __ StoreRepresentation(value, MemOperand(elements, offset), representation,
4188 __ StoreRepresentation(value, MemOperand(scratch, elements, offset),
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc3945 __ StoreRepresentation(value, operand, representation, r0);
4005 __ StoreRepresentation(value, operand, representation, r0);
4011 __ StoreRepresentation(value, operand, representation, r0);
4245 __ StoreRepresentation(value, MemOperand(store_base, offset), representation,
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.h514 void StoreRepresentation(Register src, const MemOperand& mem,
H A Dmacro-assembler-ppc.cc4062 void MacroAssembler::StoreRepresentation(Register src, const MemOperand& mem, function in class:v8::internal::MacroAssembler
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc267 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
/external/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc299 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
/external/v8/src/compiler/ppc/
H A Dinstruction-selector-ppc.cc249 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc228 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
/external/v8/src/s390/
H A Dmacro-assembler-s390.h868 void StoreRepresentation(Register src, const MemOperand& mem,
/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc454 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc617 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
/external/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc404 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
/external/v8/src/compiler/s390/
H A Dinstruction-selector-s390.cc670 StoreRepresentation store_rep = StoreRepresentationOf(node->op());

Completed in 1952 milliseconds

12