Home
last modified time | relevance | path

Searched defs:Scope (Results 1 – 25 of 119) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLexicalScopes.cpp124 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
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.hpp127 struct Scope struct in rr::DebugInfo
129 Location location;
130 llvm::DIScope *di;
131 std::unordered_set<std::string> symbols;
132 Pending pending;
/third_party/mindspore/mindspore/core/ir/
Dscope.h25 class Scope; variable
32 explicit Scope(const std::string &name) : name_(name) {} in Scope() function
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DScope.ts6 namespace Scope { namespace
48 export type Scope = scopeManager.Scope; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugLoc.cpp51 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
DDebugInfo.cpp43 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 …]
DDIBuilder.cpp335 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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp124 SIAtomicScope Scope = SIAtomicScope::SYSTEM; member in __anon5d11fbd30111::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 …]
/third_party/gn/src/gn/
Dscope_unittest.cc36 TEST(Scope, InheritBuildDependencyFilesFromParent) { in TEST() argument
46 TEST(Scope, NonRecursiveMergeTo) { in TEST() argument
233 TEST(Scope, MakeClosure) { in TEST() argument
269 TEST(Scope, GetMutableValue) { in TEST() argument
327 TEST(Scope, RemovePrivateIdentifiers) { in TEST() argument
Doperators.h11 class Scope; variable
Dstring_utils.h13 class Scope; variable
/third_party/typescript_eslint/packages/scope-manager/src/scope/
DScope.ts18 type Scope = alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp343 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 …]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DThread.hpp40 class Scope class
59 Scope::Scope(ID id, in Scope() function in vk::dbg::Scope
/third_party/flutter/skia/modules/pathkit/npm-wasm/
DCODE_OF_CONDUCT.md46 ## Scope section in Code of Conduct
/third_party/flutter/skia/modules/pathkit/npm-asmjs/
DCODE_OF_CONDUCT.md46 ## Scope section in Code of Conduct
/third_party/json/
DCODE_OF_CONDUCT.md31 ## Scope section in Contributor Covenant Code of Conduct
/third_party/skia/modules/pathkit/npm-wasm/
DCODE_OF_CONDUCT.md46 ## Scope section in Code of Conduct
/third_party/typescript_eslint/
DCODE_OF_CONDUCT.md46 ## Scope section in Contributor Covenant Code of Conduct
/third_party/skia/third_party/externals/wuffs/docs/
Dcode-of-conduct.md46 ## Scope section in Code of Conduct
/third_party/skia/third_party/externals/tint/
DCODE_OF_CONDUCT.md46 ## Scope section in Code of Conduct
/third_party/skia/modules/canvaskit/npm_build/
DCODE_OF_CONDUCT.md46 ## Scope section in Code of Conduct
/third_party/flutter/skia/modules/canvaskit/canvaskit/
DCODE_OF_CONDUCT.md46 ## Scope section in Code of Conduct
/third_party/skia/modules/pathkit/npm-asmjs/
DCODE_OF_CONDUCT.md46 ## Scope section in Code of Conduct
/third_party/json/doc/mkdocs/docs/home/
Dcode_of_conduct.md31 ## Scope section in Contributor Covenant Code of Conduct

12345