/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerMemIntrinsics.cpp | 41 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in createMemCpyLoopKnownSize() local 82 MDNode::get(Ctx, NewScope)); in createMemCpyLoopKnownSize() 90 Store->setMetadata(LLVMContext::MD_noalias, MDNode::get(Ctx, NewScope)); in createMemCpyLoopKnownSize() 138 MDNode::get(Ctx, NewScope)); in createMemCpyLoopKnownSize() 146 Store->setMetadata(LLVMContext::MD_noalias, MDNode::get(Ctx, NewScope)); in createMemCpyLoopKnownSize() 194 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in createMemCpyLoopUnknownSize() local 238 Load->setMetadata(LLVMContext::MD_alias_scope, MDNode::get(Ctx, NewScope)); in createMemCpyLoopUnknownSize() 245 Store->setMetadata(LLVMContext::MD_noalias, MDNode::get(Ctx, NewScope)); in createMemCpyLoopUnknownSize() 313 MDNode::get(Ctx, NewScope)); in createMemCpyLoopUnknownSize() 321 Store->setMetadata(LLVMContext::MD_noalias, MDNode::get(Ctx, NewScope)); in createMemCpyLoopUnknownSize()
|
H A D | CodeExtractor.cpp | 1597 DILocalScope *NewScope = DILocalScope::cloneScopeForSubprogram( in fixupDebugInfoPostExtraction() local 1600 NewScope, OldVar->getName(), OldVar->getFile(), OldVar->getLine(), in fixupDebugInfoPostExtraction() 1615 DILocalScope *NewScope = DILocalScope::cloneScopeForSubprogram( in fixupDebugInfoPostExtraction() local 1617 NewLabel = DILabel::get(Ctx, NewScope, OldLabel->getName(), in fixupDebugInfoPostExtraction()
|
H A D | CloneFunction.cpp | 1129 MDNode *NewScope = MDB.createAnonymousAliasScope( in cloneNoAliasScopes() local 1131 ClonedScopes.insert(std::make_pair(MD, NewScope)); in cloneNoAliasScopes()
|
H A D | InlineFunction.cpp | 1143 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata() local 1144 NewScopes.insert(std::make_pair(A, NewScope)); in AddAliasScopeMetadata() 1149 MDNode *AScopeList = MDNode::get(CalledFunc->getContext(), NewScope); in AddAliasScopeMetadata()
|
/freebsd/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/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/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 1381 auto LookupAllocationFunction = [&](Sema::AllocationFunctionScope NewScope = in makeNewAndDeleteExpr() 1391 if (NewScope == Sema::AFS_Both) in makeNewAndDeleteExpr() 1392 NewScope = PromiseContainsNew ? Sema::AFS_Class : Sema::AFS_Global; in makeNewAndDeleteExpr() 1396 S.FindAllocationFunctions(Loc, SourceRange(), NewScope, in makeNewAndDeleteExpr()
|
H A D | SemaExprCXX.cpp | 2697 AllocationFunctionScope NewScope, in FindAllocationFunctions() argument 2758 if (AllocElemType->isRecordType() && NewScope != AFS_Global) in FindAllocationFunctions() 2770 if (NewScope == AFS_Class) in FindAllocationFunctions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMemoryLegalizer.cpp | 2279 uint64_t NewScope = Value & AMDGPU::CPol::SCOPE; in setScope() local 2280 if ((CPol->getImm() & AMDGPU::CPol::SCOPE) != NewScope) { in setScope() 2281 CPol->setImm((CPol->getImm() & ~AMDGPU::CPol::SCOPE) | NewScope); in setScope()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 2363 DILexicalBlockFile *NewScope = in cloneWithDiscriminator() local 2365 return DILocation::get(getContext(), getLine(), getColumn(), NewScope, in cloneWithDiscriminator()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 8186 AllocationFunctionScope NewScope,
|