Home
last modified time | relevance | path

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

123456

/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp124 SIAtomicScope Scope = SIAtomicScope::SYSTEM; member in __anon5007ccd10111::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/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/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
Dstring_utils.h13 class Scope; variable
/third_party/rust/crates/minimal-lexical/
DCODE_OF_CONDUCT.md48 ## Scope section in Code of Conduct
54 ### Other Community Standards
/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/rust/crates/clap/clap_complete/
DCONTRIBUTING.md5 ### Scope subsection in How to Contribute
/third_party/node/deps/v8/src/ast/
Dscopes.h25 class Scope; variable
/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/rust/crates/rustix/
DSECURITY.md5 ## Scope section in Security Policy
/third_party/node/deps/v8/src/torque/
Dtype-visitor.h15 class Scope; variable
/third_party/rust/crates/io-lifetimes/
DCODE_OF_CONDUCT.md33 ## Scope section in Contributor Covenant Code of Conduct
/third_party/skia/third_party/externals/tint/
DCODE_OF_CONDUCT.md46 ## Scope section in Code of Conduct
/third_party/skia/third_party/externals/wuffs/docs/
Dcode-of-conduct.md46 ## Scope section in Code of Conduct
/third_party/rust/crates/codespan/
DCODE_OF_CONDUCT.md34 ## Scope section in Contributor Covenant Code of Conduct
/third_party/rust/crates/linux-raw-sys/
DCODE_OF_CONDUCT.md33 ## 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/skia/modules/pathkit/npm-asmjs/
DCODE_OF_CONDUCT.md46 ## Scope section in Code of Conduct
/third_party/json/docs/mkdocs/docs/home/
Dcode_of_conduct.md31 ## Scope section in Contributor Covenant Code of Conduct
/third_party/vk-gl-cts/external/amber/src/
DCODE_OF_CONDUCT.md46 ## Scope section in Code of Conduct
/third_party/pulseaudio/
DCODE_OF_CONDUCT.md46 ## Scope section in Contributor Covenant Code of Conduct

123456