Home
last modified time | relevance | path

Searched refs:getCurrentScopedContext (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/EDSC/
DBuilders.cpp23 enclosingScopedContext(ScopedContext::getCurrentScopedContext()) { in ScopedContext()
24 getCurrentScopedContext() = this; in ScopedContext()
34 enclosingScopedContext(ScopedContext::getCurrentScopedContext()) { in ScopedContext()
35 getCurrentScopedContext() = this; in ScopedContext()
40 getCurrentScopedContext() = enclosingScopedContext; in ~ScopedContext()
43 ScopedContext *&mlir::edsc::ScopedContext::getCurrentScopedContext() { in getCurrentScopedContext() function in mlir::edsc::ScopedContext
49 assert(ScopedContext::getCurrentScopedContext() && in getBuilderRef()
51 return ScopedContext::getCurrentScopedContext()->builder; in getBuilderRef()
55 assert(ScopedContext::getCurrentScopedContext() && in getLocation()
57 return ScopedContext::getCurrentScopedContext()->location; in getLocation()
/external/llvm-project/mlir/include/mlir/EDSC/
DBuilders.h56 static ScopedContext *&getCurrentScopedContext();