Searched defs:getTBAAInfo (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp80 CodeGenTBAA::getTBAAInfo(QualType QTy) { function in class:CodeGenTBAA
111 return getTBAAInfo(Context.ShortTy);
113 return getTBAAInfo(Context.IntTy);
115 return getTBAAInfo(Context.LongTy);
117 return getTBAAInfo(Context.LongLongTy);
119 return getTBAAInfo(Context.Int128Ty);
209 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy);
H A DCGValue.h235 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; } function in class:clang::CodeGen::LValue
H A DCodeGenModule.cpp211 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) { function in class:CodeGenModule
214 return TBAA->getTBAAInfo(QTy);
/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h142 /// getTBAAInfo - Return the TBAA tag for the memory reference.
143 const MDNode *getTBAAInfo() const { return TBAAInfo; } function in class:llvm::MachineMemOperand
H A DSelectionDAGNodes.h952 const MDNode *getTBAAInfo() const { return MMO->getTBAAInfo(); } function in class:llvm::SDNode::MemSDNode
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h73 /// getTBAAInfo - Return the TBAAInfo, or null if there is no
75 const MDNode *getTBAAInfo() const { function in class:llvm::AliasSet::PointerRec
208 const MDNode *getTBAAInfo() const { return CurNode->getTBAAInfo(); } function

Completed in 1671 milliseconds