Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp125 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
/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsscope.c224 ACPI_GENERIC_STATE *Scope; in AcpiPsInitScope() local
271 ACPI_GENERIC_STATE *Scope; in AcpiPsPushScope() local
333 ACPI_GENERIC_STATE *Scope = ParserState->Scope; in AcpiPsPopScope() local
388 ACPI_GENERIC_STATE *Scope; in AcpiPsCleanupScope() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp95 SIAtomicScope Scope = SIAtomicScope::SYSTEM; member in __anon7617168f0111::SIMemOpInfo
103 SIAtomicScope Scope = SIAtomicScope::SYSTEM, in SIMemOpInfo()
760 SIAtomicScope Scope = SIAtomicScope::NONE; in constructFromMIWithMMO() local
828 SIAtomicScope Scope = SIAtomicScope::NONE; in getAtomicFenceInfo() local
894 SIAtomicScope Scope, in enableLoadCacheBypass()
929 SIAtomicScope Scope, in enableStoreCacheBypass()
942 SIAtomicScope Scope, in enableRMWCacheBypass()
1205 SIAtomicScope Scope, in enableLoadCacheBypass()
1247 SIAtomicScope Scope, in enableStoreCacheBypass()
1282 SIAtomicScope Scope, in enableRMWCacheBypass()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp52 void LVRange::addEntry(LVScope *Scope, LVAddress LowerAddress, in addEntry()
68 void LVRange::addEntry(LVScope *Scope) { in addEntry()
89 LVScope *Scope = nullptr; in getEntry() local
148 LVScope *Scope = RangeEntry.scope(); in print() local
H A DLVScope.cpp166 void LVScope::addElement(LVScope *Scope) { in addElement()
727 std::function<void(LVScope * Scope)> TraverseChildren = [&](LVScope *Scope) { in traverseParentsAndChildren()
1178 void LVScopeCompileUnit::addSize(LVScope *Scope, LVOffset Lower, in addSize()
1311 void LVScopeCompileUnit::increment(LVScope *Scope) { in increment()
1331 void LVScopeCompileUnit::addedElement(LVScope *Scope) { in addedElement()
1376 LVScope *Scope = Line->getParentScope(); in addLineZero() local
1528 void LVScopeCompileUnit::printScopeSize(const LVScope *Scope, raw_ostream &OS) { in printScopeSize()
1554 [&](const LVScope *Scope) { in printSizes()
1557 for (const LVScope *Scope : MatchedScopes) in printSizes() local
1647 for (const LVScope *Scope : MatchedScopes) { in printMatchedElements() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp461 IfDefScope Scope("GEN_FLANG_DIRECTIVE_CLAUSE_SETS", OS); in GenerateDirectiveClauseSets() local
501 IfDefScope Scope("GEN_FLANG_DIRECTIVE_CLAUSE_MAP", OS); in GenerateDirectiveClauseMap() local
536 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_CLASSES", OS); in GenerateFlangClauseParserClass() local
564 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_CLASSES_LIST", OS); in GenerateFlangClauseParserClassList() local
577 IfDefScope Scope("GEN_FLANG_DUMP_PARSE_TREE_CLAUSES", OS); in GenerateFlangClauseDump() local
592 IfDefScope Scope("GEN_FLANG_CLAUSE_UNPARSE", OS); in GenerateFlangClauseUnparse() local
644 IfDefScope Scope("GEN_FLANG_CLAUSE_CHECK_ENTER", OS); in GenerateFlangClauseCheckPrototypes() local
659 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_KIND_MAP", OS); in GenerateFlangClauseParserKindMap() local
690 IfDefScope Scope("GEN_FLANG_CLAUSES_PARSER", OS); in GenerateFlangClausesParser() local
788 IfDefScope Scope("GEN_CLANG_CLAUSE_CLASS", OS); in GenerateClauseClassMacro() local
[all …]
H A DDAGISelMatcherOpt.cpp33 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) { in ContractNodes() local
208 ScopeMatcher *Scope = nullptr; in FactorNodes() local
472 std::unique_ptr<Matcher> Scope(SM); in FactorNodes() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp32 const IdentifierInfo *Scope, const IdentifierInfo *Attr, in hasAttribute()
76 normalizeAttrScopeName(const IdentifierInfo *Scope, in normalizeAttrScopeName()
124 const IdentifierInfo *Scope, in normalizeName()
156 StringRef Scope = normalizeAttrScopeName(getScopeName(), Syntax); in calculateAttributeSpellingListIndex() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp111 LVScope *Scope = SymbolName.Scope; in print() local
310 LVBinaryReader::getSection(LVScope *Scope, LVAddress Address, in getSection()
342 LVScope *Scope) { in addSectionRange()
348 LVScope *Scope, LVAddress LowerAddress, in addSectionRange()
365 Error LVBinaryReader::createInstructions(LVScope *Scope, in createInstructions()
535 LVScope *Scope = Name.first; in createInstructions() local
591 LVScope *Scope = Function; in processLines() local
718 LVScope *Scope; in processLines() local
881 LVScope *Scope = InlineeIter->first; in includeInlineeLines() local
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsconvert.c454 ACPI_NAMESPACE_NODE *Scope, in AcpiNsConvertToUnicode()
529 ACPI_NAMESPACE_NODE *Scope, in AcpiNsConvertToResource()
615 ACPI_NAMESPACE_NODE *Scope, in AcpiNsConvertToReference()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp241 auto *Scope = new CHRScope(TailRegInfos, TailSubs); in split() local
872 void CHR::checkScopeHoistable(CHRScope *Scope) { in checkScopeHoistable()
1105 static void getSelectsInScope(CHRScope *Scope, in getSelectsInScope()
1131 CHRScope *Scope, in splitScope()
1314 static bool hasAtLeastTwoBiasedBranches(CHRScope *Scope) { in hasAtLeastTwoBiasedBranches()
1555 static void insertTrivialPHIs(CHRScope *Scope, in insertTrivialPHIs()
1640 CHRScope *Scope, BasicBlock *PreEntryBlock) { in assertBranchOrSelectConditionHoisted()
1762 void CHR::cloneScopeBlocks(CHRScope *Scope, in cloneScopeBlocks()
1847 void CHR::fixupBranchesAndSelects(CHRScope *Scope, in fixupBranchesAndSelects()
1888 void CHR::fixupBranch(Region *R, CHRScope *Scope, in fixupBranch()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h37 LVScope *Scope = nullptr; member
165 void addInlineeLines(LVScope *Scope, LVLines &Lines) { in addInlineeLines()
186 LVSectionIndex getSectionIndex(LVScope *Scope) override { in getSectionIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h247 void setCompileUnit(LVScope *Scope) { in setCompileUnit()
271 virtual LVSectionIndex getSectionIndex(LVScope *Scope) { in getSectionIndex()
287 void notifyAddedElement(LVScope *Scope) { in notifyAddedElement()
312 bool doPrintScope(const LVScope *Scope) const { in doPrintScope()
H A DLVRange.h28 LVScope *Scope = nullptr; variable
34 LVRangeEntry(LVAddress LowerAddress, LVAddress UpperAddress, LVScope *Scope) in LVRangeEntry()
H A DLVScope.h338 void setReference(LVScope *Scope) override { in setReference()
480 void printScopeSize(const LVScope *Scope, raw_ostream &OS) const { in printScopeSize()
506 void addPublicName(LVScope *Scope, LVAddress LowPC, LVAddress HighPC) { in addPublicName()
510 const LVNameInfo &findPublicName(LVScope *Scope) { in findPublicName()
576 void addMatched(LVScope *Scope) { MatchedScopes.push_back(Scope); } in addMatched()
659 void setReference(LVScope *Scope) override { in setReference()
763 void setReference(LVScope *Scope) override { in setReference()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp180 BlockScope<Emitter> Scope(this); in visitFunc() local
310 BlockScope<Emitter> Scope(this); in visitCompoundStmt() local
425 LocalScope<Emitter> Scope(this); in visitWhileStmt() local
448 LocalScope<Emitter> Scope(this); in visitDoStmt() local
479 LocalScope<Emitter> Scope(this); in visitForStmt() local
544 LocalScope<Emitter> Scope(this); in visitCXXForRangeStmt() local
H A DInterpFrame.cpp37 for (auto &Scope : Func->scopes()) { in InterpFrame() local
80 for (auto &Scope : Func->scopes()) { in ~InterpFrame() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp148 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram()
157 MDNode *Scope = DeclareLoc.getScope(); in getDebugValueLoc() local
169 MDNode *Scope = DeclareLoc.getScope(); in getDebugValueLoc() local
283 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
380 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope()
728 auto *Scope = map(MLD->getScope()); in getReplacementMDLocation() local
874 auto *Scope = DL.getScope(); in stripNonLineTableDebugInfo() local
1129 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlock()
1138 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlockFile()
1159 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, in LLVMDIBuilderCreateImportedModuleFromAlias()
[all …]
H A DDIBuilder.cpp365 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createMemberType()
381 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantMemberType()
391 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType()
507 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createUnionType()
554 DIDerivedType *DIBuilder::createSetType(DIScope *Scope, StringRef Name, in createSetType()
767 auto *Scope = cast<DILocalScope>(Context); in createLocalVariable() local
792 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, in createParameterVariable()
805 auto *Scope = cast<DILocalScope>(Context); in createLabel() local
886 DICommonBlock *DIBuilder::createCommonBlock(DIScope *Scope, in createCommonBlock()
905 DIModule *DIBuilder::createModule(DIScope *Scope, StringRef Name, in createModule()
[all …]
H A DDebugLoc.cpp50 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc() local
148 auto *Scope = cast<DIScope>(getScope()); in print() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp195 EHCleanupScope *Scope = in pushCleanup() local
444 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlocks() local
526 EHCleanupScope &Scope) { in CreateNormalEntry()
667 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlock() local
1142 EHCleanupScope &Scope = in EmitBranchThroughCleanup() local
1152 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); in EmitBranchThroughCleanup() local
1228 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); in SetupCleanupBlockActivation() local
1285 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in ActivateCleanupBlock() local
1297 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in DeactivateCleanupBlock() local
H A DCGStmtOpenMP.cpp1567 OMPParallelScope Scope(CGF, S); in emitCommonOMPParallelDirective() local
1815 OMPLoopScope *Scope = nullptr; member in __anona385fc870e11::OMPTransformDirectiveScopeRAII
4718 OMPPrivateScope Scope(CGF); in EmitOMPTaskBasedDirective() local
5088 OMPPrivateScope Scope(CGF); in EmitOMPTargetTaskBasedDirective() local
6672 OMPLexicalScope Scope(CGF, S, OMPD_task); in emitCommonOMPTargetDirective() local
6745 OMPTeamsScope Scope(CGF, S); in emitCommonOMPTeamsDirective() local
7384 OMPLexicalScope Scope(CGF, S); in EmitOMPTargetDataDirective() local
7433 OMPLexicalScope Scope(*this, S, OMPD_task); in EmitOMPTargetEnterDataDirective() local
7764 OMPLexicalScope Scope(*this, S); in EmitOMPTaskLoopSimdDirective() local
7788 OMPLexicalScope Scope(*this, S); in EmitOMPMasterTaskLoopSimdDirective() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h28 class Scope; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp335 const DIScope *Scope = Ty->getScope(); in getFullyQualifiedName() local
399 const DIScope *Scope = SP->getScope(); in getFuncIdForSubprogram() local
514 const DIScope *Scope = DL->getScope(); in maybeRecordLocation() local
1458 LexicalScope *Scope = nullptr; in collectVariableInfo() local
1607 if (DIScope *Scope = T->getScope()) { in shouldEmitUdt() local
2981 LexicalScope &Scope, in collectLexicalBlockInfo()
3265 DIScope *Scope = DIGV->getScope(); in collectGlobalVariableInfo() local
3290 const DIScope *Scope = DIGV->getScope(); in collectDebugInfoForGlobals() local
3297 const DIScope *Scope = DIGV->getScope(); in collectDebugInfoForGlobals() local
3374 const DIScope *Scope = DTy->getScope(); in emitStaticConstMemberList() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParserCommon.h41 StringRef Scope; member

123456