/third_party/node/deps/v8/src/codegen/ |
D | machine-type.h | 42 kCompressedPointer, // (compressed) HeapObject enumerator 146 return representation() == MachineRepresentation::kCompressedPointer || in IsCompressed() 150 return representation() == MachineRepresentation::kCompressedPointer; in IsCompressedPointer() 222 return MachineType(MachineRepresentation::kCompressedPointer, in CompressedPointer() 269 case MachineRepresentation::kCompressedPointer: 364 rep == MachineRepresentation::kCompressedPointer; in CanBeCompressedPointer() 396 case MachineRepresentation::kCompressedPointer: in ElementSizeLog2Of()
|
D | machine-type.cc | 17 case MachineRepresentation::kCompressedPointer: in IsSubtype() 54 case MachineRepresentation::kCompressedPointer: in MachineReprToString()
|
/third_party/node/deps/v8/src/compiler/ |
D | machine-graph-verifier.cc | 221 MachineRepresentation::kCompressedPointer; in Run() 656 case MachineRepresentation::kCompressedPointer: in Run() 776 case MachineRepresentation::kCompressedPointer: in CheckValueInputIsCompressedOrTagged() 796 case MachineRepresentation::kCompressedPointer: in CheckValueInputIsCompressedOrTaggedOrInt32() 1002 case MachineRepresentation::kCompressedPointer: in IsCompatible()
|
D | decompression-optimizer.cc | 186 mach_rep = MachineRepresentation::kCompressedPointer; in ChangePhi()
|
D | property-access-builder.cc | 303 field_representation == MachineRepresentation::kCompressedPointer) { in BuildLoadDataField()
|
D | load-elimination.cc | 1071 case MachineRepresentation::kCompressedPointer: in ReduceLoadElement() 1128 case MachineRepresentation::kCompressedPointer: in ReduceStoreElement() 1433 case MachineRepresentation::kCompressedPointer: in FieldIndexOf()
|
D | machine-operator.cc | 685 V(kCompressedPointer) \ 757 V(kCompressedPointer) \
|
D | representation-change.cc | 247 case MachineRepresentation::kCompressedPointer: in GetRepresentationFor()
|
D | js-native-context-specialization.cc | 2527 case MachineRepresentation::kCompressedPointer: in BuildPropertyStore()
|
D | simplified-lowering.cc | 164 case MachineRepresentation::kCompressedPointer: in TruncatingUseInfoFromRepresentation()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocation.h | 65 case MachineRepresentation::kCompressedPointer: in ByteWidthForStackSlot()
|
D | instruction-selector-impl.h | 373 case MachineRepresentation::kCompressedPointer: in ToConstant()
|
D | instruction.cc | 261 case MachineRepresentation::kCompressedPointer: in operator <<() 939 case MachineRepresentation::kCompressedPointer: in FilterRepresentation()
|
D | instruction.h | 555 case MachineRepresentation::kCompressedPointer: in IsSupportedRepresentation()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 555 case MachineRepresentation::kCompressedPointer: in VisitLoad() 635 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitStore() 1800 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitUnalignedLoad() 1855 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitUnalignedStore() 2656 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitWord64AtomicLoad() 2689 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitWord64AtomicStore()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 371 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitLoad() 452 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitStore() 1429 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitUnalignedLoad() 1484 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitUnalignedStore()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 505 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitLoad() 578 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitStore() 1862 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitUnalignedLoad() 1917 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitUnalignedStore()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 811 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitLoad() 930 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitStore() 2668 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitAtomicLoad() 2735 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitAtomicStore()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | instruction-selector-ppc.cc | 202 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitLoadCommon() 348 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitStoreCommon()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 274 case MachineRepresentation::kCompressedPointer: // Fall through. in GetLoadOpcode() 326 case MachineRepresentation::kCompressedPointer: // Fall through. in GetStoreOpcode() 365 case MachineRepresentation::kCompressedPointer: // Fall through. in GetSeqCstStoreOpcode()
|
D | code-generator-x64.cc | 4926 mr == MachineRepresentation::kCompressedPointer; in Is32BitOperand()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 293 case MachineRepresentation::kCompressedPointer: // Fall through. in SelectLoadOpcode() 776 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitGeneralStore()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 468 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitLoad() 547 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitStore()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 627 case MachineRepresentation::kCompressedPointer: // Fall through. in VisitLoad() 665 case MachineRepresentation::kCompressedPointer: // Fall through. in GetStoreOpcode()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 279 case MachineRepresentation::kCompressedPointer: // Fall through. in GetLoadOpcode() 635 case MachineRepresentation::kCompressedPointer: // Fall through. in GetStoreOpcode()
|