Home
last modified time | relevance | path

Searched refs:load_rep (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Ddecompression-optimizer.cc196 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in ChangeLoad() local
198 if (load_rep == MachineType::AnyTagged()) { in ChangeLoad()
201 DCHECK_EQ(load_rep, MachineType::TaggedPointer()); in ChangeLoad()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc274 ArchOpcode SelectLoadOpcode(LoadRepresentation load_rep) { in SelectLoadOpcode() argument
276 switch (load_rep.representation()) { in SelectLoadOpcode()
285 opcode = load_rep.IsSigned() ? kS390_LoadWordS8 : kS390_LoadWordU8; in SelectLoadOpcode()
288 opcode = load_rep.IsSigned() ? kS390_LoadWordS16 : kS390_LoadWordU16; in SelectLoadOpcode()
402 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in ProduceWord32Result()
403 switch (load_rep.representation()) { in ProduceWord32Result()
407 if (load_rep.IsSigned()) in ProduceWord32Result()
711 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad() local
712 InstructionCode opcode = SelectLoadOpcode(load_rep); in VisitLoad()
1090 LoadRepresentation load_rep in VisitWord64ReverseBytes() local
1109 LoadRepresentation load_rep = LoadRepresentationOf(input.node()->op()); VisitWord32ReverseBytes() local
1128 LoadRepresentation load_rep = LoadRepresentationOf(input.node()->op()); VisitSimd128ReverseBytes() local
1910 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); VisitWordCompareZero() local
2158 LoadRepresentation load_rep = atomic_load_params.representation(); VisitWord32AtomicLoad() local
2397 LoadRepresentation load_rep = atomic_load_params.representation(); VisitWord64AtomicLoad() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc514 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad() local
517 switch (load_rep.representation()) { in VisitLoad()
526 opcode = load_rep.IsUnsigned() ? kRiscvLbu : kRiscvLb; in VisitLoad()
529 opcode = load_rep.IsUnsigned() ? kRiscvLhu : kRiscvLh; in VisitLoad()
1423 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitChangeInt32ToInt64() local
1425 switch (load_rep.representation()) { in VisitChangeInt32ToInt64()
1428 opcode = load_rep.IsUnsigned() ? kRiscvLbu : kRiscvLb; in VisitChangeInt32ToInt64()
1431 opcode = load_rep.IsUnsigned() ? kRiscvLhu : kRiscvLh; in VisitChangeInt32ToInt64()
1449 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in ZeroExtendsWord32ToWord64NoPhis() local
1450 if (load_rep in ZeroExtendsWord32ToWord64NoPhis()
1768 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); VisitUnalignedLoad() local
1991 LoadRepresentation load_rep = LoadRepresentationOf(n->op()); IsNodeUnsigned() local
1995 LoadRepresentation load_rep = atomic_load_params.representation(); IsNodeUnsigned() local
2579 LoadRepresentation load_rep = atomic_load_params.representation(); VisitWord32AtomicLoad() local
2620 LoadRepresentation load_rep = atomic_load_params.representation(); VisitWord64AtomicLoad() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc476 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad() local
479 switch (load_rep.representation()) { in VisitLoad()
488 opcode = load_rep.IsUnsigned() ? kMips64Lbu : kMips64Lb; in VisitLoad()
491 opcode = load_rep.IsUnsigned() ? kMips64Lhu : kMips64Lh; in VisitLoad()
1487 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in ZeroExtendsWord32ToWord64NoPhis() local
1488 if (load_rep.IsUnsigned()) { in ZeroExtendsWord32ToWord64NoPhis()
1489 switch (load_rep.representation()) { in ZeroExtendsWord32ToWord64NoPhis()
1510 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitChangeUint32ToUint64() local
1513 if (load_rep.IsUnsigned() && in VisitChangeUint32ToUint64()
1514 load_rep in VisitChangeUint32ToUint64()
1830 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); VisitUnalignedLoad() local
2052 LoadRepresentation load_rep = LoadRepresentationOf(n->op()); IsNodeUnsigned() local
2056 LoadRepresentation load_rep = atomic_load_params.representation(); IsNodeUnsigned() local
2164 LoadRepresentation load_rep = atomic_load_params.representation(); VisitWord32Compare() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc255 ArchOpcode GetLoadOpcode(LoadRepresentation load_rep) { in GetLoadOpcode() argument
257 switch (load_rep.representation()) { in GetLoadOpcode()
266 opcode = load_rep.IsSigned() ? kX64Movsxbl : kX64Movzxbl; in GetLoadOpcode()
269 opcode = load_rep.IsSigned() ? kX64Movsxwl : kX64Movzxwl; in GetLoadOpcode()
510 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad() local
511 DCHECK(!load_rep.IsMapWord()); in VisitLoad()
512 VisitLoad(node, node, GetLoadOpcode(load_rep)); in VisitLoad()
869 LoadRepresentation load_rep = LoadRepresentationOf(load->op()); in TryMergeTruncateInt64ToInt32IntoLoad() local
870 MachineRepresentation rep = load_rep.representation(); in TryMergeTruncateInt64ToInt32IntoLoad()
875 opcode = load_rep in TryMergeTruncateInt64ToInt32IntoLoad()
1528 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); VisitChangeInt32ToInt64() local
1605 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); ZeroExtendsWord32ToWord64NoPhis() local
2870 LoadRepresentation load_rep = atomic_load_params.representation(); VisitWord32AtomicLoad() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc174 LoadRepresentation load_rep) { in VisitLoadCommon()
185 switch (load_rep.representation()) { in VisitLoadCommon()
194 opcode = load_rep.IsSigned() ? kPPC_LoadWordS8 : kPPC_LoadWordU8; in VisitLoadCommon()
197 opcode = load_rep.IsSigned() ? kPPC_LoadWordS16 : kPPC_LoadWordU16; in VisitLoadCommon()
260 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad() local
261 VisitLoadCommon(this, node, load_rep); in VisitLoad()
1002 LoadRepresentation load_rep = LoadRepresentationOf(input.node()->op()); in VisitWord64ReverseBytes() local
1003 if (load_rep.representation() == MachineRepresentation::kWord64) { in VisitWord64ReverseBytes()
1022 LoadRepresentation load_rep = LoadRepresentationOf(input.node()->op()); in VisitWord32ReverseBytes() local
1023 if (load_rep in VisitWord32ReverseBytes()
173 VisitLoadCommon(InstructionSelector* selector, Node* node, LoadRepresentation load_rep) VisitLoadCommon() argument
1972 LoadRepresentation load_rep = atomic_load_params.representation(); VisitWord32AtomicLoad() local
1978 LoadRepresentation load_rep = atomic_load_params.representation(); VisitWord64AtomicLoad() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc779 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad() local
780 MachineRepresentation rep = load_rep.representation(); in VisitLoad()
792 opcode = load_rep.IsUnsigned() in VisitLoad()
794 : load_rep.semantic() == MachineSemantic::kInt32 in VisitLoad()
800 opcode = load_rep.IsUnsigned() in VisitLoad()
802 : load_rep.semantic() == MachineSemantic::kInt32 in VisitLoad()
1947 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitChangeInt32ToInt64() local
1948 MachineRepresentation rep = load_rep.representation(); in VisitChangeInt32ToInt64()
1954 opcode = load_rep.IsSigned() ? kArm64Ldrsb : kArm64Ldrb; in VisitChangeInt32ToInt64()
1958 opcode = load_rep in VisitChangeInt32ToInt64()
2022 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); ZeroExtendsWord32ToWord64NoPhis() local
2630 LoadRepresentation load_rep = atomic_load_params.representation(); VisitAtomicLoad() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc342 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad() local
348 switch (load_rep.representation()) { in VisitLoad()
357 opcode = load_rep.IsUnsigned() ? kMipsLbu : kMipsLb; in VisitLoad()
360 opcode = load_rep.IsUnsigned() ? kMipsLhu : kMipsLh; in VisitLoad()
1400 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitUnalignedLoad() local
1406 switch (load_rep.representation()) { in VisitUnalignedLoad()
1408 opcode = load_rep.IsUnsigned() ? kMipsLbu : kMipsLb; in VisitUnalignedLoad()
1411 opcode = load_rep.IsUnsigned() ? kMipsUlhu : kMipsUlh; in VisitUnalignedLoad()
1910 LoadRepresentation load_rep = atomic_load_params.representation(); in VisitWord32AtomicLoad() local
1915 switch (load_rep in VisitWord32AtomicLoad()
[all...]
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc254 ArchOpcode GetLoadOpcode(LoadRepresentation load_rep) { in GetLoadOpcode() argument
256 switch (load_rep.representation()) { in GetLoadOpcode()
265 opcode = load_rep.IsSigned() ? kIA32Movsxbl : kIA32Movzxbl; in GetLoadOpcode()
268 opcode = load_rep.IsSigned() ? kIA32Movsxwl : kIA32Movzxwl; in GetLoadOpcode()
605 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad() local
606 DCHECK(!load_rep.IsMapWord()); in VisitLoad()
607 VisitLoad(node, node, GetLoadOpcode(load_rep)); in VisitLoad()
2020 LoadRepresentation load_rep = atomic_load_params.representation(); in VisitWord32AtomicLoad() local
2021 DCHECK(load_rep.representation() == MachineRepresentation::kWord8 || in VisitWord32AtomicLoad()
2022 load_rep in VisitWord32AtomicLoad()
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc442 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad() local
445 switch (load_rep.representation()) { in VisitLoad()
454 opcode = load_rep.IsUnsigned() ? kLoong64Ld_bu : kLoong64Ld_b; in VisitLoad()
457 opcode = load_rep.IsUnsigned() ? kLoong64Ld_hu : kLoong64Ld_h; in VisitLoad()
1404 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in ZeroExtendsWord32ToWord64NoPhis() local
1405 if (load_rep.IsUnsigned()) { in ZeroExtendsWord32ToWord64NoPhis()
1406 switch (load_rep.representation()) { in ZeroExtendsWord32ToWord64NoPhis()
1427 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitChangeUint32ToUint64() local
1428 if (load_rep.IsUnsigned() && in VisitChangeUint32ToUint64()
1429 load_rep in VisitChangeUint32ToUint64()
1916 LoadRepresentation load_rep = atomic_load_params.representation(); VisitAtomicLoad() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc598 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad() local
604 switch (load_rep.representation()) { in VisitLoad()
613 opcode = load_rep.IsUnsigned() ? kArmLdrb : kArmLdrsb; in VisitLoad()
616 opcode = load_rep.IsUnsigned() ? kArmLdrh : kArmLdrsh; in VisitLoad()
787 MachineRepresentation load_rep = in VisitUnalignedLoad() local
798 switch (load_rep) { in VisitUnalignedLoad()
2279 LoadRepresentation load_rep = atomic_load_params.representation(); in VisitWord32AtomicLoad() local
2284 switch (load_rep.representation()) { in VisitWord32AtomicLoad()
2286 opcode = load_rep.IsSigned() ? kAtomicLoadInt8 : kAtomicLoadUint8; in VisitWord32AtomicLoad()
2289 opcode = load_rep in VisitWord32AtomicLoad()
[all...]

Completed in 43 milliseconds