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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineMemOperand.h137 /// getTBAAInfo - Return the TBAA tag for the memory reference.
138 const MDNode *getTBAAInfo() const { return TBAAInfo; } function in class:llvm::MachineMemOperand
H A DSelectionDAGNodes.h933 const MDNode *getTBAAInfo() const { return MMO->getTBAAInfo(); } function in class:llvm::SDNode::MemSDNode
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp92 CodeGenTBAA::getTBAAInfo(QualType QTy) { function in class:CodeGenTBAA
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);
H A DCGValue.h308 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; } function in class:clang::CodeGen::LValue
H A DCodeGenModule.cpp513 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) { function in class:CodeGenModule
516 return TBAA->getTBAAInfo(QTy);
/external/swiftshader/third_party/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
209 const MDNode *getTBAAInfo() const { return CurNode->getTBAAInfo(); } function

Completed in 444 milliseconds