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/
H A 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(), 6 in TEST()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A 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()
H A 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()
H A 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()
H A Dscalar_analysis_nodes.h261 inline const SENode* GetOffset() const { return offset_; } in GetOffset() function in spvtools::opt::SERecurrentNode
262 inline SENode* GetOffset() { return offset_; } in GetOffset() function in spvtools::opt::SERecurrentNode
H A 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()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A 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()
H A 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()
H A 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()
H A Dscalar_analysis_nodes.h261 inline const SENode* GetOffset() const { return offset_; } in GetOffset() function in spvtools::opt::SERecurrentNode
262 inline SENode* GetOffset() { return offset_; } in GetOffset() function in spvtools::opt::SERecurrentNode
H A 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()
/third_party/spirv-tools/source/opt/
H A Dscalar_analysis_simplification.cpp302 analysis_.CreateNegation(recurrent->GetOffset())); in UpdateCoefficient()
304 new_recurrent_node->AddOffset(recurrent->GetOffset()); in UpdateCoefficient()
421 new_offset->AddChild(node->GetOffset()); in FoldRecurrentAddExpressions()
425 new_offset->AddChild(analysis_.CreateNegation(node->GetOffset())); in FoldRecurrentAddExpressions()
472 new_children.push_back(child->AsSERecurrentNode()->GetOffset()); in EliminateZeroCoefficientRecurrents()
503 new_offset->AddChild(recurrent_expr->GetOffset()); in SimplifyRecurrentAddExpression()
H A Dscalar_analysis.cpp440 return recurrent->GetOffset(); in BuildGraphWithoutRecurrentTerm()
451 new_children.push_back(recurrent->GetOffset()); in BuildGraphWithoutRecurrentTerm()
522 if (this_as_recurrent->GetOffset() != other_as_recurrent->GetOffset()) in operator ==()
608 PushToString(reinterpret_cast<uintptr_t>(recurrent->GetOffset()), in operator ()()
868 return GetAddCombiner()(coeff_sign, Visit(node->GetOffset())); in Visit()
H A Dloop_dependence.cpp125 if (!node->GetOffset()->AsSEConstantNode() || in AreOffsetsAndCoefficientsConstant()
126 !node->GetOffset()->AsSEConstantNode()) { in AreOffsetsAndCoefficientsConstant()
140 recurrence->GetOffset()->AsSEConstantNode()->FoldToSingleValue(); in CalculateConstantTerm()
1019 destination->AsSERecurrentNode()->GetOffset(), in WeakCrossingSIVTest()
1020 source->AsSERecurrentNode()->GetOffset())); in WeakCrossingSIVTest()
1452 constraint->GetLoop(), prime_recurrent->GetOffset(), new_child); in PropagateConstraints()
1541 destination_node->AsSERecurrentNode()->GetOffset()); in DeltaTest()
1551 c, source_node->AsSERecurrentNode()->GetOffset()); in DeltaTest()
H A Dscalar_analysis_nodes.h261 inline const SENode* GetOffset() const { return offset_; } in GetOffset() function in spvtools::opt::SERecurrentNode
262 inline SENode* GetOffset() { return offset_; } in GetOffset() function in spvtools::opt::SERecurrentNode
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.cc160 VIXL_ASSERT((literal->GetOffset() - GetCursorOffset()) <= 0); in LinkAndGetWordOffsetTo()
161 return (literal->GetOffset() - GetCursorOffset()) >> kLiteralEntrySizeLog2; in LinkAndGetWordOffsetTo()
1128 VIXL_ASSERT(IsImmLSPair(addr.GetOffset(), CalcLSPairDataSize(op))); in LoadStorePair()
1130 int offset = static_cast<int>(addr.GetOffset()); in LoadStorePair()
1181 VIXL_ASSERT(IsImmLSPair(addr.GetOffset(), size)); in LoadStorePairNonTemporal()
1182 int offset = static_cast<int>(addr.GetOffset()); in LoadStorePairNonTemporal()
1406 VIXL_ASSERT(dst.IsImmediateOffset() && (dst.GetOffset() == 0)); in stxrb()
1414 VIXL_ASSERT(dst.IsImmediateOffset() && (dst.GetOffset() == 0)); in stxrh()
1422 VIXL_ASSERT(dst.IsImmediateOffset() && (dst.GetOffset() == 0)); in stxr()
1429 VIXL_ASSERT(src.IsImmediateOffset() && (src.GetOffset() in ldxrb()
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A 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()
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(offse in CallRecordWriteStub()
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A 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(offse in CallRecordWriteStub()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DResourceMemoryAllocation.h66 uint64_t GetOffset() const;
H A DResourceMemoryAllocation.cpp36 uint64_t ResourceMemoryAllocation::GetOffset() const { in GetOffset() function in dawn_native::ResourceMemoryAllocation
/third_party/node/deps/v8/src/codegen/loong64/
H A 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( in CallRecordWriteStub()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DStagingBufferVk.cpp53 mAllocation.GetOffset()), in Initialize()
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs84 UInt32 GetOffset() in GetOffset() method in SevenZip.LzmaBench.CBenchRandomGenerator
108 Rep0 = GetOffset(); in Generate()
/third_party/lzma/Java/SevenZip/
H A 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/
H A DResourceAllocatorManagerD3D12.cpp338 heap->GetD3D12Heap(), allocation.GetOffset(), &resourceDescriptor, initialUsage, in CreatePlacedResource()
346 return ResourceHeapAllocation{allocation.GetInfo(), allocation.GetOffset(), in CreatePlacedResource()

Completed in 49 milliseconds

123