Home
last modified time | relevance | path

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

1234567

/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
307 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.cpp99 SIAtomicScope Scope = SIAtomicScope::SYSTEM; member in __anone9343ac70111::SIMemOpInfo
109 SIAtomicScope Scope = SIAtomicScope::SYSTEM, in SIMemOpInfo()
612 SIAtomicScope Scope, in enableLoadCacheBypass()
618 SIAtomicScope Scope, in enableStoreCacheBypass()
624 SIAtomicScope Scope, in enableRMWCacheBypass()
832 SIAtomicScope Scope = SIAtomicScope::NONE; in constructFromMIWithMMO() local
900 SIAtomicScope Scope = SIAtomicScope::NONE; in getAtomicFenceInfo() local
966 SIAtomicScope Scope, in enableLoadCacheBypass()
1001 SIAtomicScope Scope, in enableStoreCacheBypass()
1014 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 DLVReader.cpp37 auto AddElement = [&](LVElement *Element, LVScope *Scope) { in checkIntegrityScopesTree()
197 void LVReader::addSectionRange(LVSectionIndex SectionIndex, LVScope *Scope) { in addSectionRange()
202 void LVReader::addSectionRange(LVSectionIndex SectionIndex, LVScope *Scope, in addSectionRange()
H A DLVScope.cpp170 void LVScope::addElement(LVScope *Scope) { in addElement()
734 std::function<void(LVScope * Scope)> TraverseChildren = [&](LVScope *Scope) { in traverseParentsAndChildren()
1189 void LVScopeCompileUnit::addSize(LVScope *Scope, LVOffset Lower, in addSize()
1322 void LVScopeCompileUnit::increment(LVScope *Scope) { in increment()
1342 void LVScopeCompileUnit::addedElement(LVScope *Scope) { in addedElement()
1387 LVScope *Scope = Line->getParentScope(); in addLineZero() local
1539 void LVScopeCompileUnit::printScopeSize(const LVScope *Scope, raw_ostream &OS) { in printScopeSize()
1565 [&](const LVScope *Scope) { in printSizes()
1568 for (const LVScope *Scope : MatchedScopes) in printSizes() local
1657 for (const LVScope *Scope : MatchedScopes) { in printMatchedElements() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp241 auto *Scope = new CHRScope(TailRegInfos, TailSubs); in split() local
307 if (CHRScope *Scope = findScopes(R, nullptr, nullptr, Output)) { in findScopes() local
407 raw_ostream &operator<<(raw_ostream &OS, const CHRScope &Scope) { in operator <<()
871 void CHR::checkScopeHoistable(CHRScope *Scope) { in checkScopeHoistable()
1101 static void getSelectsInScope(CHRScope *Scope, in getSelectsInScope()
1126 CHRScope *Scope, in splitScope()
1283 void CHR::classifyBiasedScopes(CHRScope *Scope, CHRScope *OutermostScope) { in classifyBiasedScopes()
1308 static bool hasAtLeastTwoBiasedBranches(CHRScope *Scope) { in hasAtLeastTwoBiasedBranches()
1364 void CHR::setCHRRegions(CHRScope *Scope, CHRScope *OutermostScope) { in setCHRRegions()
1471 static void hoistScopeConditions(CHRScope *Scope, Instruction *HoistPoint, in hoistScopeConditions()
[all …]
/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/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h37 LVScope *Scope = nullptr; member
196 void addInlineeLines(LVScope *Scope, LVLines &Lines) { in addInlineeLines()
217 LVSectionIndex getSectionIndex(LVScope *Scope) override { in getSectionIndex()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp111 LVScope *Scope = SymbolName.Scope; in print() local
339 LVBinaryReader::getSection(LVScope *Scope, LVAddress Address, in getSection()
370 Error LVBinaryReader::createInstructions(LVScope *Scope, in createInstructions()
549 LVScope *Scope = Name.first; in createInstructions() local
605 LVScope *Scope = Function; in processLines() local
732 LVScope *Scope; in processLines() local
894 LVScope *Scope = InlineeIter->first; in includeInlineeLines() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVRange.h29 LVScope *Scope = nullptr; variable
35 LVRangeEntry(LVAddress LowerAddress, LVAddress UpperAddress, LVScope *Scope) in LVRangeEntry()
H A DLVReader.h274 void setCompileUnit(LVScope *Scope) { in setCompileUnit()
298 virtual LVSectionIndex getSectionIndex(LVScope *Scope) { in getSectionIndex()
314 void notifyAddedElement(LVScope *Scope) { in notifyAddedElement()
339 bool doPrintScope(const LVScope *Scope) const { in doPrintScope()
H A DLVScope.h343 void setReference(LVScope *Scope) override { in setReference()
488 void printScopeSize(const LVScope *Scope, raw_ostream &OS) const { in printScopeSize()
514 void addPublicName(LVScope *Scope, LVAddress LowPC, LVAddress HighPC) { in addPublicName()
518 const LVNameInfo &findPublicName(LVScope *Scope) { in findPublicName()
587 void addMatched(LVScope *Scope) { MatchedScopes.push_back(Scope); } in addMatched()
670 void setReference(LVScope *Scope) override { in setReference()
791 void setReference(LVScope *Scope) override { in setReference()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h35 class Scope; variable
121 Scope, enumerator
H A DSemaPseudoObject.h24 class Scope; variable
H A DMultiplexExternalSemaSource.h28 class Scope; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp422 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createMemberType()
432 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createMemberType()
448 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantMemberType()
460 DIDerivedType *DIBuilder::createVariantMemberType(DIScope *Scope, in createVariantMemberType()
475 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType()
489 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType()
503 DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, DIFile *File, in createStaticMemberType()
625 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createUnionType()
638 DIBuilder::createVariantPart(DIScope *Scope, StringRef Name, DIFile *File, in createVariantPart()
659 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createEnumerationType()
[all …]
H A DDebugInfo.cpp170 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram()
179 MDNode *Scope = DeclareLoc.getScope(); in getDebugValueLoc() local
191 MDNode *Scope = DeclareLoc.getScope(); in getDebugValueLoc() local
309 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
412 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope()
755 auto *Scope = map(MLD->getScope()); in getReplacementMDLocation() local
905 auto *Scope = DL.getScope(); in stripNonLineTableDebugInfo() local
1147 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateFunction()
1162 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlock()
1171 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlockFile()
[all …]
H A DDroppedVariableStats.cpp71 DILocation *DbgLoc, const DIScope *Scope, const DIScope *DbgValScope, in updateDroppedCount()
117 bool DroppedVariableStats::isScopeChildOfOrEqualTo(const DIScope *Scope, in isScopeChildOfOrEqualTo()
H A DDebugLoc.cpp80 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc() local
200 auto *Scope = cast<DIScope>(getScope()); in print() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp83 const IdentifierInfo *Scope, const IdentifierInfo *Attr, in hasAttribute()
91 const IdentifierInfo *Scope, const IdentifierInfo *Attr, in hasAttribute()
180 const IdentifierInfo *Scope, in normalizeName()
265 for (const auto &Scope : AttrScopeSpellingList) in tryGetCorrectedScopeName() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp171 EHCleanupScope *Scope = in pushCleanup() local
431 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlocks() local
513 EHCleanupScope &Scope) { in CreateNormalEntry()
656 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlock() local
1158 EHCleanupScope &Scope = in EmitBranchThroughCleanup() local
1168 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); in EmitBranchThroughCleanup() local
1225 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); in SetupCleanupBlockActivation() local
1284 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in ActivateCleanupBlock() local
1296 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in DeactivateCleanupBlock() local
/freebsd/crypto/openssl/doc/designs/ddd/
H A DREADME.md35 Scope section in Demo-Driven Design
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DDirectiveEmitter.cpp956 IfDefScope Scope(IfDefName, OS); in generateDirectiveClauseSets() local
1001 IfDefScope Scope(IfDefName, OS); in generateDirectiveClauseMap() local
1047 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_CLASSES", OS); in generateFlangClauseParserClass() local
1074 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_CLASSES_LIST", OS); in generateFlangClauseParserClassList() local
1087 IfDefScope Scope("GEN_FLANG_DUMP_PARSE_TREE_CLAUSES", OS); in generateFlangClauseDump() local
1101 IfDefScope Scope("GEN_FLANG_CLAUSE_UNPARSE", OS); in generateFlangClauseUnparse() local
1157 IfDefScope Scope("GEN_FLANG_CLAUSE_CHECK_ENTER", OS); in generateFlangClauseCheckPrototypes() local
1171 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_KIND_MAP", OS); in generateFlangClauseParserKindMap() local
1201 IfDefScope Scope("GEN_FLANG_CLAUSES_PARSER", OS); in generateFlangClausesParser() local
1298 IfDefScope Scope("GEN_CLANG_CLAUSE_CLASS", OS); in generateClauseClassMacro() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp262 static StringRef getPrettyScopeName(const DIScope *Scope) { in getPrettyScopeName()
281 const DIScope *Scope, SmallVectorImpl<StringRef> &QualifiedNameComponents) { in collectParentScopeNames()
325 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Scope, in getFullyQualifiedName()
337 const DIScope *Scope = Ty->getScope(); in getFullyQualifiedName() local
341 TypeIndex CodeViewDebug::getScopeIndex(const DIScope *Scope) { in getScopeIndex()
401 const DIScope *Scope = SP->getScope(); in getFuncIdForSubprogram() local
516 const DIScope *Scope = DL->getScope(); in maybeRecordLocation() local
1296 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable() local
1472 LexicalScope *Scope = nullptr; in collectVariableInfo() local
1621 if (DIScope *Scope = T->getScope()) { in shouldEmitUdt() local
[all …]

1234567