Searched defs:TBAATag (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | IRBuilder.cpp | 65 bool isVolatile, MDNode *TBAATag) { in CreateMemSet() 83 bool isVolatile, MDNode *TBAATag) { in CreateMemCpy() 103 bool isVolatile, MDNode *TBAATag) { in CreateMemMove()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | AliasAnalysis.cpp | 262 MDNode *TBAATag = MTI->getMetadata(LLVMContext::MD_tbaa); in getLocationForSource() local 275 MDNode *TBAATag = MTI->getMetadata(LLVMContext::MD_tbaa); in getLocationForDest() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 101 bool isVolatile, MDNode *TBAATag, MDNode *ScopeTag, in CreateMemSet() 129 MDNode *TBAATag, MDNode *ScopeTag, MDNode *NoAliasTag) { in CreateElementUnorderedAtomicMemSet() 159 Value *Size, bool isVolatile, MDNode *TBAATag, in CreateMemCpy() 198 uint32_t ElementSize, MDNode *TBAATag, MDNode *TBAAStructTag, in CreateElementUnorderedAtomicMemCpy() 239 Value *Size, bool isVolatile, MDNode *TBAATag, MDNode *ScopeTag, in CreateMemMove() 274 uint32_t ElementSize, MDNode *TBAATag, MDNode *TBAAStructTag, in CreateElementUnorderedAtomicMemMove()
|
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 83 bool isVolatile, MDNode *TBAATag, MDNode *ScopeTag, in CreateMemSet() 108 bool isVolatile, MDNode *TBAATag, MDNode *TBAAStructTag, in CreateMemCpy() 139 bool isVolatile, MDNode *TBAATag, MDNode *ScopeTag, in CreateMemMove()
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.cpp | 210 llvm::MDNode *TBAATag = getTBAAScalarTagInfo(TBAAInfo); in CollectFields() local
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 287 const MDNode *TBAATag; member
|
D | AliasAnalysis.h | 109 const MDNode *TBAATag; member
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 1255 MDNode *TBAATag = SomeLoad->getMetadata(LLVMContext::MD_tbaa); in tryToMakeAllocaBePromotable() local
|