Home
last modified time | relevance | path

Searched defs:IsNested (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_utils.cc57 bool IsNested(const XEvent& event, const XEvent& parent) { in IsNested() function
/external/clang/include/clang/Sema/
DScopeInfo.h451 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture()
461 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture()
/external/angle/third_party/spirv-tools/src/source/opt/
Dloop_descriptor.h181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_descriptor.h181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_descriptor.h181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp2218 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
2272 bool IsNested = false; in adjustForSegmentedStacks() local
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp2074 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
2126 bool IsNested = false; in adjustForSegmentedStacks() local
/external/v8/src/compiler/backend/
Dinstruction.h1197 bool IsNested() const { return kind_ == StateValueKind::kNested; } in IsNested() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2104 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local
/external/v8/src/objects/
Dobjects.cc5103 bool AllocationSite::IsNested() { in IsNested() function in v8::internal::AllocationSite