| /external/tensorflow/tensorflow/go/op/ |
| D | scope.go | 35 type Scope struct { struct 36 graph *tf.Graph 37 namemap map[string]int 38 namespace string 39 controlDependencies []*tf.Operation 40 device string 41 err *scopeErr 62 func (s *Scope) Finalize() (*tf.Graph, error) { 75 func (s *Scope) AddOperation(args tf.OpSpec) *tf.Operation { 97 func (s *Scope) SubScope(namespace string) *Scope { [all …]
|
| D | wrappers.go | 61 func TPUPartitionedInput(scope *Scope, inputs []tf.Output, optional ...TPUPartitionedInputAttr) (ou… 83 func TPUExecute(scope *Scope, args []tf.Output, key tf.Output, Tresults []tf.DataType) (results []t… 113 func TPUCompilationResult(scope *Scope) (output tf.Output) { 131 func TPUOrdinalSelector(scope *Scope) (device_ordinals tf.Output) { 155 func OutfeedDequeueV2(scope *Scope, device_ordinal tf.Output, dtype tf.DataType, shape tf.Shape) (o… 196 func OutfeedDequeueTuple(scope *Scope, dtypes []tf.DataType, shapes []tf.Shape, optional ...Outfeed… 228 func OutfeedEnqueue(scope *Scope, input tf.Output) (o *tf.Operation) { 261 func InfeedEnqueuePrelinearizedBuffer(scope *Scope, input tf.Output, optional ...InfeedEnqueuePreli… 308 func Prelinearize(scope *Scope, input tf.Output, optional ...PrelinearizeAttr) (output tf.Output) { 362 func InfeedEnqueueTuple(scope *Scope, inputs []tf.Output, shapes []tf.Shape, optional ...InfeedEnqu… [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | LexicalScopes.cpp | 124 DILocalScope *Scope = DL->getScope(); in findLexicalScope() local 141 LexicalScope *LexicalScopes::getOrCreateLexicalScope(const DILocalScope *Scope, in getOrCreateLexicalScope() 159 LexicalScopes::getOrCreateRegularScope(const DILocalScope *Scope) { in getOrCreateRegularScope() 187 LexicalScopes::getOrCreateInlinedScope(const DILocalScope *Scope, in getOrCreateInlinedScope() 211 LexicalScopes::getOrCreateAbstractScope(const DILocalScope *Scope) { in getOrCreateAbstractScope() 233 void LexicalScopes::constructScopeNest(LexicalScope *Scope) { in constructScopeNest() 284 LexicalScope *Scope = getOrCreateLexicalScope(DL); in getMachineBasicBlocks() local 303 LexicalScope *Scope = getOrCreateLexicalScope(DL); in dominates() local
|
| /external/llvm/lib/CodeGen/ |
| D | LexicalScopes.cpp | 110 DILocalScope *Scope = DL->getScope(); in findLexicalScope() local 127 LexicalScope *LexicalScopes::getOrCreateLexicalScope(const DILocalScope *Scope, in getOrCreateLexicalScope() 141 LexicalScopes::getOrCreateRegularScope(const DILocalScope *Scope) { in getOrCreateRegularScope() 169 LexicalScopes::getOrCreateInlinedScope(const DILocalScope *Scope, in getOrCreateInlinedScope() 194 LexicalScopes::getOrCreateAbstractScope(const DILocalScope *Scope) { in getOrCreateAbstractScope() 216 void LexicalScopes::constructScopeNest(LexicalScope *Scope) { in constructScopeNest() 273 LexicalScope *Scope = getOrCreateLexicalScope(DL); in getMachineBasicBlocks() local 295 LexicalScope *Scope = getOrCreateLexicalScope(DL); in dominates() local
|
| /external/rust/crates/crossbeam-utils/src/ |
| D | thread.rs | 193 pub struct Scope<'env> { struct 204 unsafe impl Sync for Scope<'_> {} argument 206 impl<'env> Scope<'env> { impl 277 impl fmt::Debug for Scope<'_> { implementation
|
| /external/swiftshader/src/Reactor/ |
| D | LLVMReactorDebugInfo.hpp | 127 struct Scope struct in rr::DebugInfo 129 Location location; 130 llvm::DIScope *di; 131 std::unordered_set<std::string> symbols; 132 Pending pending;
|
| /external/google-breakpad/src/processor/ |
| D | cfi_frame_info_unittest.cc | 163 class Scope: public CFIFixture, public Test { }; class 166 TEST_F(Scope, CFALacksCFA) { in TEST_F() argument 176 TEST_F(Scope, CFALacksRA) { in TEST_F() argument 187 TEST_F(Scope, CFASeesCurrentRegs) { in TEST_F() argument 202 TEST_F(Scope, RASeesCFA) { in TEST_F() argument 214 TEST_F(Scope, RALacksRA) { in TEST_F() argument 225 TEST_F(Scope, RASeesCurrentRegs) { in TEST_F() argument 238 TEST_F(Scope, RegistersSeeCFA) { in TEST_F() argument 251 TEST_F(Scope, RegsLackRA) { in TEST_F() argument 262 TEST_F(Scope, RegsSeeRegs) { in TEST_F() argument [all …]
|
| /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/ |
| D | Scope.java | 80 public final class Scope { class 87 public Scope(ExecutionEnvironment env) { in Scope() method in Scope 153 private Scope( in Scope() method in Scope
|
| /external/llvm/lib/IR/ |
| D | DebugLoc.cpp | 51 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc() local 58 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, in get() 90 auto *Scope = cast<DIScope>(getScope()); in print() local
|
| D | DebugInfoMetadata.cpp | 42 unsigned Column, Metadata *Scope, in getImpl() 244 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 259 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 280 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in buildODRType() 314 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in getODRType() 411 LLVMContext &Context, Metadata *Scope, MDString *Name, in getImpl() 444 DILexicalBlock *DILexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() 458 Metadata *Scope, Metadata *File, in getImpl() 468 DINamespace *DINamespace::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() 477 DIModule *DIModule::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() [all …]
|
| D | DIBuilder.cpp | 260 DIDerivedType *DIBuilder::createMemberType(DIScope *Scope, StringRef Name, in createMemberType() 278 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType() 289 DIDerivedType *DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, in createStaticMemberType() 390 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createUnionType() 415 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createEnumerationType() 480 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, in createForwardDecl() 495 unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line, in createReplaceableCompositeType() 566 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, in createLocalVariable() 588 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name, in createAutoVariable() 598 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, in createParameterVariable() [all …]
|
| D | DebugInfo.cpp | 34 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() 117 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope() 231 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | SIMemoryLegalizer.cpp | 124 SIAtomicScope Scope = SIAtomicScope::SYSTEM; member in __anonec5d07f70111::SIMemOpInfo 131 SIAtomicScope Scope = SIAtomicScope::SYSTEM, in SIMemOpInfo() 554 SIAtomicScope Scope = SIAtomicScope::NONE; in constructFromMIWithMMO() local 620 SIAtomicScope Scope = SIAtomicScope::NONE; in getAtomicFenceInfo() local 667 SIAtomicScope Scope, in enableLoadCacheBypass() 714 SIAtomicScope Scope, in insertCacheInvalidate() 756 SIAtomicScope Scope, in insertWait() 852 SIAtomicScope Scope, in insertCacheInvalidate() 901 SIAtomicScope Scope, in enableLoadCacheBypass() 954 SIAtomicScope Scope, in insertCacheInvalidate() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | DebugLoc.cpp | 51 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc() local 71 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, in get() 123 auto *Scope = cast<DIScope>(getScope()); in print() local
|
| D | DebugInfo.cpp | 43 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() 148 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope() 268 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope() 496 auto *Scope = map(MLD->getScope()); in getReplacementMDLocation() local 641 auto *Scope = DL.getScope(); in stripNonLineTableDebugInfo() local 802 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateFunction() 817 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlock() 826 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlockFile() 836 LLVMMetadataRef Scope, in LLVMDIBuilderCreateImportedModuleFromNamespace() 848 LLVMMetadataRef Scope, in LLVMDIBuilderCreateImportedModuleFromAlias() [all …]
|
| D | DIBuilder.cpp | 335 DIDerivedType *DIBuilder::createMemberType(DIScope *Scope, StringRef Name, in createMemberType() 353 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantMemberType() 363 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType() 376 DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, DIFile *File, in createStaticMemberType() 476 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createUnionType() 488 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantPart() 506 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createEnumerationType() 576 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, in createForwardDecl() 591 unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line, in createReplaceableCompositeType() 675 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, in createLocalVariable() [all …]
|
| /external/llvm/bindings/go/llvm/ |
| D | DIBuilderBindings.cpp | 54 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlock() 65 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlockFile() 74 LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateFunction() 87 LLVMDIBuilderCreateAutoVariable(LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, in LLVMDIBuilderCreateAutoVariable() 98 LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateParameterVariable() 135 LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateStructType() 149 LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line, in LLVMDIBuilderCreateReplaceableCompositeType() 159 LLVMDIBuilderCreateMemberType(LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, in LLVMDIBuilderCreateMemberType()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | ControlHeightReduction.cpp | 343 CHRScope *Scope = findScopes(R, nullptr, nullptr, Output); in findScopes() local 438 raw_ostream &operator<<(raw_ostream &OS, const CHRScope &Scope) { in operator <<() 893 void CHR::checkScopeHoistable(CHRScope *Scope) { in checkScopeHoistable() 1128 static void getSelectsInScope(CHRScope *Scope, in getSelectsInScope() 1154 CHRScope *Scope, in splitScope() 1312 void CHR::classifyBiasedScopes(CHRScope *Scope, CHRScope *OutermostScope) { in classifyBiasedScopes() 1337 static bool hasAtLeastTwoBiasedBranches(CHRScope *Scope) { in hasAtLeastTwoBiasedBranches() 1393 void CHR::setCHRRegions(CHRScope *Scope, CHRScope *OutermostScope) { in setCHRRegions() 1503 static void hoistScopeConditions(CHRScope *Scope, Instruction *HoistPoint, in hoistScopeConditions() 1531 CHRScope *Scope) { in negateICmpIfUsedByBranchOrSelectOnly() [all …]
|
| /external/rust/crates/minimal-lexical/ |
| D | CODE_OF_CONDUCT.md | 48 ## Scope section in Code of Conduct 54 ### Other Community Standards
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfCompileUnit.cpp | 322 LexicalScope *Scope, SmallVectorImpl<DIE *> &FinalChildren) { in constructScopeDIE() 437 DIE *DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope) { in constructInlinedScopeDIE() 469 DIE *DwarfCompileUnit::constructLexicalScopeDIE(LexicalScope *Scope) { in constructLexicalScopeDIE() 564 const LexicalScope &Scope, in constructVariableDIE() 572 DIE *DwarfCompileUnit::createScopeChildrenDIE(LexicalScope *Scope, in createScopeChildrenDIE() 591 void DwarfCompileUnit::constructSubprogramScopeDIE(LexicalScope *Scope) { in constructSubprogramScopeDIE() 619 DIE *DwarfCompileUnit::createAndAddScopeChildren(LexicalScope *Scope, in createAndAddScopeChildren() 633 LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE()
|
| /external/clang/lib/CodeGen/ |
| D | CGCleanup.cpp | 192 EHCleanupScope *Scope = in pushCleanup() local 425 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlocks() local 465 EHCleanupScope &Scope) { in CreateNormalEntry() 606 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlock() local 1041 EHCleanupScope &Scope = in EmitBranchThroughCleanup() local 1051 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); in EmitBranchThroughCleanup() local 1127 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); in SetupCleanupBlockActivation() local 1184 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in ActivateCleanupBlock() local 1196 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in DeactivateCleanupBlock() local
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/ |
| D | TestObjectIdWithPolymorphic.java | 76 public static class Scope extends Activity { class in TestObjectIdWithPolymorphic 78 public Scope(Process owner, Activity parent) { in Scope() method in TestObjectIdWithPolymorphic.Scope 81 protected Scope() { in Scope() method in TestObjectIdWithPolymorphic.Scope
|
| /external/rust/crates/rayon-core/src/scope/ |
| D | mod.rs | 27 pub struct Scope<'scope> { struct 28 base: ScopeBase<'scope>, argument 479 impl<'scope> Scope<'scope> { implementation 737 impl<'scope> fmt::Debug for Scope<'scope> { implementation
|
| /external/swiftshader/src/Vulkan/Debug/ |
| D | Thread.hpp | 40 class Scope class 59 Scope::Scope(ID id, in Scope() function in vk::dbg::Scope
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfCompileUnit.cpp | 424 LexicalScope *Scope, SmallVectorImpl<DIE *> &FinalChildren) { in constructScopeDIE() 532 DIE *DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope) { in constructInlinedScopeDIE() 566 DIE *DwarfCompileUnit::constructLexicalScopeDIE(LexicalScope *Scope) { in constructLexicalScopeDIE() 587 const LexicalScope &Scope) { in constructLabelDIE() 708 const LexicalScope &Scope, in constructVariableDIE() 791 DIE *DwarfCompileUnit::createScopeChildrenDIE(LexicalScope *Scope, in createScopeChildrenDIE() 828 LexicalScope *Scope) { in constructSubprogramScopeDIE() 855 DIE *DwarfCompileUnit::createAndAddScopeChildren(LexicalScope *Scope, in createAndAddScopeChildren() 869 LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE() 1093 LexicalScope *Scope) { in createAbstractEntity()
|