Searched refs:ScopeTag (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 140 MDNode *TBAATag, MDNode *ScopeTag, in CreateMemSet() argument 156 if (ScopeTag) in CreateMemSet() 157 CI->setMetadata(LLVMContext::MD_alias_scope, ScopeTag); in CreateMemSet() 168 MDNode *ScopeTag, in CreateMemSetInline() argument 184 if (ScopeTag) in CreateMemSetInline() 185 CI->setMetadata(LLVMContext::MD_alias_scope, ScopeTag); in CreateMemSetInline() 195 MDNode *TBAATag, MDNode *ScopeTag, MDNode *NoAliasTag) { in CreateElementUnorderedAtomicMemSet() argument 211 if (ScopeTag) in CreateElementUnorderedAtomicMemSet() 212 CI->setMetadata(LLVMContext::MD_alias_scope, ScopeTag); in CreateElementUnorderedAtomicMemSet() 223 MDNode *TBAAStructTag, MDNode *ScopeTag, MDNode *NoAliasTag) { in CreateMemTransferInst() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 594 MDNode *TBAATag = nullptr, MDNode *ScopeTag = nullptr, 597 TBAATag, ScopeTag, NoAliasTag); 602 MDNode *ScopeTag = nullptr, 608 MDNode *ScopeTag = nullptr, 621 MDNode *ScopeTag = nullptr, 625 TBAATag, ScopeTag, NoAliasTag); 648 MDNode *ScopeTag = nullptr, 660 MDNode *ScopeTag = nullptr, 663 isVolatile, TBAATag, TBAAStructTag, ScopeTag, 671 MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr); [all …]
|