Searched refs:TBAAStructTag (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 172 MDNode *TBAAStructTag, MDNode *ScopeTag, MDNode *NoAliasTag) { in CreateMemTransferInst() argument 194 if (TBAAStructTag) in CreateMemTransferInst() 195 CI->setMetadata(LLVMContext::MD_tbaa_struct, TBAAStructTag); in CreateMemTransferInst() 232 uint32_t ElementSize, MDNode *TBAATag, MDNode *TBAAStructTag, in CreateElementUnorderedAtomicMemCpy() argument 259 if (TBAAStructTag) in CreateElementUnorderedAtomicMemCpy() 260 CI->setMetadata(LLVMContext::MD_tbaa_struct, TBAAStructTag); in CreateElementUnorderedAtomicMemCpy() 307 uint32_t ElementSize, MDNode *TBAATag, MDNode *TBAAStructTag, in CreateElementUnorderedAtomicMemMove() argument 333 if (TBAAStructTag) in CreateElementUnorderedAtomicMemMove() 334 CI->setMetadata(LLVMContext::MD_tbaa_struct, TBAAStructTag); in CreateElementUnorderedAtomicMemMove()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 625 MDNode *TBAAStructTag = nullptr, 629 isVolatile, TBAATag, TBAAStructTag, ScopeTag, 636 MDNode *TBAATag = nullptr, MDNode *TBAAStructTag = nullptr, 642 MDNode *TBAAStructTag = nullptr, 647 TBAAStructTag, ScopeTag, NoAliasTag); 664 MDNode *TBAAStructTag = nullptr, MDNode *ScopeTag = nullptr, 694 MDNode *TBAAStructTag = nullptr, MDNode *ScopeTag = nullptr,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 2162 if (llvm::MDNode *TBAAStructTag = CGM.getTBAAStructInfo(Ty)) in EmitAggregateCopy() local 2163 Inst->setMetadata(llvm::LLVMContext::MD_tbaa_struct, TBAAStructTag); in EmitAggregateCopy()
|