Home
last modified time | relevance | path

Searched refs:kCompressed (Results 1 – 25 of 26) sorted by relevance

12

/third_party/node/deps/v8/src/codegen/
Dmachine-type.h43 kCompressed, // (compressed) Object (Smi or HeapObject) enumerator
147 representation() == MachineRepresentation::kCompressed; in IsCompressed()
226 return MachineType(MachineRepresentation::kCompressed, in AnyCompressed()
267 case MachineRepresentation::kCompressed:
363 return rep == MachineRepresentation::kCompressed || in CanBeCompressedPointer()
397 case MachineRepresentation::kCompressed: in ElementSizeLog2Of()
Dmachine-type.cc18 return rep2 == MachineRepresentation::kCompressed; in IsSubtype()
56 case MachineRepresentation::kCompressed: in MachineReprToString()
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocation.h66 case MachineRepresentation::kCompressed: in ByteWidthForStackSlot()
Dinstruction-selector-impl.h372 case MachineRepresentation::kCompressed: in ToConstant()
Dinstruction.cc264 case MachineRepresentation::kCompressed: in operator <<()
940 case MachineRepresentation::kCompressed: in FilterRepresentation()
Dcode-generator.cc1170 MachineRepresentation::kCompressed == type.representation()); in AddTranslationForOperand()
1198 MachineRepresentation::kCompressed == type.representation()); in AddTranslationForOperand()
Dinstruction-selector.h532 MarkAsRepresentation(MachineRepresentation::kCompressed, node); in MarkAsCompressed()
Dinstruction.h556 case MachineRepresentation::kCompressed: in IsSupportedRepresentation()
/third_party/node/deps/v8/src/compiler/
Dmachine-graph-verifier.cc655 case MachineRepresentation::kCompressed: in Run()
775 case MachineRepresentation::kCompressed: in CheckValueInputIsCompressedOrTagged()
795 case MachineRepresentation::kCompressed: in CheckValueInputIsCompressedOrTaggedOrInt32()
990 case MachineRepresentation::kCompressed: in IsCompatible()
Ddecompression-optimizer.cc183 mach_rep = MachineRepresentation::kCompressed; in ChangePhi()
Dload-elimination.cc1072 case MachineRepresentation::kCompressed: in ReduceLoadElement()
1129 case MachineRepresentation::kCompressed: in ReduceStoreElement()
1434 case MachineRepresentation::kCompressed: in FieldIndexOf()
Dmachine-operator.cc687 V(kCompressed)
758 V(kCompressed)
Drepresentation-change.cc246 case MachineRepresentation::kCompressed: in GetRepresentationFor()
Djs-native-context-specialization.cc2528 case MachineRepresentation::kCompressed: in BuildPropertyStore()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc556 case MachineRepresentation::kCompressed: in VisitLoad()
636 case MachineRepresentation::kCompressed: in VisitStore()
1801 case MachineRepresentation::kCompressed: // Fall through. in VisitUnalignedLoad()
1856 case MachineRepresentation::kCompressed: // Fall through. in VisitUnalignedStore()
2657 case MachineRepresentation::kCompressed: in VisitWord64AtomicLoad()
2690 case MachineRepresentation::kCompressed: in VisitWord64AtomicStore()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc372 case MachineRepresentation::kCompressed: // Fall through. in VisitLoad()
453 case MachineRepresentation::kCompressed: // Fall through. in VisitStore()
1430 case MachineRepresentation::kCompressed: // Fall through. in VisitUnalignedLoad()
1485 case MachineRepresentation::kCompressed: // Fall through. in VisitUnalignedStore()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc507 case MachineRepresentation::kCompressed: // Fall through. in VisitLoad()
579 case MachineRepresentation::kCompressed: // Fall through. in VisitStore()
1863 case MachineRepresentation::kCompressed: // Fall through. in VisitUnalignedLoad()
1918 case MachineRepresentation::kCompressed: // Fall through. in VisitUnalignedStore()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc275 case MachineRepresentation::kCompressed: in GetLoadOpcode()
327 case MachineRepresentation::kCompressed: in GetStoreOpcode()
366 case MachineRepresentation::kCompressed: in GetSeqCstStoreOpcode()
884 case MachineRepresentation::kCompressed: // Fall through. in TryMergeTruncateInt64ToInt32IntoLoad()
Dcode-generator-x64.cc4925 mr == MachineRepresentation::kCompressed || in Is32BitOperand()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc812 case MachineRepresentation::kCompressed: in VisitLoad()
931 case MachineRepresentation::kCompressed: in VisitStore()
2669 case MachineRepresentation::kCompressed: in VisitAtomicLoad()
2736 case MachineRepresentation::kCompressed: in VisitAtomicStore()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc203 case MachineRepresentation::kCompressed: in VisitLoadCommon()
349 case MachineRepresentation::kCompressed: in VisitStoreCommon()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc294 case MachineRepresentation::kCompressed: in SelectLoadOpcode()
777 case MachineRepresentation::kCompressed: in VisitGeneralStore()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc469 case MachineRepresentation::kCompressed: // Fall through. in VisitLoad()
548 case MachineRepresentation::kCompressed: // Fall through. in VisitStore()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc628 case MachineRepresentation::kCompressed: // Fall through. in VisitLoad()
666 case MachineRepresentation::kCompressed: // Fall through. in GetStoreOpcode()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc280 case MachineRepresentation::kCompressed: // Fall through. in GetLoadOpcode()
636 case MachineRepresentation::kCompressed: // Fall through. in GetStoreOpcode()

12