Home
last modified time | relevance | path

Searched refs:ScopeTag (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp115 MDNode *TBAATag, MDNode *ScopeTag, in CreateMemSet() argument
132 if (ScopeTag) in CreateMemSet()
133 CI->setMetadata(LLVMContext::MD_alias_scope, ScopeTag); in CreateMemSet()
143 MDNode *TBAATag, MDNode *ScopeTag, MDNode *NoAliasTag) { in CreateElementUnorderedAtomicMemSet() argument
160 if (ScopeTag) in CreateElementUnorderedAtomicMemSet()
161 CI->setMetadata(LLVMContext::MD_alias_scope, ScopeTag); in CreateElementUnorderedAtomicMemSet()
172 MDNode *TBAAStructTag, MDNode *ScopeTag, MDNode *NoAliasTag) { in CreateMemTransferInst() argument
197 if (ScopeTag) in CreateMemTransferInst()
198 CI->setMetadata(LLVMContext::MD_alias_scope, ScopeTag); in CreateMemTransferInst()
233 MDNode *ScopeTag, MDNode *NoAliasTag) { in CreateElementUnorderedAtomicMemCpy() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h582 MDNode *TBAATag = nullptr, MDNode *ScopeTag = nullptr,
585 TBAATag, ScopeTag, NoAliasTag);
590 MDNode *ScopeTag = nullptr,
603 MDNode *ScopeTag = nullptr,
607 TBAATag, ScopeTag, NoAliasTag);
614 MDNode *ScopeTag = nullptr,
626 MDNode *ScopeTag = nullptr,
629 isVolatile, TBAATag, TBAAStructTag, ScopeTag,
637 MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr);
643 MDNode *ScopeTag = nullptr,
[all …]