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 92 CodeGenTBAA::getTBAAInfo(QualType QTy) {
123 return getTBAAInfo(Context.ShortTy);
125 return getTBAAInfo(Context.IntTy);
127 return getTBAAInfo(Context.LongTy);
129 return getTBAAInfo(Context.LongLongTy);
131 return getTBAAInfo(Context.Int128Ty);
209 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy);
265 FieldNode = getTBAAInfo(FieldQTy);
CGValue.h 308 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; }
CodeGenModule.cpp 513 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) {
516 return TBAA->getTBAAInfo(QTy);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineMemOperand.h 137 /// getTBAAInfo - Return the TBAA tag for the memory reference.
138 const MDNode *getTBAAInfo() const { return TBAAInfo; }
SelectionDAGNodes.h 933 const MDNode *getTBAAInfo() const { return MMO->getTBAAInfo(); }
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasSetTracker.h 73 /// getTBAAInfo - Return the TBAAInfo, or null if there is no
75 const MDNode *getTBAAInfo() const {
209 const MDNode *getTBAAInfo() const { return CurNode->getTBAAInfo(); }

Completed in 3219 milliseconds