Searched defs:TBAAInfo (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 96 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/ |
D | MachineMemOperand.h | 85 const MDNode *TBAAInfo; variable
|
/external/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 44 const MDNode *TBAAInfo; variable
|
/external/clang/lib/CodeGen/ |
D | CGValue.h | 156 llvm::MDNode *TBAAInfo; variable
|
D | CGExpr.cpp | 733 llvm::MDNode *TBAAInfo) { in EmitLoadOfScalar() 777 llvm::MDNode *TBAAInfo) { in EmitStoreOfScalar()
|
D | CodeGenModule.cpp | 161 llvm::MDNode *TBAAInfo) { in DecorateInstruction()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 367 const MDNode *TBAAInfo) in MachineMemOperand() 444 if (const MDNode *TBAAInfo = MMO.getTBAAInfo()) { in operator <<() local
|
D | MachineFunction.cpp | 200 const MDNode *TBAAInfo) { in getMachineMemOperand()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4039 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()
|
D | SelectionDAGBuilder.cpp | 3095 const MDNode *TBAAInfo = I.getMetadata(LLVMContext::MD_tbaa); in visitLoad() local 3187 const MDNode *TBAAInfo = I.getMetadata(LLVMContext::MD_tbaa); in visitStore() local
|