/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | CallSafeHandle.cs | 71 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 …]
|
D | ServerSafeHandle.cs | 42 using (cq.NewScope()) in RegisterCompletionQueue() 65 using (completionQueue.NewScope()) in ShutdownAndNotify() 76 using (completionQueue.NewScope()) in RequestCall()
|
D | CompletionQueueSafeHandle.cs | 71 public UsageScope NewScope() in NewScope() method in Grpc.Core.Internal.CompletionQueueSafeHandle
|
D | AsyncCall.cs | 80 using (profiler.NewScope("AsyncCall.UnaryCall")) in UnaryCall() 112 using (profiler.NewScope("AsyncCall.UnaryCall.HandleBatch")) in UnaryCall()
|
/external/tensorflow/tensorflow/go/op/ |
D | scope_test.go | 28 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()
|
D | op_test.go | 29 s := NewScope() 40 s := NewScope() 63 s := NewScope() 98 s = NewScope()
|
D | gradients_test.go | 28 s = NewScope() 96 s = NewScope() 137 s = NewScope() 190 s = NewScope() 220 s = NewScope() 237 s = NewScope()
|
D | scope.go | 50 func NewScope() *Scope { func
|
/external/llvm/lib/Transforms/Utils/ |
D | AddDiscriminators.cpp | 198 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()
|
D | InlineFunction.cpp | 879 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/ |
D | LexicalScopes.h | 92 void closeInsnRange(LexicalScope *NewScope = nullptr) { 99 if (Parent && (!NewScope || !Parent->dominates(NewScope))) 100 Parent->closeInsnRange(NewScope);
|
/external/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 91 void closeInsnRange(LexicalScope *NewScope = nullptr) { 98 if (Parent && (!NewScope || !Parent->dominates(NewScope))) 99 Parent->closeInsnRange(NewScope);
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 92 void closeInsnRange(LexicalScope *NewScope = nullptr) { 99 if (Parent && (!NewScope || !Parent->dominates(NewScope))) 100 Parent->closeInsnRange(NewScope);
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 483 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/ |
D | LoopVersioningLICM.cpp | 544 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/ |
D | LoopVersioningLICM.cpp | 556 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/ |
D | Profilers.cs | 41 public static ProfilerScope NewScope(this IProfiler profiler, string tag) in NewScope() method in Grpc.Core.Profiling.Profilers
|
/external/tensorflow/tensorflow/go/ |
D | example_inception_inference_test.go | 205 s := op.NewScope()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | scope.cc | 509 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/ |
D | InlineFunction.cpp | 966 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/ |
D | InlineFunction.cpp | 963 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/ |
D | DebugInfoMetadata.h | 1985 DILexicalBlockFile *NewScope = in cloneWithDiscriminator() local 1987 return DILocation::get(getContext(), getLine(), getColumn(), NewScope, in cloneWithDiscriminator()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 2204 DILexicalBlockFile *NewScope = in cloneWithDiscriminator() local 2206 return DILocation::get(getContext(), getLine(), getColumn(), NewScope, in cloneWithDiscriminator()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 2502 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/ |
D | Sema.h | 6104 AllocationFunctionScope NewScope,
|