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()
144 const MDNode *TBAAInfo, in aliasesPointer()
220 const MDNode *TBAAInfo) { in findAliasSetForPointer()
268 const MDNode *TBAAInfo, in getAliasSetForPointer()
292 bool AliasSetTracker::add(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) { in add()
425 AliasSetTracker::remove(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) { in remove()
434 const MDNode *TBAAInfo = LI->getMetadata(LLVMContext::MD_tbaa); in remove() local
443 const MDNode *TBAAInfo = SI->getMetadata(LLVMContext::MD_tbaa); in remove() local
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h86 const MDNode *TBAAInfo; variable
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h44 const MDNode *TBAAInfo; variable
/external/clang/lib/CodeGen/
DCGValue.h152 llvm::MDNode *TBAAInfo; variable
DCGExpr.cpp976 llvm::MDNode *TBAAInfo) { in EmitLoadOfScalar()
1065 llvm::MDNode *TBAAInfo, in EmitStoreOfScalar()
DCodeGenModule.cpp206 llvm::MDNode *TBAAInfo) { in DecorateInstruction()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp202 const MDNode *TBAAInfo, in getMachineMemOperand()
DMachineInstr.cpp421 const MDNode *TBAAInfo, in MachineMemOperand()
499 if (const MDNode *TBAAInfo = MMO.getTBAAInfo()) { in operator <<() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4247 unsigned Alignment, const MDNode *TBAAInfo, in getLoad()
4327 const MDNode *TBAAInfo, in getLoad()
4339 unsigned Alignment, const MDNode *TBAAInfo) { in getExtLoad()
4362 unsigned Alignment, const MDNode *TBAAInfo) { in getStore()
4416 const MDNode *TBAAInfo) { in getTruncStore()
DSelectionDAGBuilder.cpp3246 const MDNode *TBAAInfo = I.getMetadata(LLVMContext::MD_tbaa); in visitLoad() local
3343 const MDNode *TBAAInfo = I.getMetadata(LLVMContext::MD_tbaa); in visitStore() local