/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
|
/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
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMemoryLegalizer.cpp | 97 SIAtomicScope Scope = SIAtomicScope::SYSTEM; member in __anonb377849a0111::SIMemOpInfo 107 SIAtomicScope Scope = SIAtomicScope::SYSTEM, in SIMemOpInfo() argument 827 SIAtomicScope Scope = SIAtomicScope::NONE; constructFromMIWithMMO() local 895 SIAtomicScope Scope = SIAtomicScope::NONE; getAtomicFenceInfo() local 961 enableLoadCacheBypass(const MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace) const enableLoadCacheBypass() argument 996 enableStoreCacheBypass(const MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace) const enableStoreCacheBypass() argument 1009 enableRMWCacheBypass(const MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace) const enableRMWCacheBypass() argument 1068 insertWait(MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace,SIMemOp Op,bool IsCrossAddrSpaceOrdering,Position Pos) const insertWait() argument 1166 insertAcquire(MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace,Position Pos) const insertAcquire() argument 1211 insertRelease(MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace,bool IsCrossAddrSpaceOrdering,Position Pos) const insertRelease() argument 1220 insertAcquire(MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace,Position Pos) const insertAcquire() argument 1272 enableLoadCacheBypass(const MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace) const enableLoadCacheBypass() argument 1314 enableStoreCacheBypass(const MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace) const enableStoreCacheBypass() argument 1349 enableRMWCacheBypass(const MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace) const enableRMWCacheBypass() argument 1421 insertWait(MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace,SIMemOp Op,bool IsCrossAddrSpaceOrdering,Position Pos) const insertWait() argument 1449 insertAcquire(MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace,Position Pos) const insertAcquire() argument 1515 insertRelease(MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace,bool IsCrossAddrSpaceOrdering,Position Pos) const insertRelease() argument 1565 enableLoadCacheBypass(const MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace) const enableLoadCacheBypass() argument 1610 enableStoreCacheBypass(const MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace) const enableStoreCacheBypass() argument 1649 enableRMWCacheBypass(const MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace) const enableRMWCacheBypass() argument 1718 insertAcquire(MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace,Position Pos) const insertAcquire() argument 1804 insertRelease(MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace,bool IsCrossAddrSpaceOrdering,Position Pos) const insertRelease() argument 1868 enableLoadCacheBypass(const MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace) const enableLoadCacheBypass() argument 1961 insertWait(MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace,SIMemOp Op,bool IsCrossAddrSpaceOrdering,Position Pos) const insertWait() argument 2082 insertAcquire(MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace,Position Pos) const insertAcquire() argument 2140 enableLoadCacheBypass(const MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace) const enableLoadCacheBypass() argument 2281 insertWait(MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace,SIMemOp Op,bool IsCrossAddrSpaceOrdering,Position Pos) const insertWait() argument 2377 insertAcquire(MachineBasicBlock::iterator & MI,SIAtomicScope Scope,SIAtomicAddrSpace AddrSpace,Position Pos) const insertAcquire() argument [all...] |
/llvm-project/clang/lib/Basic/ |
H A D | Attributes.cpp | 32 hasAttribute(AttributeCommonInfo::Syntax Syntax,const IdentifierInfo * Scope,const IdentifierInfo * Attr,const TargetInfo & Target,const LangOptions & LangOpts) hasAttribute() argument 80 normalizeAttrScopeName(const IdentifierInfo * Scope,AttributeCommonInfo::Syntax SyntaxUsed) normalizeAttrScopeName() argument 128 normalizeName(const IdentifierInfo * Name,const IdentifierInfo * Scope,AttributeCommonInfo::Syntax SyntaxUsed) normalizeName() argument 160 StringRef Scope = normalizeAttrScopeName(getScopeName(), Syntax); calculateAttributeSpellingListIndex() local [all...] |
/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() argument 371 addSectionRange(LVSectionIndex SectionIndex,LVScope * Scope) addSectionRange() argument 377 addSectionRange(LVSectionIndex SectionIndex,LVScope * Scope,LVAddress LowerAddress,LVAddress UpperAddress) addSectionRange() argument 394 createInstructions(LVScope * Scope,LVSectionIndex SectionIndex,const LVNameInfo & NameInfo) createInstructions() argument 564 LVScope *Scope = Name.first; createInstructions() local 620 LVScope *Scope = Function; processLines() local 747 LVScope *Scope; processLines() local 910 LVScope *Scope = InlineeIter->first; includeInlineeLines() local [all...] |
/llvm-project/flang/lib/Semantics/ |
H A D | resolve-directives.h | 19 class Scope; variable
|
H A D | compute-offsets.h | 14 class Scope; variable
|
H A D | definable.h | 26 class Scope; variable
|
H A D | assignment.h | 29 class Scope; variable
|
H A D | resolve-names.h | 22 class Scope; variable
|
H A D | check-call.h | 28 class Scope; variable
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 242 auto *Scope = new CHRScope(TailRegInfos, TailSubs); split() local 309 if (CHRScope *Scope = findScopes(R, nullptr, nullptr, Output)) { findScopes() local 409 operator <<(raw_ostream & OS,const CHRScope & Scope) operator <<() argument 873 checkScopeHoistable(CHRScope * Scope) checkScopeHoistable() argument 1106 getSelectsInScope(CHRScope * Scope,DenseSet<Instruction * > & Output) getSelectsInScope() argument 1132 splitScope(CHRScope * Scope,CHRScope * Outer,DenseSet<Value * > * OuterConditionValues,Instruction * OuterInsertPoint,SmallVectorImpl<CHRScope * > & Output,DenseSet<Instruction * > & Unhoistables) splitScope() argument 1290 classifyBiasedScopes(CHRScope * Scope,CHRScope * OutermostScope) classifyBiasedScopes() argument 1315 hasAtLeastTwoBiasedBranches(CHRScope * Scope) hasAtLeastTwoBiasedBranches() argument 1371 setCHRRegions(CHRScope * Scope,CHRScope * OutermostScope) setCHRRegions() argument 1481 hoistScopeConditions(CHRScope * Scope,Instruction * HoistPoint,DenseSet<PHINode * > & TrivialPHIs,DominatorTree & DT) hoistScopeConditions() argument 1509 negateICmpIfUsedByBranchOrSelectOnly(ICmpInst * ICmp,Instruction * ExcludedUser,CHRScope * Scope) negateICmpIfUsedByBranchOrSelectOnly() argument 1556 insertTrivialPHIs(CHRScope * Scope,BasicBlock * EntryBlock,BasicBlock * ExitBlock,DenseSet<PHINode * > & TrivialPHIs) insertTrivialPHIs() argument 1619 assertCHRRegionsHaveBiasedBranchOrSelect(CHRScope * Scope) assertCHRRegionsHaveBiasedBranchOrSelect() argument 1621 __anonf9fc18ab0e02(RegInfo &RI, CHRScope *Scope) assertCHRRegionsHaveBiasedBranchOrSelect() argument 1641 assertBranchOrSelectConditionHoisted(CHRScope * Scope,BasicBlock * PreEntryBlock) assertBranchOrSelectConditionHoisted() argument 1675 transformScopes(CHRScope * Scope,DenseSet<PHINode * > & TrivialPHIs) transformScopes() argument 1763 cloneScopeBlocks(CHRScope * Scope,BasicBlock * PreEntryBlock,BasicBlock * ExitBlock,Region * LastRegion,ValueToValueMapTy & VMap) cloneScopeBlocks() argument 1848 fixupBranchesAndSelects(CHRScope * Scope,BasicBlock * PreEntryBlock,BranchInst * MergedBR,uint64_t ProfileCount) fixupBranchesAndSelects() argument 1889 fixupBranch(Region * R,CHRScope * Scope,IRBuilder<> & IRB,Value * & MergedCondition,BranchProbability & CHRBranchBias) fixupBranch() argument 1932 fixupSelect(SelectInst * SI,CHRScope * Scope,IRBuilder<> & IRB,Value * & MergedCondition,BranchProbability & CHRBranchBias) fixupSelect() argument 1957 addToMergedCondition(bool IsTrueBiased,Value * Cond,Instruction * BranchOrSelect,CHRScope * Scope,IRBuilder<> & IRB,Value * & MergedCondition) addToMergedCondition() argument [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVRange.h | 28 LVScope *Scope = nullptr; variable 34 LVRangeEntry(LVAddress LowerAddress, LVAddress UpperAddress, LVScope *Scope) in LVRangeEntry()
|
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()
|
/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() argument 228 LVSectionIndex getSectionIndex(LVScope *Scope) overrid argument [all...] |
/llvm-project/flang/include/flang/Evaluate/ |
H A D | check-expression.h | 23 class Scope; variable
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DirectiveEmitter.cpp |
|
/llvm-project/polly/lib/Support/ |
H A D | ScopLocation.cpp | 32 auto *Scope = cast<DIScope>(DL.getScope()); in getDebugLocation() local
|
H A D | SCEVValidator.cpp | 125 Loop *Scope; member in SCEVValidator 130 SCEVValidator(const Region *R, Loop *Scope, ScalarEvolution &SE, in SCEVValidator() argument 475 Loop *Scope; member in SCEVInRegionDependences 481 SCEVInRegionDependences(const Region *R, Loop *Scope, bool AllowLoops, in SCEVInRegionDependences() argument 592 hasScalarDepsInsideRegion(const SCEV * Expr,const Region * R,llvm::Loop * Scope,bool AllowLoops,const InvariantLoadsSetTy & ILS) hasScalarDepsInsideRegion() argument 600 isAffineExpr(const Region * R,llvm::Loop * Scope,const SCEV * Expr,ScalarEvolution & SE,InvariantLoadsSetTy * ILS) isAffineExpr() argument 624 isAffineExpr(Value * V,const Region * R,Loop * Scope,ScalarEvolution & SE,ParameterSetTy & Params) isAffineExpr() argument 641 isAffineConstraint(Value * V,const Region * R,Loop * Scope,ScalarEvolution & SE,ParameterSetTy & Params,bool OrExpr) isAffineConstraint() argument 664 getParamsInAffineExpr(const Region * R,Loop * Scope,const SCEV * Expr,ScalarEvolution & SE) getParamsInAffineExpr() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.cpp | 166 EHCleanupScope *Scope = pushCleanup() local 417 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); PopCleanupBlocks() local 499 CreateNormalEntry(CodeGenFunction & CGF,EHCleanupScope & Scope) CreateNormalEntry() argument 641 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); PopCleanupBlock() local 1140 EHCleanupScope &Scope = EmitBranchThroughCleanup() local 1150 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); EmitBranchThroughCleanup() local 1207 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); SetupCleanupBlockActivation() local 1266 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); ActivateCleanupBlock() local 1278 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); DeactivateCleanupBlock() local [all...] |
/llvm-project/flang/include/flang/Lower/ |
H A D | HostAssociations.h | 20 class Scope; variable
|
H A D | PFTDefs.h | 28 class Scope; variable
|
H A D | ConvertVariable.h | 39 class Scope; variable
|
/llvm-project/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 279 value llvm_dibuild_create_function_native(value Builder, value Scope, in llvm_dibuild_create_function_native() argument 309 value llvm_dibuild_create_lexical_block(value Builder, value Scope, value File, in llvm_dibuild_create_lexical_block() argument 319 value Scope, value InlinedAt) { in llvm_dibuild_create_debug_location() argument 341 value llvm_di_scope_get_file(value Scope) { in llvm_di_scope_get_file() argument 400 value Builder, value Scope, valu in llvm_dibuild_create_enumeration_type_native() argument 427 llvm_dibuild_create_union_type_native(value Builder,value Scope,value Name,value File,value LineNumber,value SizeInBits,value AlignInBits,value Flags,value Elements,value RunTimeLanguage,value UniqueId) llvm_dibuild_create_union_type_native() argument 515 llvm_dibuild_create_struct_type_native(value Builder,value Scope,value Name,value File,value LineNumber,value SizeInBits,value AlignInBits,value Flags,value DerivedFrom,value Elements,value RunTimeLanguage,value VTableHolder,value UniqueId) llvm_dibuild_create_struct_type_native() argument 547 llvm_dibuild_create_member_type_native(value Builder,value Scope,value Name,value File,value LineNumber,value SizeInBits,value AlignInBits,value OffsetInBits,value Flags,value Ty) llvm_dibuild_create_member_type_native() argument 576 llvm_dibuild_create_static_member_type_native(value Builder,value Scope,value Name,value File,value LineNumber,value Type,value Flags,value ConstantVal,value AlignInBits) llvm_dibuild_create_static_member_type_native() argument 642 llvm_dibuild_create_typedef_native(value Builder,value Type,value Name,value File,value LineNo,value Scope,value AlignInBits) llvm_dibuild_create_typedef_native() argument 683 llvm_dibuild_create_forward_decl_native(value Builder,value Tag,value Name,value Scope,value File,value Line,value RuntimeLang,value SizeInBits,value AlignInBits,value UniqueIdentifier) llvm_dibuild_create_forward_decl_native() argument 711 llvm_dibuild_create_replaceable_composite_type_native(value Builder,value Tag,value Name,value Scope,value File,value Line,value RuntimeLang,value SizeInBits,value AlignInBits,value Flags,value UniqueIdentifier) llvm_dibuild_create_replaceable_composite_type_native() argument 742 llvm_dibuild_create_bit_field_member_type_native(value Builder,value Scope,value Name,value File,value LineNum,value SizeInBits,value OffsetInBits,value StorageOffsetInBits,value Flags,value Ty) llvm_dibuild_create_bit_field_member_type_native() argument 771 llvm_dibuild_create_class_type_native(value Builder,value Scope,value Name,value File,value LineNumber,value SizeInBits,value AlignInBits,value OffsetInBits,value Flags,value DerivedFrom,value Elements,value VTableHolder,value TemplateParamsNode,value UniqueIdentifier) llvm_dibuild_create_class_type_native() argument 874 llvm_dibuild_create_global_variable_expression_native(value Builder,value Scope,value Name,value Linkage,value File,value Line,value Ty,value LocalToUnit,value Expr,value Decl,value AlignInBits) llvm_dibuild_create_global_variable_expression_native() argument 921 llvm_dibuild_create_auto_variable_native(value Builder,value Scope,value Name,value File,value Line,value Ty,value AlwaysPreserve,value Flags,value AlignInBits) llvm_dibuild_create_auto_variable_native() argument 948 llvm_dibuild_create_parameter_variable_native(value Builder,value Scope,value Name,value ArgNo,value File,value Line,value Ty,value AlwaysPreserve,value Flags) llvm_dibuild_create_parameter_variable_native() argument [all...] |
/llvm-project/clang-tools-extra/clangd/index/dex/ |
H A D | Token.h | 57 Scope, enumerator
|