Home
last modified time | relevance | path

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

/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/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FrameLowering.cpp1301 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/
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/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/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/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/
Dinstruction.h1171 bool IsNested() const { return kind_ == StateValueKind::kNested; } in IsNested() function
1221 if (field_iterator->IsNested()) {
1229 StateValueList* nested = desc->IsNested() ? *nested_iterator : nullptr;
Dcode-generator.cc931 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()
/external/v8/src/
Dobjects.h3690 bool IsNested();
Dobjects.cc15824 bool AllocationSite::IsNested() { in IsNested() function in v8::internal::AllocationSite
15860 bool is_nested = site->IsNested(); in DigestTransitionFeedback()