| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LexicalScopes.h | 92 void closeInsnRange(LexicalScope *NewScope = nullptr) { 99 if (Parent && (!NewScope || !Parent->dominates(NewScope))) 100 Parent->closeInsnRange(NewScope);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerMemIntrinsics.cpp | 40 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in createMemCpyLoopKnownSize() local 81 MDNode::get(Ctx, NewScope)); in createMemCpyLoopKnownSize() 89 Store->setMetadata(LLVMContext::MD_noalias, MDNode::get(Ctx, NewScope)); in createMemCpyLoopKnownSize() 137 MDNode::get(Ctx, NewScope)); in createMemCpyLoopKnownSize() 145 Store->setMetadata(LLVMContext::MD_noalias, MDNode::get(Ctx, NewScope)); in createMemCpyLoopKnownSize() 173 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in createMemCpyLoopUnknownSize() local 215 Load->setMetadata(LLVMContext::MD_alias_scope, MDNode::get(Ctx, NewScope)); in createMemCpyLoopUnknownSize() 222 Store->setMetadata(LLVMContext::MD_noalias, MDNode::get(Ctx, NewScope)); in createMemCpyLoopUnknownSize() 287 MDNode::get(Ctx, NewScope)); in createMemCpyLoopUnknownSize() 295 Store->setMetadata(LLVMContext::MD_noalias, MDNode::get(Ctx, NewScope)); in createMemCpyLoopUnknownSize()
|
| H A D | CodeExtractor.cpp | 1578 DILocalScope *NewScope = DILocalScope::cloneScopeForSubprogram( in fixupDebugInfoPostExtraction() local 1581 NewScope, OldVar->getName(), OldVar->getFile(), OldVar->getLine(), in fixupDebugInfoPostExtraction() 1622 DILocalScope *NewScope = DILocalScope::cloneScopeForSubprogram( in fixupDebugInfoPostExtraction() local 1624 NewLabel = DILabel::get(Ctx, NewScope, OldLabel->getName(), in fixupDebugInfoPostExtraction()
|
| H A D | CloneFunction.cpp | 1154 MDNode *NewScope = MDB.createAnonymousAliasScope( in cloneNoAliasScopes() local 1156 ClonedScopes.insert(std::make_pair(MD, NewScope)); in cloneNoAliasScopes()
|
| H A D | InlineFunction.cpp | 1140 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata() local 1141 NewScopes.insert(std::make_pair(A, NewScope)); in AddAliasScopeMetadata() 1146 MDNode *AScopeList = MDNode::get(CalledFunc->getContext(), NewScope); in AddAliasScopeMetadata()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 91 DIScope *NewScope = DILocalScope::cloneScopeForSubprogram( in replaceInlinedAtSubprogram() local 94 LocToUpdate->getColumn(), NewScope); in replaceInlinedAtSubprogram()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopVersioningLICM.cpp | 518 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in setNoAliasToLoop() local 519 SmallVector<Metadata *, 4> Scopes{NewScope}, NoAliases{NewScope}; in setNoAliasToLoop()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1471 auto LookupAllocationFunction = [&](Sema::AllocationFunctionScope NewScope = in makeNewAndDeleteExpr() 1481 if (NewScope == Sema::AFS_Both) in makeNewAndDeleteExpr() 1482 NewScope = PromiseContainsNew ? Sema::AFS_Class : Sema::AFS_Global; in makeNewAndDeleteExpr() 1486 S.FindAllocationFunctions(Loc, SourceRange(), NewScope, in makeNewAndDeleteExpr()
|
| H A D | SemaExprCXX.cpp | 2672 AllocationFunctionScope NewScope, in FindAllocationFunctions() argument 2733 if (AllocElemType->isRecordType() && NewScope != AFS_Global) in FindAllocationFunctions() 2745 if (NewScope == AFS_Class) in FindAllocationFunctions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMemoryLegalizer.cpp | 2185 uint64_t NewScope = Value & AMDGPU::CPol::SCOPE; in setScope() local 2186 if ((CPol->getImm() & AMDGPU::CPol::SCOPE) != NewScope) { in setScope() 2187 CPol->setImm((CPol->getImm() & ~AMDGPU::CPol::SCOPE) | NewScope); in setScope()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2298 DILexicalBlockFile *NewScope = in cloneWithDiscriminator() local 2300 return DILocation::get(getContext(), getLine(), getColumn(), NewScope, in cloneWithDiscriminator()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6911 AllocationFunctionScope NewScope,
|