Home
last modified time | relevance | path

Searched refs:GetOffset (Results 1 – 25 of 63) sorted by relevance

123

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DBuddyMemoryAllocatorTests.cpp216 ASSERT_EQ(allocation1.GetOffset(), 0u); in TEST()
221 ASSERT_EQ(allocation2.GetOffset(), 64u); in TEST()
230 ASSERT_EQ(allocation3.GetOffset(), 0u); in TEST()
239 ASSERT_EQ(allocation4.GetOffset(), 0u); in TEST()
248 ASSERT_EQ(allocation5.GetOffset(), 0u); in TEST()
291 ASSERT_EQ(allocation1.GetOffset(), 0u); in TEST()
298 ASSERT_EQ(allocation2.GetOffset(), 0u); in TEST()
306 ASSERT_EQ(allocation3.GetOffset(), 0u); in TEST()
314 ASSERT_EQ(allocation4.GetOffset(), 64u); in TEST()
349 ASSERT_EQ(allocation2.GetOffset(), 64u); in TEST()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis_simplification.cpp303 analysis_.CreateNegation(recurrent->GetOffset())); in UpdateCoefficient()
305 new_recurrent_node->AddOffset(recurrent->GetOffset()); in UpdateCoefficient()
422 new_offset->AddChild(node->GetOffset()); in FoldRecurrentAddExpressions()
426 new_offset->AddChild(analysis_.CreateNegation(node->GetOffset())); in FoldRecurrentAddExpressions()
473 new_children.push_back(child->AsSERecurrentNode()->GetOffset()); in EliminateZeroCoefficientRecurrents()
504 new_offset->AddChild(recurrent_expr->GetOffset()); in SimplifyRecurrentAddExpression()
Dscalar_analysis.cpp441 return recurrent->GetOffset(); in BuildGraphWithoutRecurrentTerm()
452 new_children.push_back(recurrent->GetOffset()); in BuildGraphWithoutRecurrentTerm()
523 if (this_as_recurrent->GetOffset() != other_as_recurrent->GetOffset()) in operator ==()
609 PushToString(reinterpret_cast<uintptr_t>(recurrent->GetOffset()), in operator ()()
869 return GetAddCombiner()(coeff_sign, Visit(node->GetOffset())); in Visit()
Dloop_peeling.cpp656 const SEConstantNode* offset = iv->GetOffset()->AsSEConstantNode(); in ProcessLoop()
942 return rec->GetOffset(); in GetValueAtFirstIteration()
948 SExpression offset = rec->GetOffset(); in GetValueAtIteration()
990 lhs_cst = rec_node->GetOffset(); in HandleEquality()
994 rhs_cst = rec_node->GetOffset(); in HandleEquality()
1029 SExpression offset = rhs->GetOffset(); in HandleInequality()
Dloop_dependence.cpp127 if (!node->GetOffset()->AsSEConstantNode() || in AreOffsetsAndCoefficientsConstant()
128 !node->GetOffset()->AsSEConstantNode()) { in AreOffsetsAndCoefficientsConstant()
142 recurrence->GetOffset()->AsSEConstantNode()->FoldToSingleValue(); in CalculateConstantTerm()
1020 destination->AsSERecurrentNode()->GetOffset(), in WeakCrossingSIVTest()
1021 source->AsSERecurrentNode()->GetOffset())); in WeakCrossingSIVTest()
1453 constraint->GetLoop(), prime_recurrent->GetOffset(), new_child); in PropagateConstraints()
1542 destination_node->AsSERecurrentNode()->GetOffset()); in DeltaTest()
1552 c, source_node->AsSERecurrentNode()->GetOffset()); in DeltaTest()
Dscalar_analysis_nodes.h261 inline const SENode* GetOffset() const { return offset_; } in GetOffset() function
262 inline SENode* GetOffset() { return offset_; } in GetOffset() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_analysis_simplification.cpp303 analysis_.CreateNegation(recurrent->GetOffset())); in UpdateCoefficient()
305 new_recurrent_node->AddOffset(recurrent->GetOffset()); in UpdateCoefficient()
422 new_offset->AddChild(node->GetOffset()); in FoldRecurrentAddExpressions()
426 new_offset->AddChild(analysis_.CreateNegation(node->GetOffset())); in FoldRecurrentAddExpressions()
473 new_children.push_back(child->AsSERecurrentNode()->GetOffset()); in EliminateZeroCoefficientRecurrents()
504 new_offset->AddChild(recurrent_expr->GetOffset()); in SimplifyRecurrentAddExpression()
Dscalar_analysis.cpp441 return recurrent->GetOffset(); in BuildGraphWithoutRecurrentTerm()
452 new_children.push_back(recurrent->GetOffset()); in BuildGraphWithoutRecurrentTerm()
523 if (this_as_recurrent->GetOffset() != other_as_recurrent->GetOffset()) in operator ==()
609 PushToString(reinterpret_cast<uintptr_t>(recurrent->GetOffset()), in operator ()()
869 return GetAddCombiner()(coeff_sign, Visit(node->GetOffset())); in Visit()
Dloop_peeling.cpp656 const SEConstantNode* offset = iv->GetOffset()->AsSEConstantNode(); in ProcessLoop()
942 return rec->GetOffset(); in GetValueAtFirstIteration()
948 SExpression offset = rec->GetOffset(); in GetValueAtIteration()
990 lhs_cst = rec_node->GetOffset(); in HandleEquality()
994 rhs_cst = rec_node->GetOffset(); in HandleEquality()
1029 SExpression offset = rhs->GetOffset(); in HandleInequality()
Dloop_dependence.cpp127 if (!node->GetOffset()->AsSEConstantNode() || in AreOffsetsAndCoefficientsConstant()
128 !node->GetOffset()->AsSEConstantNode()) { in AreOffsetsAndCoefficientsConstant()
142 recurrence->GetOffset()->AsSEConstantNode()->FoldToSingleValue(); in CalculateConstantTerm()
1020 destination->AsSERecurrentNode()->GetOffset(), in WeakCrossingSIVTest()
1021 source->AsSERecurrentNode()->GetOffset())); in WeakCrossingSIVTest()
1453 constraint->GetLoop(), prime_recurrent->GetOffset(), new_child); in PropagateConstraints()
1542 destination_node->AsSERecurrentNode()->GetOffset()); in DeltaTest()
1552 c, source_node->AsSERecurrentNode()->GetOffset()); in DeltaTest()
Dscalar_analysis_nodes.h261 inline const SENode* GetOffset() const { return offset_; } in GetOffset() function
262 inline SENode* GetOffset() { return offset_; } in GetOffset() function
/third_party/spirv-tools/source/opt/
Dscalar_analysis_simplification.cpp303 analysis_.CreateNegation(recurrent->GetOffset())); in UpdateCoefficient()
305 new_recurrent_node->AddOffset(recurrent->GetOffset()); in UpdateCoefficient()
422 new_offset->AddChild(node->GetOffset()); in FoldRecurrentAddExpressions()
426 new_offset->AddChild(analysis_.CreateNegation(node->GetOffset())); in FoldRecurrentAddExpressions()
473 new_children.push_back(child->AsSERecurrentNode()->GetOffset()); in EliminateZeroCoefficientRecurrents()
504 new_offset->AddChild(recurrent_expr->GetOffset()); in SimplifyRecurrentAddExpression()
Dscalar_analysis.cpp441 return recurrent->GetOffset(); in BuildGraphWithoutRecurrentTerm()
452 new_children.push_back(recurrent->GetOffset()); in BuildGraphWithoutRecurrentTerm()
523 if (this_as_recurrent->GetOffset() != other_as_recurrent->GetOffset()) in operator ==()
609 PushToString(reinterpret_cast<uintptr_t>(recurrent->GetOffset()), in operator ()()
869 return GetAddCombiner()(coeff_sign, Visit(node->GetOffset())); in Visit()
Dloop_peeling.cpp656 const SEConstantNode* offset = iv->GetOffset()->AsSEConstantNode(); in ProcessLoop()
942 return rec->GetOffset(); in GetValueAtFirstIteration()
948 SExpression offset = rec->GetOffset(); in GetValueAtIteration()
990 lhs_cst = rec_node->GetOffset(); in HandleEquality()
994 rhs_cst = rec_node->GetOffset(); in HandleEquality()
1029 SExpression offset = rhs->GetOffset(); in HandleInequality()
Dloop_dependence.cpp127 if (!node->GetOffset()->AsSEConstantNode() || in AreOffsetsAndCoefficientsConstant()
128 !node->GetOffset()->AsSEConstantNode()) { in AreOffsetsAndCoefficientsConstant()
142 recurrence->GetOffset()->AsSEConstantNode()->FoldToSingleValue(); in CalculateConstantTerm()
1020 destination->AsSERecurrentNode()->GetOffset(), in WeakCrossingSIVTest()
1021 source->AsSERecurrentNode()->GetOffset())); in WeakCrossingSIVTest()
1453 constraint->GetLoop(), prime_recurrent->GetOffset(), new_child); in PropagateConstraints()
1542 destination_node->AsSERecurrentNode()->GetOffset()); in DeltaTest()
1552 c, source_node->AsSERecurrentNode()->GetOffset()); in DeltaTest()
Dscalar_analysis_nodes.h261 inline const SENode* GetOffset() const { return offset_; } in GetOffset() function
262 inline SENode* GetOffset() { return offset_; } in GetOffset() function
/third_party/vixl/src/aarch64/
Dassembler-aarch64.cc159 VIXL_ASSERT((literal->GetOffset() - GetCursorOffset()) <= 0); in LinkAndGetWordOffsetTo()
160 return (literal->GetOffset() - GetCursorOffset()) >> kLiteralEntrySizeLog2; in LinkAndGetWordOffsetTo()
1127 VIXL_ASSERT(IsImmLSPair(addr.GetOffset(), CalcLSPairDataSize(op))); in LoadStorePair()
1129 int offset = static_cast<int>(addr.GetOffset()); in LoadStorePair()
1180 VIXL_ASSERT(IsImmLSPair(addr.GetOffset(), size)); in LoadStorePairNonTemporal()
1181 int offset = static_cast<int>(addr.GetOffset()); in LoadStorePairNonTemporal()
1405 VIXL_ASSERT(dst.IsImmediateOffset() && (dst.GetOffset() == 0)); in stxrb()
1413 VIXL_ASSERT(dst.IsImmediateOffset() && (dst.GetOffset() == 0)); in stxrh()
1421 VIXL_ASSERT(dst.IsImmediateOffset() && (dst.GetOffset() == 0)); in stxr()
1428 VIXL_ASSERT(src.IsImmediateOffset() && (src.GetOffset() == 0)); in ldxrb()
[all …]
/third_party/node/deps/v8/src/codegen/mips64/
Dmacro-assembler-mips64.cc3434 offset = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
3443 offset = GetOffset(offset, L, OffsetSize::kOffset26); in CallRecordWriteStub()
3465 int32_t TurboAssembler::GetOffset(int32_t offset, Label* L, OffsetSize bits) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
3490 *offset = GetOffset(*offset, L, bits); in CallRecordWriteStub()
3498 *offset = GetOffset(*offset, L, bits); in CallRecordWriteStub()
3733 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
3738 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
3743 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
3749 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
3754 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
[all …]
/third_party/node/deps/v8/src/codegen/mips/
Dmacro-assembler-mips.cc2795 offset = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
2804 offset = GetOffset(offset, L, OffsetSize::kOffset26); in CallRecordWriteStub()
2826 int32_t TurboAssembler::GetOffset(int32_t offset, Label* L, OffsetSize bits) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
2851 *offset = GetOffset(*offset, L, bits); in CallRecordWriteStub()
2859 *offset = GetOffset(*offset, L, bits); in CallRecordWriteStub()
3092 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
3097 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
3102 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
3108 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
3113 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
[all …]
/third_party/node/deps/v8/src/codegen/loong64/
Dmacro-assembler-loong64.cc2203 int offset = GetOffset(L, OffsetSize::kOffset26); in CallRecordWriteStub()
2251 int32_t TurboAssembler::GetOffset(Label* L, OffsetSize bits) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
2285 offset = GetOffset(L, OffsetSize::kOffset26); in CallRecordWriteStub()
2298 offset = GetOffset(L, OffsetSize::kOffset16); in CallRecordWriteStub()
2303 offset = GetOffset(L, OffsetSize::kOffset21); in CallRecordWriteStub()
2310 offset = GetOffset(L, OffsetSize::kOffset16); in CallRecordWriteStub()
2320 offset = GetOffset(L, OffsetSize::kOffset16); in CallRecordWriteStub()
2325 offset = GetOffset(L, OffsetSize::kOffset21); in CallRecordWriteStub()
2332 offset = GetOffset(L, OffsetSize::kOffset16); in CallRecordWriteStub()
2345 offset = GetOffset(L, OffsetSize::kOffset16); in CallRecordWriteStub()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DResourceMemoryAllocation.h66 uint64_t GetOffset() const;
DResourceMemoryAllocation.cpp36 uint64_t ResourceMemoryAllocation::GetOffset() const { in GetOffset() function in dawn_native::ResourceMemoryAllocation
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DStagingBufferVk.cpp53 mAllocation.GetOffset()), in Initialize()
/third_party/lzma/Java/SevenZip/
DLzmaBench.java78 int GetOffset() in GetOffset() method in LzmaBench.CBenchRandomGenerator
102 Rep0 = GetOffset(); in Generate()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResourceAllocatorManagerD3D12.cpp331 heap->GetD3D12Heap(), allocation.GetOffset(), &resourceDescriptor, initialUsage, in CreatePlacedResource()
339 return ResourceHeapAllocation{allocation.GetInfo(), allocation.GetOffset(), in CreatePlacedResource()

123