Home
last modified time | relevance | path

Searched refs:LoadRepresentation (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-operator.h49 using LoadRepresentation = MachineType; variable
51 V8_EXPORT_PRIVATE LoadRepresentation LoadRepresentationOf(Operator const*)
58 AtomicLoadParameters(LoadRepresentation representation, in AtomicLoadParameters()
62 LoadRepresentation representation() const { return representation_; } in representation()
66 LoadRepresentation representation_;
128 LoadRepresentation rep;
932 const Operator* Load(LoadRepresentation rep); in NON_EXPORTED_BASE()
933 const Operator* LoadImmutable(LoadRepresentation rep); in NON_EXPORTED_BASE()
934 const Operator* ProtectedLoad(LoadRepresentation rep); in NON_EXPORTED_BASE()
940 const Operator* LoadLane(MemoryAccessKind kind, LoadRepresentation rep, in NON_EXPORTED_BASE()
[all …]
Dmachine-operator.cc156 LoadRepresentation LoadRepresentationOf(Operator const* op) { in LoadRepresentationOf()
161 return OpParameter<LoadRepresentation>(op); in LoadRepresentationOf()
924 struct Load##Type##Operator final : public Operator1<LoadRepresentation> { \
926 : Operator1<LoadRepresentation>(IrOpcode::kLoad, \
931 : public Operator1<LoadRepresentation> { \
933 : Operator1<LoadRepresentation>( \
938 : public Operator1<LoadRepresentation> { \
940 : Operator1<LoadRepresentation>( \
946 : public Operator1<LoadRepresentation> { \
948 : Operator1<LoadRepresentation>(IrOpcode::kLoadImmutable, \
[all …]
Ddecompression-optimizer.cc196 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in ChangeLoad()
197 LoadRepresentation compressed_load_rep; in ChangeLoad()
Dmachine-operator-reducer.cc1654 LoadRepresentation const rep = in ReduceWord32Sar()
Dwasm-compiler.cc278 Node* LoadImmutable(LoadRepresentation rep, Node* base, Node* offset) { in LoadImmutable()
283 Node* LoadImmutable(LoadRepresentation rep, Node* base, int offset) { in LoadImmutable()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc274 ArchOpcode SelectLoadOpcode(LoadRepresentation load_rep) { in SelectLoadOpcode()
402 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in ProduceWord32Result()
711 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
1090 LoadRepresentation load_rep = LoadRepresentationOf(input.node()->op()); in VisitWord64ReverseBytes()
1109 LoadRepresentation load_rep = LoadRepresentationOf(input.node()->op()); in VisitWord32ReverseBytes()
1128 LoadRepresentation load_rep = LoadRepresentationOf(input.node()->op()); in VisitSimd128ReverseBytes()
1910 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitWordCompareZero()
2158 LoadRepresentation load_rep = atomic_load_params.representation(); in VisitWord32AtomicLoad()
2397 LoadRepresentation load_rep = atomic_load_params.representation(); in VISIT_ATOMIC64_BINOP()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc174 LoadRepresentation load_rep) { in VisitLoadCommon()
260 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
1002 LoadRepresentation load_rep = LoadRepresentationOf(input.node()->op()); in VisitWord64ReverseBytes()
1022 LoadRepresentation load_rep = LoadRepresentationOf(input.node()->op()); in VisitWord32ReverseBytes()
1972 LoadRepresentation load_rep = atomic_load_params.representation(); in VisitWord32AtomicLoad()
1978 LoadRepresentation load_rep = atomic_load_params.representation(); in VisitWord64AtomicLoad()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc514 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
1423 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitChangeInt32ToInt64()
1449 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in ZeroExtendsWord32ToWord64NoPhis()
1768 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitUnalignedLoad()
1991 LoadRepresentation load_rep = LoadRepresentationOf(n->op()); in IsNodeUnsigned()
1995 LoadRepresentation load_rep = atomic_load_params.representation(); in IsNodeUnsigned()
2579 LoadRepresentation load_rep = atomic_load_params.representation(); in VisitWord32AtomicLoad()
2620 LoadRepresentation load_rep = atomic_load_params.representation(); in VisitWord64AtomicLoad()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc476 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
1487 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in ZeroExtendsWord32ToWord64NoPhis()
1510 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitChangeUint32ToUint64()
1830 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitUnalignedLoad()
2052 LoadRepresentation load_rep = LoadRepresentationOf(n->op()); in IsNodeUnsigned()
2056 LoadRepresentation load_rep = atomic_load_params.representation(); in IsNodeUnsigned()
2164 LoadRepresentation load_rep = atomic_load_params.representation(); in VisitWord32Compare()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc1463 LoadRepresentation type = LoadRepresentationOf(node->op()); in VisitNode()
1822 LoadRepresentation type = LoadRepresentationOf(node->op()); in VisitNode()
1856 LoadRepresentation type = params.representation(); in VisitNode()
1862 LoadRepresentation type = params.representation(); in VisitNode()
1913 LoadRepresentation type = LoadRepresentationOf(node->op()); in VisitNode()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc255 ArchOpcode GetLoadOpcode(LoadRepresentation load_rep) { in GetLoadOpcode()
510 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
869 LoadRepresentation load_rep = LoadRepresentationOf(load->op()); in TryMergeTruncateInt64ToInt32IntoLoad()
1528 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitChangeInt32ToInt64()
1605 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in ZeroExtendsWord32ToWord64NoPhis()
2870 LoadRepresentation load_rep = atomic_load_params.representation(); in VisitWord32AtomicLoad()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc442 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
1404 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in ZeroExtendsWord32ToWord64NoPhis()
1427 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitChangeUint32ToUint64()
1916 LoadRepresentation load_rep = atomic_load_params.representation(); in VisitAtomicLoad()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc342 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
1400 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitUnalignedLoad()
1910 LoadRepresentation load_rep = atomic_load_params.representation(); in VisitWord32AtomicLoad()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc779 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
1947 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitChangeInt32ToInt64()
2022 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in ZeroExtendsWord32ToWord64NoPhis()
2630 LoadRepresentation load_rep = atomic_load_params.representation(); in VisitAtomicLoad()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc254 ArchOpcode GetLoadOpcode(LoadRepresentation load_rep) { in GetLoadOpcode()
605 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
2020 LoadRepresentation load_rep = atomic_load_params.representation(); in VisitWord32AtomicLoad()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc598 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
2279 LoadRepresentation load_rep = atomic_load_params.representation(); in VisitWord32AtomicLoad()