| /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 | 46 func XlaSpmdShardToFullShape(scope *Scope, input tf.Output, manual_sharding string, full_shape tf.S… 73 func XlaSort(scope *Scope, input tf.Output) (output tf.Output) { 98 func XlaRecv(scope *Scope, dtype tf.DataType, tensor_name string, shape tf.Shape) (tensor tf.Output… 130 func XlaDynamicSlice(scope *Scope, input tf.Output, start_indices tf.Output, size_indices tf.Output… 147 func XlaSetBound(scope *Scope, input tf.Output, bound tf.Output) (output tf.Output) { 171 func XlaDot(scope *Scope, lhs tf.Output, rhs tf.Output, dimension_numbers string, precision_config … 188 func Fact(scope *Scope) (fact tf.Output) { 238 func FakeQuantWithMinMaxVarsGradient(scope *Scope, gradients tf.Output, inputs tf.Output, min tf.Ou… 278 func XlaSvd(scope *Scope, a tf.Output, max_iter int64, epsilon float32, precision_config string) (s… 337 func FakeQuantWithMinMaxArgsGradient(scope *Scope, gradients tf.Output, inputs tf.Output, optional … [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-project/llvm/lib/CodeGen/ |
| D | LexicalScopes.cpp | 125 DILocalScope *Scope = DL->getScope(); in findLexicalScope() local 142 LexicalScope *LexicalScopes::getOrCreateLexicalScope(const DILocalScope *Scope, in getOrCreateLexicalScope() 160 LexicalScopes::getOrCreateRegularScope(const DILocalScope *Scope) { in getOrCreateRegularScope() 188 LexicalScopes::getOrCreateInlinedScope(const DILocalScope *Scope, in getOrCreateInlinedScope() 212 LexicalScopes::getOrCreateAbstractScope(const DILocalScope *Scope) { in getOrCreateAbstractScope() 236 void LexicalScopes::constructScopeNest(LexicalScope *Scope) { in constructScopeNest() 285 LexicalScope *Scope = getOrCreateLexicalScope(DL); in getMachineBasicBlocks() local 308 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<'_> {} implementation 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/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-project/clang/lib/Basic/ |
| D | Attributes.cpp | 8 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, in hasAttribute() 39 normalizeAttrScopeName(const IdentifierInfo *Scope, in normalizeAttrScopeName() 83 const IdentifierInfo *Scope, in normalizeName() 115 StringRef Scope = normalizeAttrScopeName(getScopeName(), Syntax); in calculateAttributeSpellingListIndex() local
|
| /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/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
|
| /external/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | SIMemoryLegalizer.cpp | 128 SIAtomicScope Scope = SIAtomicScope::SYSTEM; member in __anon95730a5e0111::SIMemOpInfo 135 SIAtomicScope Scope = SIAtomicScope::SYSTEM, in SIMemOpInfo() 580 SIAtomicScope Scope = SIAtomicScope::NONE; in constructFromMIWithMMO() local 646 SIAtomicScope Scope = SIAtomicScope::NONE; in getAtomicFenceInfo() local 694 SIAtomicScope Scope, in enableLoadCacheBypass() 738 SIAtomicScope Scope, in insertWait() 834 SIAtomicScope Scope, in insertAcquire() 879 SIAtomicScope Scope, in insertRelease() 888 SIAtomicScope Scope, in insertAcquire() 940 SIAtomicScope Scope, in enableLoadCacheBypass() [all …]
|
| /external/rust/crates/rayon-core/src/scope/ |
| D | mod.rs | 26 pub struct Scope<'scope> { struct 27 base: ScopeBase<'scope>, argument 388 impl<'scope> Scope<'scope> { impl 609 impl<'scope> fmt::Debug for Scope<'scope> { implementation
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | SIMemoryLegalizer.cpp | 124 SIAtomicScope Scope = SIAtomicScope::SYSTEM; member in __anona9dd6f520111::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 …]
|
| /external/llvm-project/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() 146 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope() 251 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope() 504 auto *Scope = map(MLD->getScope()); in getReplacementMDLocation() local 651 auto *Scope = DL.getScope(); in stripNonLineTableDebugInfo() local 841 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateFunction() 856 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlock() 865 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlockFile() 875 LLVMMetadataRef Scope, in LLVMDIBuilderCreateImportedModuleFromNamespace() 887 LLVMMetadataRef Scope, in LLVMDIBuilderCreateImportedModuleFromAlias() [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/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | ControlHeightReduction.cpp | 273 auto *Scope = new CHRScope(TailRegInfos, TailSubs); in split() local 340 if (CHRScope *Scope = findScopes(R, nullptr, nullptr, Output)) { in findScopes() local 434 raw_ostream &operator<<(raw_ostream &OS, const CHRScope &Scope) { in operator <<() 887 void CHR::checkScopeHoistable(CHRScope *Scope) { in checkScopeHoistable() 1121 static void getSelectsInScope(CHRScope *Scope, in getSelectsInScope() 1147 CHRScope *Scope, in splitScope() 1305 void CHR::classifyBiasedScopes(CHRScope *Scope, CHRScope *OutermostScope) { in classifyBiasedScopes() 1330 static bool hasAtLeastTwoBiasedBranches(CHRScope *Scope) { in hasAtLeastTwoBiasedBranches() 1386 void CHR::setCHRRegions(CHRScope *Scope, CHRScope *OutermostScope) { in setCHRRegions() 1496 static void hoistScopeConditions(CHRScope *Scope, Instruction *HoistPoint, in hoistScopeConditions() [all …]
|
| /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/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/llvm-project/llvm/utils/TableGen/ |
| D | DirectiveEmitter.cpp | 437 IfDefScope Scope("GEN_FLANG_DIRECTIVE_CLAUSE_SETS", OS); in GenerateDirectiveClauseSets() local 477 IfDefScope Scope("GEN_FLANG_DIRECTIVE_CLAUSE_MAP", OS); in GenerateDirectiveClauseMap() local 512 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_CLASSES", OS); in GenerateFlangClauseParserClass() local 544 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_CLASSES_LIST", OS); in GenerateFlangClauseParserClassList() local 560 IfDefScope Scope("GEN_FLANG_DUMP_PARSE_TREE_CLAUSES", OS); in GenerateFlangClauseDump() local 579 IfDefScope Scope("GEN_FLANG_CLAUSE_UNPARSE", OS); in GenerateFlangClauseUnparse() local
|
| /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
|