Home
last modified time | relevance | path

Searched refs:TBAATag (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp140 MDNode *TBAATag, MDNode *ScopeTag, in CreateMemSet() argument
153 if (TBAATag) in CreateMemSet()
154 CI->setMetadata(LLVMContext::MD_tbaa, TBAATag); in CreateMemSet()
167 bool IsVolatile, MDNode *TBAATag, in CreateMemSetInline() argument
181 if (TBAATag) in CreateMemSetInline()
182 CI->setMetadata(LLVMContext::MD_tbaa, TBAATag); in CreateMemSetInline()
195 MDNode *TBAATag, MDNode *ScopeTag, MDNode *NoAliasTag) { in CreateElementUnorderedAtomicMemSet() argument
208 if (TBAATag) in CreateElementUnorderedAtomicMemSet()
209 CI->setMetadata(LLVMContext::MD_tbaa, TBAATag); in CreateElementUnorderedAtomicMemSet()
222 MaybeAlign SrcAlign, Value *Size, bool isVolatile, MDNode *TBAATag, in CreateMemTransferInst() argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp341 llvm::MDNode *TBAATag = getAccessTagInfo(TBAAAccessInfo(TBAAType, Size)); in CollectFields() local
343 llvm::MDBuilder::TBAAStructField(BaseOffset, Size, TBAATag)); in CollectFields()
383 llvm::MDNode *TBAATag = in CollectFields() local
386 llvm::MDBuilder::TBAAStructField(Offset, Size, TBAATag)); in CollectFields()
402 llvm::MDNode *TBAATag = getAccessTagInfo(TBAAAccessInfo(TBAAType, Size)); in CollectFields() local
403 Fields.push_back(llvm::MDBuilder::TBAAStructField(Offset, Size, TBAATag)); in CollectFields()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h594 MDNode *TBAATag = nullptr, MDNode *ScopeTag = nullptr,
597 TBAATag, ScopeTag, NoAliasTag);
601 bool isVolatile = false, MDNode *TBAATag = nullptr,
607 MDNode *TBAATag = nullptr,
620 MDNode *TBAATag = nullptr,
625 TBAATag, ScopeTag, NoAliasTag);
647 MDNode *TBAATag = nullptr,
658 bool isVolatile = false, MDNode *TBAATag = nullptr,
663 isVolatile, TBAATag, TBAAStructTag, ScopeTag,
670 MDNode *TBAATag = nullptr, MDNode *TBAAStructTag = nullptr,
[all …]