HomeSort by relevance Sort by last modified time
    Searched refs:StoreRepresentation (Results 1 - 23 of 23) sorted by null

  /external/v8/src/compiler/
machine-operator.h 54 class StoreRepresentation final {
56 StoreRepresentation(MachineRepresentation representation,
69 V8_EXPORT_PRIVATE bool operator==(StoreRepresentation, StoreRepresentation);
70 bool operator!=(StoreRepresentation, StoreRepresentation);
72 size_t hash_value(StoreRepresentation);
74 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, StoreRepresentation);
76 V8_EXPORT_PRIVATE StoreRepresentation const& StoreRepresentationOf(
593 const Operator* Store(StoreRepresentation rep)
    [all...]
basic-block-instrumentor.cc 85 graph->NewNode(machine.Store(StoreRepresentation(
machine-operator.cc 15 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) {
49 StoreRepresentation const& StoreRepresentationOf(Operator const* op) {
52 return OpParameter<StoreRepresentation>(op);
525 struct Store##Type##Operator : public Operator1<StoreRepresentation> { \
527 : Operator1<StoreRepresentation>( \
    [all...]
memory-optimizer.cc 199 __ Store(StoreRepresentation(MachineType::PointerRepresentation(),
255 __ Store(StoreRepresentation(MachineType::PointerRepresentation(),
285 __ Store(StoreRepresentation(MachineType::PointerRepresentation(),
399 node, machine()->Store(StoreRepresentation(
414 node, machine()->Store(StoreRepresentation(
graph-assembler.cc 145 Node* GraphAssembler::Store(StoreRepresentation rep, Node* object, Node* offset,
163 ? machine()->Store(StoreRepresentation(rep, kNoWriteBarrier))
int64-lowering.cc 244 store_op = machine()->Store(StoreRepresentation(
614 StoreRepresentation(MachineRepresentation::kWord32,
623 StoreRepresentation(MachineRepresentation::kWord32,
648 StoreRepresentation(MachineRepresentation::kFloat64,
    [all...]
wasm-compiler.cc     [all...]
graph-assembler.h 219 Node* Store(StoreRepresentation rep, Node* object, Node* offset, Node* value);
raw-machine-assembler.h 142 return AddNode(machine()->Store(StoreRepresentation(rep, write_barrier)),
164 return AddNode(machine()->Store(StoreRepresentation(
    [all...]
effect-control-linearizer.cc     [all...]
simd-scalar-lowering.cc 417 store_op = machine()->Store(StoreRepresentation(
673 StoreRepresentation(MachineRepresentation::kFloat64, kNoWriteBarrier));
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.h 766 void StoreRepresentation(Register src, const MemOperand& mem
    [all...]
macro-assembler-ppc.cc     [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 252 ArchOpcode GetStoreOpcode(StoreRepresentation store_rep) {
337 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
392 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.h     [all...]
macro-assembler-s390.cc     [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 314 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 262 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 519 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 666 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 338 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 418 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
    [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 724 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
    [all...]

Completed in 378 milliseconds