Searched refs:TBAATag (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 115 MDNode *TBAATag, MDNode *ScopeTag, in CreateMemSet() argument 129 if (TBAATag) in CreateMemSet() 130 CI->setMetadata(LLVMContext::MD_tbaa, TBAATag); in CreateMemSet() 143 MDNode *TBAATag, MDNode *ScopeTag, MDNode *NoAliasTag) { in CreateElementUnorderedAtomicMemSet() argument 157 if (TBAATag) in CreateElementUnorderedAtomicMemSet() 158 CI->setMetadata(LLVMContext::MD_tbaa, TBAATag); in CreateElementUnorderedAtomicMemSet() 171 MaybeAlign SrcAlign, Value *Size, bool isVolatile, MDNode *TBAATag, in CreateMemTransferInst() argument 190 if (TBAATag) in CreateMemTransferInst() 191 CI->setMetadata(LLVMContext::MD_tbaa, TBAATag); in CreateMemTransferInst() 232 uint32_t ElementSize, MDNode *TBAATag, MDNode *TBAAStructTag, in CreateElementUnorderedAtomicMemCpy() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 582 MDNode *TBAATag = nullptr, MDNode *ScopeTag = nullptr, 585 TBAATag, ScopeTag, NoAliasTag); 589 bool isVolatile = false, MDNode *TBAATag = nullptr, 602 MDNode *TBAATag = nullptr, 607 TBAATag, ScopeTag, NoAliasTag); 613 MDNode *TBAATag = nullptr, 624 bool isVolatile = false, MDNode *TBAATag = nullptr, 629 isVolatile, TBAATag, TBAAStructTag, ScopeTag, 636 MDNode *TBAATag = nullptr, MDNode *TBAAStructTag = nullptr, 641 bool isVolatile = false, MDNode *TBAATag = nullptr, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 314 llvm::MDNode *TBAATag = getAccessTagInfo(TBAAAccessInfo(TBAAType, Size)); in CollectFields() local 315 Fields.push_back(llvm::MDBuilder::TBAAStructField(Offset, Size, TBAATag)); in CollectFields()
|