Home
last modified time | relevance | path

Searched refs:NewScope (Results 1 – 25 of 25) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCallSafeHandle.cs71 using (completionQueue.NewScope()) in StartUnary()
87 using (completionQueue.NewScope()) in StartClientStreaming()
96 using (completionQueue.NewScope()) in StartServerStreaming()
105 using (completionQueue.NewScope()) in StartDuplexStreaming()
114 using (completionQueue.NewScope()) in StartSendMessage()
123 using (completionQueue.NewScope()) in StartSendCloseFromClient()
133 using (completionQueue.NewScope()) in StartSendStatusFromServer()
145 using (completionQueue.NewScope()) in StartReceiveMessage()
154 using (completionQueue.NewScope()) in StartReceiveInitialMetadata()
163 using (completionQueue.NewScope()) in StartServerSide()
[all …]
DServerSafeHandle.cs42 using (cq.NewScope()) in RegisterCompletionQueue()
65 using (completionQueue.NewScope()) in ShutdownAndNotify()
76 using (completionQueue.NewScope()) in RequestCall()
DCompletionQueueSafeHandle.cs71 public UsageScope NewScope() in NewScope() method in Grpc.Core.Internal.CompletionQueueSafeHandle
DAsyncCall.cs80 using (profiler.NewScope("AsyncCall.UnaryCall")) in UnaryCall()
112 using (profiler.NewScope("AsyncCall.UnaryCall.HandleBatch")) in UnaryCall()
/external/tensorflow/tensorflow/go/op/
Dscope_test.go28 root = NewScope()
57 root = NewScope()
74 s = NewScope()
116 s := NewScope()
132 root = NewScope()
148 s := NewScope()
157 s1 := NewScope()
175 s := NewScope()
192 s = NewScope()
Dop_test.go29 s := NewScope()
40 s := NewScope()
63 s := NewScope()
98 s = NewScope()
Dgradients_test.go28 s = NewScope()
96 s = NewScope()
137 s = NewScope()
190 s = NewScope()
220 s = NewScope()
237 s = NewScope()
Dscope.go50 func NewScope() *Scope { func
/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp198 Metadata *&NewScope = R.first->second; in addDiscriminators() local
205 NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]); in addDiscriminators()
208 NewScope, DIL->getInlinedAt())); in addDiscriminators()
211 << dyn_cast<DILexicalBlockFile>(NewScope)->getDiscriminator() in addDiscriminators()
237 auto *NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]); in addDiscriminators() local
239 CurrentDIL->getColumn(), NewScope, in addDiscriminators()
DInlineFunction.cpp879 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata() local
880 NewScopes.insert(std::make_pair(A, NewScope)); in AddAliasScopeMetadata()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h92 void closeInsnRange(LexicalScope *NewScope = nullptr) {
99 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
100 Parent->closeInsnRange(NewScope);
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h91 void closeInsnRange(LexicalScope *NewScope = nullptr) {
98 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
99 Parent->closeInsnRange(NewScope);
/external/llvm-project/llvm/include/llvm/CodeGen/
DLexicalScopes.h92 void closeInsnRange(LexicalScope *NewScope = nullptr) {
99 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
100 Parent->closeInsnRange(NewScope);
/external/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp483 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in setNoAliasToLoop() local
491 Scopes.push_back(NewScope); in setNoAliasToLoop()
492 NoAliases.push_back(NewScope); in setNoAliasToLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp544 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in setNoAliasToLoop() local
552 Scopes.push_back(NewScope); in setNoAliasToLoop()
553 NoAliases.push_back(NewScope); in setNoAliasToLoop()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp556 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in setNoAliasToLoop() local
557 SmallVector<Metadata *, 4> Scopes{NewScope}, NoAliases{NewScope}; in setNoAliasToLoop()
/external/grpc-grpc/src/csharp/Grpc.Core/Profiling/
DProfilers.cs41 public static ProfilerScope NewScope(this IProfiler profiler, string tag) in NewScope() method in Grpc.Core.Profiling.Profilers
/external/tensorflow/tensorflow/go/
Dexample_inception_inference_test.go205 s := op.NewScope()
/external/tensorflow/tensorflow/cc/framework/
Dscope.cc509 static Scope NewScope(Graph* graph, Status* status, ShapeRefiner* refiner) { in NewScope() function in tensorflow::InternalScope
531 return InternalScope::NewScope(graph, status, refiner); in NewInternalScope()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp966 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata() local
967 NewScopes.insert(std::make_pair(A, NewScope)); in AddAliasScopeMetadata()
/external/llvm-project/llvm/lib/Transforms/Utils/
DInlineFunction.cpp963 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata() local
964 NewScopes.insert(std::make_pair(A, NewScope)); in AddAliasScopeMetadata()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1985 DILexicalBlockFile *NewScope = in cloneWithDiscriminator() local
1987 return DILocation::get(getContext(), getLine(), getColumn(), NewScope, in cloneWithDiscriminator()
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h2204 DILexicalBlockFile *NewScope = in cloneWithDiscriminator() local
2206 return DILocation::get(getContext(), getLine(), getColumn(), NewScope, in cloneWithDiscriminator()
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp2502 AllocationFunctionScope NewScope, in FindAllocationFunctions() argument
2563 if (AllocElemType->isRecordType() && NewScope != AFS_Global) in FindAllocationFunctions()
2575 if (NewScope == AFS_Class) in FindAllocationFunctions()
/external/llvm-project/clang/include/clang/Sema/
DSema.h6104 AllocationFunctionScope NewScope,