/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 101 MDNode *TBAATag, MDNode *ScopeTag, in CreateMemSet() argument 118 if (ScopeTag) in CreateMemSet() 119 CI->setMetadata(LLVMContext::MD_alias_scope, ScopeTag); in CreateMemSet() 129 MDNode *TBAATag, MDNode *ScopeTag, MDNode *NoAliasTag) { in CreateElementUnorderedAtomicMemSet() argument 146 if (ScopeTag) in CreateElementUnorderedAtomicMemSet() 147 CI->setMetadata(LLVMContext::MD_alias_scope, ScopeTag); in CreateElementUnorderedAtomicMemSet() 158 MDNode *TBAAStructTag, MDNode *ScopeTag, in CreateMemCpy() argument 161 Size, isVolatile, TBAATag, TBAAStructTag, ScopeTag, in CreateMemCpy() 169 MDNode *ScopeTag, MDNode *NoAliasTag) { in CreateMemCpy() argument 194 if (ScopeTag) in CreateMemCpy() [all …]
|
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 83 bool isVolatile, MDNode *TBAATag, MDNode *ScopeTag, in CreateMemSet() argument 97 if (ScopeTag) in CreateMemSet() 98 CI->setMetadata(LLVMContext::MD_alias_scope, ScopeTag); in CreateMemSet() 109 MDNode *ScopeTag, MDNode *NoAliasTag) { in CreateMemCpy() argument 128 if (ScopeTag) in CreateMemCpy() 129 CI->setMetadata(LLVMContext::MD_alias_scope, ScopeTag); in CreateMemCpy() 139 bool isVolatile, MDNode *TBAATag, MDNode *ScopeTag, in CreateMemMove() argument 155 if (ScopeTag) in CreateMemMove() 156 CI->setMetadata(LLVMContext::MD_alias_scope, ScopeTag); in CreateMemMove()
|
/external/llvm-project/llvm/lib/IR/ |
D | IRBuilder.cpp | 96 MDNode *TBAATag, MDNode *ScopeTag, in CreateMemSet() argument 113 if (ScopeTag) in CreateMemSet() 114 CI->setMetadata(LLVMContext::MD_alias_scope, ScopeTag); in CreateMemSet() 124 MDNode *TBAATag, MDNode *ScopeTag, MDNode *NoAliasTag) { in CreateElementUnorderedAtomicMemSet() argument 141 if (ScopeTag) in CreateElementUnorderedAtomicMemSet() 142 CI->setMetadata(LLVMContext::MD_alias_scope, ScopeTag); in CreateElementUnorderedAtomicMemSet() 153 MDNode *TBAAStructTag, MDNode *ScopeTag, MDNode *NoAliasTag) { in CreateMemTransferInst() argument 178 if (ScopeTag) in CreateMemTransferInst() 179 CI->setMetadata(LLVMContext::MD_alias_scope, ScopeTag); in CreateMemTransferInst() 214 MDNode *ScopeTag, MDNode *NoAliasTag) { in CreateElementUnorderedAtomicMemCpy() argument [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 454 MDNode *TBAATag = nullptr, MDNode *ScopeTag = nullptr, 457 TBAATag, ScopeTag, NoAliasTag); 462 MDNode *ScopeTag = nullptr, 477 MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr), 481 TBAATag, ScopeTag, NoAliasTag); 488 MDNode *ScopeTag = nullptr, 492 TBAATag, ScopeTag, NoAliasTag); 501 MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr), 504 ElementSize, TBAATag, ScopeTag, 512 MDNode *ScopeTag = nullptr, [all …]
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | IRBuilder.h | 533 MDNode *TBAATag = nullptr, MDNode *ScopeTag = nullptr, 536 TBAATag, ScopeTag, NoAliasTag); 541 MDNode *ScopeTag = nullptr, 554 MDNode *ScopeTag = nullptr, 558 TBAATag, ScopeTag, NoAliasTag); 565 MDNode *ScopeTag = nullptr, 577 MDNode *ScopeTag = nullptr, 580 isVolatile, TBAATag, TBAAStructTag, ScopeTag, 588 MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr); 594 MDNode *ScopeTag = nullptr, [all …]
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 389 MDNode *ScopeTag = nullptr, 392 TBAATag, ScopeTag, NoAliasTag); 397 MDNode *ScopeTag = nullptr, 408 MDNode *ScopeTag = nullptr, 411 TBAAStructTag, ScopeTag, NoAliasTag); 417 MDNode *ScopeTag = nullptr, 428 MDNode *ScopeTag = nullptr, 431 TBAATag, ScopeTag, NoAliasTag); 436 MDNode *ScopeTag = nullptr,
|