HomeSort by relevance Sort by last modified time
    Searched defs:getTBAAInfo (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 88 CodeGenTBAA::getTBAAInfo(QualType QTy) {
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);
CGValue.h 252 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; }
CodeGenModule.cpp 402 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) {
405 return TBAA->getTBAAInfo(QTy);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 164 /// getTBAAInfo - Return the TBAA tag for the memory reference.
165 const MDNode *getTBAAInfo() const { return TBAAInfo; }
SelectionDAGNodes.h     [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 72 /// getTBAAInfo - Return the TBAAInfo, or null if there is no
74 const MDNode *getTBAAInfo() const {
207 const MDNode *getTBAAInfo() const { return CurNode->getTBAAInfo(); }

Completed in 88 milliseconds