/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIMemoryLegalizer.cpp | 95 SIAtomicScope Scope = SIAtomicScope::SYSTEM; member in __anon623980fe0111::SIMemOpInfo 103 SIAtomicScope Scope = SIAtomicScope::SYSTEM, in SIMemOpInfo() 715 SIAtomicScope Scope = SIAtomicScope::NONE; in constructFromMIWithMMO() local 783 SIAtomicScope Scope = SIAtomicScope::NONE; in getAtomicFenceInfo() local 847 SIAtomicScope Scope, in enableLoadCacheBypass() 882 SIAtomicScope Scope, in enableStoreCacheBypass() 895 SIAtomicScope Scope, in enableRMWCacheBypass() 954 SIAtomicScope Scope, in insertWait() 1051 SIAtomicScope Scope, in insertAcquire() 1096 SIAtomicScope Scope, in insertRelease() [all …]
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | DirectiveEmitter.cpp | 456 IfDefScope Scope("GEN_FLANG_DIRECTIVE_CLAUSE_SETS", OS); in GenerateDirectiveClauseSets() local 496 IfDefScope Scope("GEN_FLANG_DIRECTIVE_CLAUSE_MAP", OS); in GenerateDirectiveClauseMap() local 531 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_CLASSES", OS); in GenerateFlangClauseParserClass() local 559 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_CLASSES_LIST", OS); in GenerateFlangClauseParserClassList() local 572 IfDefScope Scope("GEN_FLANG_DUMP_PARSE_TREE_CLAUSES", OS); in GenerateFlangClauseDump() local 587 IfDefScope Scope("GEN_FLANG_CLAUSE_UNPARSE", OS); in GenerateFlangClauseUnparse() local 639 IfDefScope Scope("GEN_FLANG_CLAUSE_CHECK_ENTER", OS); in GenerateFlangClauseCheckPrototypes() local 654 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_KIND_MAP", OS); in GenerateFlangClauseParserKindMap() local 685 IfDefScope Scope("GEN_FLANG_CLAUSES_PARSER", OS); in GenerateFlangClausesParser() local 778 IfDefScope Scope("GEN_CLANG_CLAUSE_CLASS", OS); in GenerateClauseClassMacro() local [all …]
|
H A D | DAGISelMatcherOpt.cpp | 31 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) { in ContractNodes() local 189 ScopeMatcher *Scope = nullptr; in FactorNodes() local 442 std::unique_ptr<Matcher> Scope(SM); in FactorNodes() local
|
/openbsd-src/gnu/llvm/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 | 175 void LVScope::addElement(LVScope *Scope) { in addElement() 740 std::function<void(LVScope * Scope)> TraverseChildren = [&](LVScope *Scope) { in traverseParentsAndChildren() 1191 void LVScopeCompileUnit::addSize(LVScope *Scope, LVOffset Lower, in addSize() 1324 void LVScopeCompileUnit::increment(LVScope *Scope) { in increment() 1344 void LVScopeCompileUnit::addedElement(LVScope *Scope) { in addedElement() 1390 LVScope *Scope = Line->getParentScope(); in addLineZero() local 1543 void LVScopeCompileUnit::printScopeSize(const LVScope *Scope, raw_ostream &OS) { in printScopeSize() 1569 [&](const LVScope *Scope) { in printSizes() 1572 for (const LVScope *Scope : MatchedScopes) in printSizes() local 1662 for (const LVScope *Scope : MatchedScopes) { in printMatchedElements() local
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | Attributes.cpp | 8 const IdentifierInfo *Scope, const IdentifierInfo *Attr, in hasAttribute() 46 normalizeAttrScopeName(const IdentifierInfo *Scope, in normalizeAttrScopeName() 94 const IdentifierInfo *Scope, in normalizeName() 126 StringRef Scope = normalizeAttrScopeName(getScopeName(), Syntax); in calculateAttributeSpellingListIndex() local
|
/openbsd-src/gnu/llvm/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 …]
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 111 LVScope *Scope = SymbolName.Scope; in print() local 255 LVBinaryReader::getSection(LVScope *Scope, LVAddress Address, in getSection() 287 LVScope *Scope) { in addSectionRange() 293 LVScope *Scope, LVAddress LowerAddress, in addSectionRange() 323 Error LVBinaryReader::createInstructions(LVScope *Scope, in createInstructions() 491 LVScope *Scope = Name.first; in createInstructions() local 547 LVScope *Scope = Function; in processLines() local 674 LVScope *Scope; in processLines() local
|
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 283 value Builder, LLVMMetadataRef Scope, value Name, value LinkageName, in llvm_dibuild_create_function_native() 310 LLVMMetadataRef Scope, in llvm_dibuild_create_lexical_block() 321 LLVMMetadataRef Scope, in llvm_dibuild_create_debug_location() 343 value llvm_di_scope_get_file(LLVMMetadataRef Scope) { in llvm_di_scope_get_file() 398 value Builder, LLVMMetadataRef Scope, value Name, LLVMMetadataRef File, in llvm_dibuild_create_enumeration_type_native() 424 value Builder, LLVMMetadataRef Scope, value Name, LLVMMetadataRef File, in llvm_dibuild_create_union_type_native() 508 value Builder, LLVMMetadataRef Scope, value Name, LLVMMetadataRef File, in llvm_dibuild_create_struct_type_native() 542 value Builder, LLVMMetadataRef Scope, value Name, LLVMMetadataRef File, in llvm_dibuild_create_member_type_native() 570 value Builder, LLVMMetadataRef Scope, value Name, LLVMMetadataRef File, in llvm_dibuild_create_static_member_type_native() 642 value LineNo, LLVMMetadataRef Scope, value AlignInBits) { in llvm_dibuild_create_typedef_native() [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVReader.h | 149 void setCompileUnit(LVScope *Scope) { in setCompileUnit() 166 virtual LVSectionIndex getSectionIndex(LVScope *Scope) { in getSectionIndex() 182 void notifyAddedElement(LVScope *Scope) { in notifyAddedElement() 207 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() 477 void printScopeSize(const LVScope *Scope, raw_ostream &OS) const { in printScopeSize() 508 void addPublicName(LVScope *Scope, LVAddress LowPC, LVAddress HighPC) { in addPublicName() 512 const LVNameInfo &findPublicName(LVScope *Scope) { in findPublicName() 575 void addMatched(LVScope *Scope) { MatchedScopes.push_back(Scope); } in addMatched() 658 void setReference(LVScope *Scope) override { in setReference() 762 void setReference(LVScope *Scope) override { in setReference()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 132 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() 141 MDNode *Scope = DeclareLoc.getScope(); in getDebugValueLoc() local 247 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope() 352 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope() 635 auto *Scope = map(MLD->getScope()); in getReplacementMDLocation() local 782 auto *Scope = DL.getScope(); in stripNonLineTableDebugInfo() local 1020 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateFunction() 1035 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlock() 1044 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlockFile() 1054 LLVMMetadataRef Scope, in LLVMDIBuilderCreateImportedModuleFromNamespace() [all …]
|
H A D | DIBuilder.cpp | 381 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createMemberType() 397 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantMemberType() 407 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType() 421 DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, DIFile *File, in createStaticMemberType() 523 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createUnionType() 535 DIBuilder::createVariantPart(DIScope *Scope, StringRef Name, DIFile *File, in createVariantPart() 555 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createEnumerationType() 568 DIDerivedType *DIBuilder::createSetType(DIScope *Scope, StringRef Name, in createSetType() 650 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, in createForwardDecl() 665 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
|
H A D | DebugInfoMetadata.cpp | 67 unsigned Column, Metadata *Scope, in getImpl() 667 Metadata *File, unsigned Line, Metadata *Scope, in getImpl() 687 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 715 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in buildODRType() 757 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in getODRType() 983 for (DIScope *Scope = &RootScope; !isa<DISubprogram>(Scope); in cloneScopeForSubprogram() local 1042 LLVMContext &Context, Metadata *Scope, MDString *Name, in getImpl() 1092 DILexicalBlock *DILexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() 1106 Metadata *Scope, Metadata *File, in getImpl() 1120 DINamespace *DINamespace::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() [all …]
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCleanup.cpp | 195 EHCleanupScope *Scope = in pushCleanup() local 439 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlocks() local 521 EHCleanupScope &Scope) { in CreateNormalEntry() 662 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlock() local 1130 EHCleanupScope &Scope = in EmitBranchThroughCleanup() local 1140 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); in EmitBranchThroughCleanup() local 1216 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); in SetupCleanupBlockActivation() local 1273 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in ActivateCleanupBlock() local 1285 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in DeactivateCleanupBlock() local
|
H A D | CGStmtOpenMP.cpp | 1572 OMPParallelScope Scope(CGF, S); in emitCommonOMPParallelDirective() local 1820 OMPLoopScope *Scope = nullptr; member in __anon20b8c0360e11::OMPTransformDirectiveScopeRAII 1852 CodeGenFunction::LexicalScope Scope(CGF, S->getSourceRange()); in emitBody() local 2477 CodeGenFunction::OMPLocalDeclMapRAII Scope(CGF); in emitCommonSimdLoop() local 2483 CodeGenFunction::OMPLocalDeclMapRAII Scope(CGF); in emitCommonSimdLoop() local 2715 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPSimdDirective() local 2730 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPSimdDirective() local 3206 OMPLexicalScope Scope(*this, S, OMPD_parallel); in EmitOMPDistributeParallelForDirective() local 3216 OMPLexicalScope Scope(*this, S, OMPD_parallel); in EmitOMPDistributeParallelForSimdDirective() local 3225 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPDistributeSimdDirective() local [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.h | 36 LVScope *Scope = nullptr; member 165 LVSectionIndex getSectionIndex(LVScope *Scope) override { in getSectionIndex()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 256 static StringRef getPrettyScopeName(const DIScope *Scope) { in getPrettyScopeName() 275 const DIScope *Scope, SmallVectorImpl<StringRef> &QualifiedNameComponents) { in collectParentScopeNames() 319 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Scope, in getFullyQualifiedName() 331 const DIScope *Scope = Ty->getScope(); in getFullyQualifiedName() local 335 TypeIndex CodeViewDebug::getScopeIndex(const DIScope *Scope) { in getScopeIndex() 395 const DIScope *Scope = SP->getScope(); in getFuncIdForSubprogram() local 510 const DIScope *Scope = DL->getScope(); in maybeRecordLocation() local 1272 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable() local 1434 LexicalScope *Scope = nullptr; in collectVariableInfo() local 1577 if (DIScope *Scope = T->getScope()) { in shouldEmitUdt() local [all …]
|
H A D | DwarfCompileUnit.cpp | 541 void DwarfCompileUnit::constructScopeDIE(LexicalScope *Scope, in constructScopeDIE() 655 DIE *DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope, in constructInlinedScopeDIE() 691 DIE *DwarfCompileUnit::constructLexicalScopeDIE(LexicalScope *Scope) { in constructLexicalScopeDIE() 712 const LexicalScope &Scope) { in constructLabelDIE() 909 const LexicalScope &Scope, in constructVariableDIE() 1021 LexicalScope *Scope) { in constructSubprogramScopeDIE() 1051 DIE *DwarfCompileUnit::createAndAddScopeChildren(LexicalScope *Scope, in createAndAddScopeChildren() 1100 LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE() 1355 LexicalScope *Scope) { in createAbstractEntity()
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Function.h | 44 Scope(LocalVectorTy &&Descriptors) : Descriptors(std::move(Descriptors)) {} in Scope() function 152 llvm::SmallVector<Scope, 2> &&NewScopes) { in setCode()
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StandardLibrary.cpp | 89 std::optional<Symbol> Symbol::named(llvm::StringRef Scope, in named() 115 std::string Scope; in namespaceSymbols() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | MultiplexExternalSemaSource.h | 28 class Scope; variable
|