Searched refs:TBAATag (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 83 bool isVolatile, MDNode *TBAATag, MDNode *ScopeTag, in CreateMemSet() argument 94 if (TBAATag) in CreateMemSet() 95 CI->setMetadata(LLVMContext::MD_tbaa, TBAATag); in CreateMemSet() 108 bool isVolatile, MDNode *TBAATag, MDNode *TBAAStructTag, in CreateMemCpy() argument 121 if (TBAATag) in CreateMemCpy() 122 CI->setMetadata(LLVMContext::MD_tbaa, TBAATag); in CreateMemCpy() 139 bool isVolatile, MDNode *TBAATag, MDNode *ScopeTag, in CreateMemMove() argument 152 if (TBAATag) in CreateMemMove() 153 CI->setMetadata(LLVMContext::MD_tbaa, TBAATag); in CreateMemMove()
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.cpp | 206 llvm::MDNode *TBAATag = getTBAAScalarTagInfo(TBAAInfo); in CollectFields() local 207 Fields.push_back(llvm::MDBuilder::TBAAStructField(Offset, Size, TBAATag)); in CollectFields()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 366 bool isVolatile = false, MDNode *TBAATag = nullptr, 370 TBAATag, ScopeTag, NoAliasTag); 374 bool isVolatile = false, MDNode *TBAATag = nullptr, 384 bool isVolatile = false, MDNode *TBAATag = nullptr, 388 return CreateMemCpy(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag, 393 bool isVolatile = false, MDNode *TBAATag = nullptr, 405 bool isVolatile = false, MDNode *TBAATag = nullptr, 409 TBAATag, ScopeTag, NoAliasTag); 413 bool isVolatile = false, MDNode *TBAATag = nullptr,
|