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

/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp88 CodeGenTBAA::getTBAAInfo(QualType QTy) { function in class:CodeGenTBAA
119 return getTBAAInfo(Context.ShortTy);
121 return getTBAAInfo(Context.IntTy);
123 return getTBAAInfo(Context.LongTy);
125 return getTBAAInfo(Context.LongLongTy);
127 return getTBAAInfo(Context.Int128Ty);
206 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy);
262 FieldNode = getTBAAInfo(FieldQTy);
H A DCGValue.h252 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; } function in class:clang::CodeGen::LValue
H A DCodeGenModule.cpp402 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) { function in class:CodeGenModule
405 return TBAA->getTBAAInfo(QTy);
/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h164 /// getTBAAInfo - Return the TBAA tag for the memory reference.
165 const MDNode *getTBAAInfo() const { return TBAAInfo; } function in class:llvm::MachineMemOperand
H A DSelectionDAGNodes.h1092 const MDNode *getTBAAInfo() const { return MMO->getTBAAInfo(); } function in class:llvm::MemSDNode
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h72 /// getTBAAInfo - Return the TBAAInfo, or null if there is no
74 const MDNode *getTBAAInfo() const { function in class:llvm::AliasSet::PointerRec
207 const MDNode *getTBAAInfo() const { return CurNode->getTBAAInfo(); } function

Completed in 2219 milliseconds