Home
last modified time | relevance | path

Searched refs:IsNested (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Dnested_loops.cpp170 EXPECT_FALSE(parent_loop.IsNested()); in TEST_F()
179 EXPECT_TRUE(child_loop_1.IsNested()); in TEST_F()
188 EXPECT_TRUE(child_loop_2.IsNested()); in TEST_F()
366 EXPECT_FALSE(loop->IsNested()); in TEST_F()
384 EXPECT_TRUE(loop->IsNested()); in TEST_F()
401 EXPECT_TRUE(loop->IsNested()); in TEST_F()
418 EXPECT_TRUE(loop->IsNested()); in TEST_F()
575 EXPECT_FALSE(loop.IsNested()); in TEST_F()
583 EXPECT_TRUE(loop.IsNested()); in TEST_F()
591 EXPECT_TRUE(loop.IsNested()); in TEST_F()
[all …]
Dloop_descriptions.cpp109 EXPECT_FALSE(loop.IsNested()); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dnested_loops.cpp170 EXPECT_FALSE(parent_loop.IsNested()); in TEST_F()
179 EXPECT_TRUE(child_loop_1.IsNested()); in TEST_F()
188 EXPECT_TRUE(child_loop_2.IsNested()); in TEST_F()
366 EXPECT_FALSE(loop->IsNested()); in TEST_F()
384 EXPECT_TRUE(loop->IsNested()); in TEST_F()
401 EXPECT_TRUE(loop->IsNested()); in TEST_F()
418 EXPECT_TRUE(loop->IsNested()); in TEST_F()
575 EXPECT_FALSE(loop.IsNested()); in TEST_F()
583 EXPECT_TRUE(loop.IsNested()); in TEST_F()
591 EXPECT_TRUE(loop.IsNested()); in TEST_F()
[all …]
Dloop_descriptions.cpp109 EXPECT_FALSE(loop.IsNested()); in TEST_F()
/third_party/spirv-tools/test/opt/loop_optimizations/
Dnested_loops.cpp170 EXPECT_FALSE(parent_loop.IsNested()); in TEST_F()
179 EXPECT_TRUE(child_loop_1.IsNested()); in TEST_F()
188 EXPECT_TRUE(child_loop_2.IsNested()); in TEST_F()
366 EXPECT_FALSE(loop->IsNested()); in TEST_F()
384 EXPECT_TRUE(loop->IsNested()); in TEST_F()
401 EXPECT_TRUE(loop->IsNested()); in TEST_F()
418 EXPECT_TRUE(loop->IsNested()); in TEST_F()
575 EXPECT_FALSE(loop.IsNested()); in TEST_F()
583 EXPECT_TRUE(loop.IsNested()); in TEST_F()
591 EXPECT_TRUE(loop.IsNested()); in TEST_F()
[all …]
Dloop_descriptions.cpp109 EXPECT_FALSE(loop.IsNested()); in TEST_F()
/third_party/node/deps/v8/src/objects/
Dallocation-site.h70 bool IsNested();
Dallocation-site-inl.h234 bool is_nested = site->IsNested(); in DigestTransitionFeedback()
Dobjects.cc5264 bool AllocationSite::IsNested() { in IsNested() function in v8::internal::AllocationSite
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dlicm_pass.cpp49 if (loop.IsNested()) { in ProcessFunction()
Dloop_descriptor.h181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlicm_pass.cpp49 if (loop.IsNested()) { in ProcessFunction()
Dloop_descriptor.h181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
/third_party/spirv-tools/source/opt/
Dlicm_pass.cpp49 if (loop.IsNested()) { in ProcessFunction()
Dloop_descriptor.h181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp2267 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
2272 if (IsNested) in GetScratchRegister()
2277 if (IsNested) in GetScratchRegister()
2328 bool IsNested = false; in adjustForSegmentedStacks() local
2332 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks()
2342 if (IsNested) in adjustForSegmentedStacks()
2465 if (IsNested) in adjustForSegmentedStacks()
2515 if (IsNested) in adjustForSegmentedStacks()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h1247 bool IsNested() const { return kind_ == StateValueKind::kNested; } in IsNested() function
1298 if (field_iterator->IsNested()) {
1306 StateValueList* nested = desc->IsNested() ? *nested_iterator : nullptr;
1372 if (it->IsNested()) return true; in HasNestedFieldsAfter()
Dcode-generator.cc1003 if (desc->IsNested()) { in TranslateStateValueDescriptor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2108 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local
2109 if (IsNested && OnlyNonNestedMemmove) in processCopyingStore()