Home
last modified time | relevance | path

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

/external/angle/third_party/spirv-tools/src/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()
/external/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()
/external/deqp-deps/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()
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_utils_test.cc36 EXPECT_TRUE(IsNested(event, parent)); in TEST()
39 EXPECT_FALSE(IsNested(event, not_parent)); in TEST()
42 EXPECT_FALSE(IsNested(event, not_parent)); in TEST()
Dxplane_utils.h40 bool IsNested(const tensorflow::profiler::XEvent& event,
Dxplane_utils.cc57 bool IsNested(const XEvent& event, const XEvent& parent) { in IsNested() function
Dgroup_events.cc129 return parent && IsNested(GetEvent(), parent->GetEvent()); in IsNestedIn()
/external/clang/include/clang/Sema/
DScopeInfo.h451 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() argument
454 : VarAndNestedAndThis(Var, IsNested ? IsNestedCapture : 0), in Capture()
461 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() argument
464 nullptr, (IsThisCaptured | (IsNested ? IsNestedCapture : 0))), in Capture()
/external/v8/src/objects/
Dallocation-site.h68 bool IsNested();
Dallocation-site-inl.h221 bool is_nested = site->IsNested(); in DigestTransitionFeedback()
Dobjects.cc5103 bool AllocationSite::IsNested() { in IsNested() function in v8::internal::AllocationSite
/external/angle/third_party/spirv-tools/src/source/opt/
Dlicm_pass.cpp49 if (loop.IsNested()) { in ProcessFunction()
Dloop_descriptor.h181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
/external/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
/external/deqp-deps/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
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp2074 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
2078 if (IsNested) in GetScratchRegister()
2083 if (IsNested) in GetScratchRegister()
2126 bool IsNested = false; in adjustForSegmentedStacks() local
2130 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks()
2140 if (IsNested) in adjustForSegmentedStacks()
2263 if (IsNested) in adjustForSegmentedStacks()
2309 if (IsNested) in adjustForSegmentedStacks()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp2218 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
2222 if (IsNested) in GetScratchRegister()
2227 if (IsNested) in GetScratchRegister()
2272 bool IsNested = false; in adjustForSegmentedStacks() local
2276 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks()
2286 if (IsNested) in adjustForSegmentedStacks()
2409 if (IsNested) in adjustForSegmentedStacks()
2459 if (IsNested) in adjustForSegmentedStacks()
/external/v8/src/compiler/backend/
Dinstruction.h1197 bool IsNested() const { return kind_ == StateValueKind::kNested; } in IsNested() function
1246 if (field_iterator->IsNested()) {
1254 StateValueList* nested = desc->IsNested() ? *nested_iterator : nullptr;
Dcode-generator.cc1032 if (desc->IsNested()) { in TranslateStateValueDescriptor()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2104 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local
2105 if (IsNested && OnlyNonNestedMemmove) in processCopyingStore()