Home
last modified time | relevance | path

Searched defs:TBAAInfo (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DAliasSetTracker.cpp96 uint64_t Size, const MDNode *TBAAInfo, in addPointer()
144 const MDNode *TBAAInfo, in aliasesPointer()
218 const MDNode *TBAAInfo) { in findAliasSetForPointer()
266 const MDNode *TBAAInfo, in getAliasSetForPointer()
290 bool AliasSetTracker::add(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) { in add()
423 AliasSetTracker::remove(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) { in remove()
432 const MDNode *TBAAInfo = LI->getMetadata(LLVMContext::MD_tbaa); in remove() local
441 const MDNode *TBAAInfo = SI->getMetadata(LLVMContext::MD_tbaa); in remove() local
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineMemOperand.h85 const MDNode *TBAAInfo; variable
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasSetTracker.h44 const MDNode *TBAAInfo; variable
/external/clang/lib/CodeGen/
DCodeGenTBAA.cpp209 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy); in CollectFields() local
DCGValue.h217 llvm::MDNode *TBAAInfo; variable
DCGExpr.cpp1266 llvm::MDNode *TBAAInfo, in EmitLoadOfScalar()
1377 llvm::MDNode *TBAAInfo, in EmitStoreOfScalar()
DCodeGenModule.cpp544 llvm::MDNode *TBAAInfo, in DecorateInstructionWithTBAA()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp367 const MDNode *TBAAInfo) in MachineMemOperand()
444 if (const MDNode *TBAAInfo = MMO.getTBAAInfo()) { in operator <<() local
DMachineFunction.cpp200 const MDNode *TBAAInfo) { in getMachineMemOperand()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4142 unsigned Alignment, const MDNode *TBAAInfo) { in getLoad()
4216 unsigned Alignment, const MDNode *TBAAInfo) { in getLoad()
4226 unsigned Alignment, const MDNode *TBAAInfo) { in getExtLoad()
4249 unsigned Alignment, const MDNode *TBAAInfo) { in getStore()
4302 const MDNode *TBAAInfo) { in getTruncStore()
DSelectionDAGBuilder.cpp3179 const MDNode *TBAAInfo = I.getMetadata(LLVMContext::MD_tbaa); in visitLoad() local
3274 const MDNode *TBAAInfo = I.getMetadata(LLVMContext::MD_tbaa); in visitStore() local
/external/llvm/lib/CodeGen/
DMachineInstr.cpp589 if (const MDNode *TBAAInfo = getAAInfo().TBAA) { in print() local