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/
H A 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...]
H A 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/
H A 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...]
H A Dloop_descriptions.cpp109 EXPECT_FALSE(loop.IsNested()); in TEST_F()
/third_party/spirv-tools/test/opt/loop_optimizations/
H A 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...]
H A Dloop_descriptions.cpp108 EXPECT_FALSE(loop.IsNested()); in TEST_F()
/third_party/node/deps/v8/src/objects/
H A Dallocation-site.h70 bool IsNested();
H A Dallocation-site-inl.h234 bool is_nested = site->IsNested(); in DigestTransitionFeedback()
H A Dobjects.cc5264 bool AllocationSite::IsNested() { in IsNested() function in v8::AllocationSite
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dlicm_pass.cpp49 if (loop.IsNested()) { in ProcessFunction()
H A Dloop_descriptor.h181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function in spvtools::opt::Loop
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dlicm_pass.cpp49 if (loop.IsNested()) { in ProcessFunction()
H A Dloop_descriptor.h181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function in spvtools::opt::Loop
/third_party/spirv-tools/source/opt/
H A Dlicm_pass.cpp48 if (loop.IsNested()) { in ProcessFunction()
H A Dloop_descriptor.h181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function in spvtools::opt::Loop
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2267 bool IsNested = HasNestArgument(&MF);
2272 if (IsNested)
2277 if (IsNested)
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/
H A Dinstruction.h1247 bool IsNested() const { return kind_ == StateValueKind::kNested; } in IsNested() function in v8::internal::compiler::StateValueDescriptor
1298 if (field_iterator->IsNested()) { in operator ++()
1306 StateValueList* nested = desc->IsNested() ? *nested_iterator : nullptr; in operator *()
1372 if (it->IsNested()) return true; in HasNestedFieldsAfter()
H A Dcode-generator.cc1003 if (desc->IsNested()) { in TranslateStateValueDescriptor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2108 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore()
2109 if (IsNested && OnlyNonNestedMemmove) in processCopyingStore()

Completed in 37 milliseconds