/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A 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
|
/freebsd/sys/contrib/dev/acpica/components/parser/ |
H A D | psscope.c | 224 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 D | SIMemoryLegalizer.cpp | 97 SIAtomicScope Scope = SIAtomicScope::SYSTEM; member in __anone9343ac70111::SIMemOpInfo 107 SIAtomicScope Scope = SIAtomicScope::SYSTEM, in SIMemOpInfo() 637 SIAtomicScope Scope, in enableLoadCacheBypass() 643 SIAtomicScope Scope, in enableStoreCacheBypass() 649 SIAtomicScope Scope, in enableRMWCacheBypass() 851 SIAtomicScope Scope = SIAtomicScope::NONE; in constructFromMIWithMMO() local 919 SIAtomicScope Scope = SIAtomicScope::NONE; in getAtomicFenceInfo() local 985 SIAtomicScope Scope, in enableLoadCacheBypass() 1020 SIAtomicScope Scope, in enableStoreCacheBypass() 1033 SIAtomicScope Scope, in enableRMWCacheBypass() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVRange.cpp | 52 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 D | LVScope.cpp | 166 void LVScope::addElement(LVScope *Scope) { in addElement() argument 735 __anonc6b9c58b0802(LVScope *Scope) traverseParentsAndChildren() argument 1186 addSize(LVScope * Scope,LVOffset Lower,LVOffset Upper) addSize() argument 1319 increment(LVScope * Scope) increment() argument 1339 addedElement(LVScope * Scope) addedElement() argument 1384 LVScope *Scope = Line->getParentScope(); addLineZero() local 1536 printScopeSize(const LVScope * Scope,raw_ostream & OS) printScopeSize() argument 1562 __anonc6b9c58b1102(const LVScope *Scope) printSizes() argument 1565 for (const LVScope *Scope : MatchedScopes) printSizes() local 1655 for (const LVScope *Scope : MatchedScopes) { printMatchedElements() local [all...] |
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Attributes.cpp | 32 const IdentifierInfo *Scope, const IdentifierInfo *Attr, in hasAttribute() 80 normalizeAttrScopeName(const IdentifierInfo *Scope, in normalizeAttrScopeName() 128 const IdentifierInfo *Scope, in normalizeName() 160 StringRef Scope = normalizeAttrScopeName(getScopeName(), Syntax); in calculateAttributeSpellingListIndex() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 111 LVScope *Scope = SymbolName.Scope; in print() local 339 LVBinaryReader::getSection(LVScope *Scope, LVAddress Address, in getSection() 371 LVScope *Scope) { in addSectionRange() 377 LVScope *Scope, LVAddress LowerAddress, in addSectionRange() 394 Error LVBinaryReader::createInstructions(LVScope *Scope, in createInstructions() 564 LVScope *Scope = Name.first; in createInstructions() local 620 LVScope *Scope = Function; in processLines() local 747 LVScope *Scope; in processLines() local 910 LVScope *Scope = InlineeIter->first; in includeInlineeLines() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 242 auto *Scope = new CHRScope(TailRegInfos, TailSubs); in split() local 309 if (CHRScope *Scope = findScopes(R, nullptr, nullptr, Output)) { in findScopes() local 409 raw_ostream &operator<<(raw_ostream &OS, const CHRScope &Scope) { in operator <<() 873 void CHR::checkScopeHoistable(CHRScope *Scope) { in checkScopeHoistable() 1106 static void getSelectsInScope(CHRScope *Scope, in getSelectsInScope() 1132 CHRScope *Scope, in splitScope() 1290 void CHR::classifyBiasedScopes(CHRScope *Scope, CHRScope *OutermostScope) { in classifyBiasedScopes() 1315 static bool hasAtLeastTwoBiasedBranches(CHRScope *Scope) { in hasAtLeastTwoBiasedBranches() 1371 void CHR::setCHRRegions(CHRScope *Scope, CHRScope *OutermostScope) { in setCHRRegions() 1481 static void hoistScopeConditions(CHRScope *Scope, Instruction *HoistPoint, in hoistScopeConditions() [all …]
|
/freebsd/sys/contrib/dev/acpica/components/namespace/ |
H A D | nsconvert.c | 454 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/utils/TableGen/ |
H A D | DirectiveEmitter.cpp | 800 IfDefScope Scope("GEN_FLANG_DIRECTIVE_CLAUSE_SETS", OS); in GenerateDirectiveClauseSets() local 840 IfDefScope Scope("GEN_FLANG_DIRECTIVE_CLAUSE_MAP", OS); in GenerateDirectiveClauseMap() local 875 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_CLASSES", OS); in GenerateFlangClauseParserClass() local 903 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_CLASSES_LIST", OS); in GenerateFlangClauseParserClassList() local 916 IfDefScope Scope("GEN_FLANG_DUMP_PARSE_TREE_CLAUSES", OS); in GenerateFlangClauseDump() local 931 IfDefScope Scope("GEN_FLANG_CLAUSE_UNPARSE", OS); in GenerateFlangClauseUnparse() local 983 IfDefScope Scope("GEN_FLANG_CLAUSE_CHECK_ENTER", OS); in GenerateFlangClauseCheckPrototypes() local 998 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_KIND_MAP", OS); in GenerateFlangClauseParserKindMap() local 1029 IfDefScope Scope("GEN_FLANG_CLAUSES_PARSER", OS); in GenerateFlangClausesParser() local 1127 IfDefScope Scope("GEN_CLANG_CLAUSE_CLASS", OS); in GenerateClauseClassMacro() local [all …]
|
H A D | DAGISelMatcherOpt.cpp | 33 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) { in ContractNodes() local 208 ScopeMatcher *Scope = nullptr; in FactorNodes() local 471 std::unique_ptr<Matcher> Scope(SM); in FactorNodes() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.h | 37 LVScope *Scope = nullptr; member 207 void addInlineeLines(LVScope *Scope, LVLines &Lines) { in addInlineeLines() 228 LVSectionIndex getSectionIndex(LVScope *Scope) override { in getSectionIndex()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVReader.h | 247 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 D | LVRange.h | 28 LVScope *Scope = nullptr; variable 34 LVRangeEntry(LVAddress LowerAddress, LVAddress UpperAddress, LVScope *Scope) in LVRangeEntry()
|
H A D | LVScope.h | 338 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/CodeGen/ |
H A D | CGCleanup.cpp | 166 EHCleanupScope *Scope = in pushCleanup() local 417 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlocks() local 499 EHCleanupScope &Scope) { in CreateNormalEntry() 641 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlock() local 1140 EHCleanupScope &Scope = in EmitBranchThroughCleanup() local 1150 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); in EmitBranchThroughCleanup() local 1207 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); in SetupCleanupBlockActivation() local 1266 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in ActivateCleanupBlock() local 1278 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in DeactivateCleanupBlock() local
|
H A D | CGStmtOpenMP.cpp | 1595 OMPParallelScope Scope(CGF, S); in emitCommonOMPParallelDirective() local 1843 OMPLoopScope *Scope = nullptr; member in __anon53c5fabf0e11::OMPTransformDirectiveScopeRAII 1880 CodeGenFunction::LexicalScope Scope(CGF, S->getSourceRange()); in emitBody() local 2504 CodeGenFunction::OMPLocalDeclMapRAII Scope(CGF); in emitCommonSimdLoop() local 2510 CodeGenFunction::OMPLocalDeclMapRAII Scope(CGF); in emitCommonSimdLoop() local 2742 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPSimdDirective() local 2757 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPSimdDirective() local 3251 OMPLexicalScope Scope(*this, S, OMPD_parallel); in EmitOMPDistributeParallelForDirective() local 3261 OMPLexicalScope Scope(*this, S, OMPD_parallel); in EmitOMPDistributeParallelForSimdDirective() local 3270 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPDistributeSimdDirective() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 152 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() 161 MDNode *Scope = DeclareLoc.getScope(); in getDebugValueLoc() local 173 MDNode *Scope = DeclareLoc.getScope(); in getDebugValueLoc() local 288 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope() 385 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope() 733 auto *Scope = map(MLD->getScope()); in getReplacementMDLocation() local 879 auto *Scope = DL.getScope(); in stripNonLineTableDebugInfo() local 1119 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateFunction() 1134 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlock() 1143 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlockFile() [all …]
|
H A D | DIBuilder.cpp | 391 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createMemberType() 407 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantMemberType() 417 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType() 431 DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, DIFile *File, in createStaticMemberType() 534 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createUnionType() 546 DIBuilder::createVariantPart(DIScope *Scope, StringRef Name, DIFile *File, in createVariantPart() 566 DIBuilder::createEnumerationType(DIScope *Scope, StringRef Name, DIFile *File, in createEnumerationType() 581 DIDerivedType *DIBuilder::createSetType(DIScope *Scope, StringRef Name, in createSetType() 663 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, in createForwardDecl() 678 unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line, in createReplaceableCompositeType() [all …]
|
H A D | DebugLoc.cpp | 50 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc() local 148 auto *Scope = cast<DIScope>(getScope()); in print() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | MultiplexExternalSemaSource.h | 28 class Scope; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 256 getPrettyScopeName(const DIScope * Scope) getPrettyScopeName() argument 275 collectParentScopeNames(const DIScope * Scope,SmallVectorImpl<StringRef> & QualifiedNameComponents) collectParentScopeNames() argument 319 getFullyQualifiedName(const DIScope * Scope,StringRef Name) getFullyQualifiedName() argument 331 const DIScope *Scope = Ty->getScope(); getFullyQualifiedName() local 335 getScopeIndex(const DIScope * Scope) getScopeIndex() argument 395 const DIScope *Scope = SP->getScope(); getFuncIdForSubprogram() local 510 const DIScope *Scope = DL->getScope(); maybeRecordLocation() local 1282 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); collectVariableInfoFromMFTable() local 1445 LexicalScope *Scope = nullptr; collectVariableInfo() local 1589 if (DIScope *Scope = T->getScope()) { shouldEmitUdt() local 2214 for (const DIScope *Scope = ImmediateScope; Scope != nullptr; getCommonClassOptions() local 2963 collectLexicalBlockInfo(LexicalScope & Scope,SmallVectorImpl<LexicalBlock * > & ParentBlocks,SmallVectorImpl<LocalVariable> & ParentLocals,SmallVectorImpl<CVGlobalVariable> & ParentGlobals) collectLexicalBlockInfo() argument 3243 DIScope *Scope = DIGV->getScope(); collectGlobalVariableInfo() local 3268 const DIScope *Scope = DIGV->getScope(); collectDebugInfoForGlobals() local 3275 const DIScope *Scope = DIGV->getScope(); collectDebugInfoForGlobals() local 3352 const DIScope *Scope = DTy->getScope(); emitStaticConstMemberList() local 3392 const DIScope *Scope = DIGV->getScope(); emitDebugInfoForGlobal() local [all...] |
H A D | DwarfCompileUnit.cpp | 587 void DwarfCompileUnit::constructScopeDIE(LexicalScope *Scope, in constructScopeDIE() 701 DIE *DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope, in constructInlinedScopeDIE() 738 DIE *DwarfCompileUnit::constructLexicalScopeDIE(LexicalScope *Scope) { in constructLexicalScopeDIE() 968 const LexicalScope &Scope, in constructVariableDIE() 977 const LexicalScope &Scope) { in constructLabelDIE() 1092 LexicalScope *Scope) { in constructSubprogramScopeDIE() 1119 DIE *DwarfCompileUnit::createAndAddScopeChildren(LexicalScope *Scope, in createAndAddScopeChildren() 1168 LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE() 1472 LexicalScope *Scope) { in createAbstractEntity()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesWriter.cpp | 239 llvm::BCBlockRAII Scope(Stream, llvm::bitc::BLOCKINFO_BLOCK_ID, 2); in writeBlockInfoBlock() local 274 llvm::BCBlockRAII Scope(Stream, CONTROL_BLOCK_ID, 3); in writeControlBlock() local 713 llvm::BCBlockRAII Scope(Stream, OBJC_PROPERTY_BLOCK_ID, 3); in writeObjCPropertyBlock() local 809 llvm::BCBlockRAII Scope(Stream, OBJC_METHOD_BLOCK_ID, 3); in writeObjCMethodBlock() local 836 llvm::BCBlockRAII Scope(Stream, CXX_METHOD_BLOCK_ID, 3); in writeCXXMethodBlock() local 904 llvm::BCBlockRAII Scope(Stream, OBJC_SELECTOR_BLOCK_ID, 3); in writeObjCSelectorBlock() local 961 llvm::BCBlockRAII Scope(Stream, GLOBAL_VARIABLE_BLOCK_ID, 3); in writeGlobalVariableBlock() local 1074 llvm::BCBlockRAII Scope(Stream, GLOBAL_FUNCTION_BLOCK_ID, 3); in writeGlobalFunctionBlock() local 1128 llvm::BCBlockRAII Scope(Stream, ENUM_CONSTANT_BLOCK_ID, 3); in writeEnumConstantBlock() local 1241 llvm::BCBlockRAII Scope(Stream, TAG_BLOCK_ID, 3); in writeTagBlock() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMMachineFunctionInfo.cpp | 44 StringRef Scope = F.getFnAttribute("sign-return-address").getValueAsString(); in GetSignReturnAddress() local
|