Home
last modified time | relevance | path

Searched refs:RequiredAlignment (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
H A Dread-only-serializer.cc121 return HeapObject::RequiredAlignment(object.map()) != kTaggedAligned; in MustBeDeferred()
H A Ddeserializer.cc460 HeapObject::RequiredAlignment(map))); in PostProcessNewJSReceiver()
474 HeapObject::RequiredAlignment(raw_map))); in PostProcessNewObject()
675 Allocate(allocation, size_in_bytes, HeapObject::RequiredAlignment(*map)); in ReadObject()
/third_party/node/deps/v8/src/objects/
H A Dheap-object.h201 static inline AllocationAlignment RequiredAlignment(Map map);
H A Dobjects-inl.h1004 AllocationAlignment HeapObject::RequiredAlignment(Map map) { in RequiredAlignment() function in v8::internal::HeapObject
/third_party/node/deps/v8/src/heap/
H A Dscavenger-inl.h120 AllocationAlignment alignment = HeapObject::RequiredAlignment(map); in SemiSpaceCopyObject()
159 AllocationAlignment alignment = HeapObject::RequiredAlignment(map); in PromoteObject()
H A Dmark-compact.cc1667 AllocationAlignment alignment = HeapObject::RequiredAlignment(map); in TryEvacuateObject()
1813 HeapObject::RequiredAlignment(old_object.map()); in AllocateTargetObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9594 unsigned RequiredAlignment = AI->getAlignment(); in tryToElideArgumentCopy() local
9595 if (!RequiredAlignment) { in tryToElideArgumentCopy()
9596 RequiredAlignment = FuncInfo.MF->getDataLayout().getABITypeAlignment( in tryToElideArgumentCopy()
9599 if (MFI.getObjectAlignment(FixedIndex) < RequiredAlignment) { in tryToElideArgumentCopy()
9602 << RequiredAlignment << " vs " in tryToElideArgumentCopy()
H A DDAGCombiner.cpp14702 unsigned RequiredAlignment = DAG->getDataLayout().getABITypeAlignment( in canMergeExpensiveCrossRegisterBankCopy() local
14705 if (RequiredAlignment > getAlignment()) in canMergeExpensiveCrossRegisterBankCopy()
14791 unsigned RequiredAlignment = 0; in adjustCostForPairing() local
14792 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()
14798 if (RequiredAlignment > First->getAlignment()) in adjustCostForPairing()
16056 unsigned RequiredAlignment; in MergeConsecutiveStores() local
16058 TLI.hasPairedLoad(MemVT, RequiredAlignment) && in MergeConsecutiveStores()
16059 StoreNodes[0].MemNode->getAlignment() >= RequiredAlignment) { in MergeConsecutiveStores()

Completed in 62 milliseconds