/external/angle/third_party/spirv-tools/src/test/opt/loop_optimizations/ |
D | nested_loops.cpp | 170 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 …]
|
D | loop_descriptions.cpp | 109 EXPECT_FALSE(loop.IsNested()); in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | nested_loops.cpp | 170 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 …]
|
D | loop_descriptions.cpp | 109 EXPECT_FALSE(loop.IsNested()); in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | nested_loops.cpp | 170 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 …]
|
D | loop_descriptions.cpp | 109 EXPECT_FALSE(loop.IsNested()); in TEST_F()
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | xplane_utils_test.cc | 36 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()
|
D | xplane_utils.h | 40 bool IsNested(const tensorflow::profiler::XEvent& event,
|
D | xplane_utils.cc | 57 bool IsNested(const XEvent& event, const XEvent& parent) { in IsNested() function
|
D | group_events.cc | 129 return parent && IsNested(GetEvent(), parent->GetEvent()); in IsNestedIn()
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 451 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/ |
D | allocation-site.h | 68 bool IsNested();
|
D | allocation-site-inl.h | 221 bool is_nested = site->IsNested(); in DigestTransitionFeedback()
|
D | objects.cc | 5103 bool AllocationSite::IsNested() { in IsNested() function in v8::internal::AllocationSite
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | licm_pass.cpp | 49 if (loop.IsNested()) { in ProcessFunction()
|
D | loop_descriptor.h | 181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | licm_pass.cpp | 49 if (loop.IsNested()) { in ProcessFunction()
|
D | loop_descriptor.h | 181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | licm_pass.cpp | 49 if (loop.IsNested()) { in ProcessFunction()
|
D | loop_descriptor.h | 181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 2074 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/ |
D | X86FrameLowering.cpp | 2218 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/ |
D | instruction.h | 1197 bool IsNested() const { return kind_ == StateValueKind::kNested; } in IsNested() function 1246 if (field_iterator->IsNested()) { 1254 StateValueList* nested = desc->IsNested() ? *nested_iterator : nullptr;
|
D | code-generator.cc | 1032 if (desc->IsNested()) { in TranslateStateValueDescriptor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 2104 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local 2105 if (IsNested && OnlyNonNestedMemmove) in processCopyingStore()
|