Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DAliasSetTracker.cpp96 uint64_t Size, const MDNode *TBAAInfo, in addPointer()
147 const MDNode *TBAAInfo, in aliasesPointer()
219 const MDNode *TBAAInfo) { in findAliasSetForPointer()
267 const MDNode *TBAAInfo, in getAliasSetForPointer()
291 bool AliasSetTracker::add(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) { in add()
422 AliasSetTracker::remove(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) { in remove()
431 const MDNode *TBAAInfo = LI->getMetadata(LLVMContext::MD_tbaa); in remove() local
440 const MDNode *TBAAInfo = SI->getMetadata(LLVMContext::MD_tbaa); in remove() local
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h85 const MDNode *TBAAInfo; variable
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h44 const MDNode *TBAAInfo; variable
/external/clang/lib/CodeGen/
DCGValue.h156 llvm::MDNode *TBAAInfo; variable
DCGExpr.cpp733 llvm::MDNode *TBAAInfo) { in EmitLoadOfScalar()
777 llvm::MDNode *TBAAInfo) { in EmitStoreOfScalar()
DCodeGenModule.cpp161 llvm::MDNode *TBAAInfo) { in DecorateInstruction()
/external/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/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4039 unsigned Alignment, const MDNode *TBAAInfo) { in getLoad()
4113 unsigned Alignment, const MDNode *TBAAInfo) { in getLoad()
4123 unsigned Alignment, const MDNode *TBAAInfo) { in getExtLoad()
4146 unsigned Alignment, const MDNode *TBAAInfo) { in getStore()
4199 const MDNode *TBAAInfo) { in getTruncStore()
DSelectionDAGBuilder.cpp3095 const MDNode *TBAAInfo = I.getMetadata(LLVMContext::MD_tbaa); in visitLoad() local
3187 const MDNode *TBAAInfo = I.getMetadata(LLVMContext::MD_tbaa); in visitStore() local