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

/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp93 CodeGenTBAA::getTBAAInfo(QualType QTy) { function in class:CodeGenTBAA
124 return getTBAAInfo(Context.ShortTy);
126 return getTBAAInfo(Context.IntTy);
128 return getTBAAInfo(Context.LongTy);
130 return getTBAAInfo(Context.LongLongTy);
132 return getTBAAInfo(Context.Int128Ty);
213 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy);
270 FieldNode = getTBAAInfo(FieldQTy);
H A DCGValue.h250 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; } function in class:clang::CodeGen::LValue
H A DCodeGenModule.cpp216 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) { function in class:CodeGenModule
219 return TBAA->getTBAAInfo(QTy);
/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h148 /// getTBAAInfo - Return the TBAA tag for the memory reference.
149 const MDNode *getTBAAInfo() const { return TBAAInfo; } function in class:llvm::MachineMemOperand
H A DSelectionDAGNodes.h1008 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 182 milliseconds