/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/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FrameLowering.cpp | 1301 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local 1304 if (IsNested) { in GetScratchRegister() 1312 if (IsNested) in GetScratchRegister() 1343 bool IsNested = false; in adjustForSegmentedStacks() local 1347 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks() 1352 if (IsNested) in adjustForSegmentedStacks() 1360 if (IsNested) in adjustForSegmentedStacks() 1364 if (IsNested) { in adjustForSegmentedStacks() 1369 if (IsNested) in adjustForSegmentedStacks() 1408 if (IsNested) in adjustForSegmentedStacks() [all …]
|
/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/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/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/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/ |
D | instruction.h | 1171 bool IsNested() const { return kind_ == StateValueKind::kNested; } in IsNested() function 1221 if (field_iterator->IsNested()) { 1229 StateValueList* nested = desc->IsNested() ? *nested_iterator : nullptr;
|
D | code-generator.cc | 931 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()
|
/external/v8/src/ |
D | objects.h | 3690 bool IsNested();
|
D | objects.cc | 15824 bool AllocationSite::IsNested() { in IsNested() function in v8::internal::AllocationSite 15860 bool is_nested = site->IsNested(); in DigestTransitionFeedback()
|