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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 76 CodeGenTBAA::getTBAAInfo(QualType QTy) {
103 return getTBAAInfo(Context.ShortTy);
105 return getTBAAInfo(Context.IntTy);
107 return getTBAAInfo(Context.LongTy);
109 return getTBAAInfo(Context.LongLongTy);
111 return getTBAAInfo(Context.Int128Ty);
CodeGenTBAA.h 68 /// getTBAAInfo - Get the TBAA MDNode to be used for a dereference
70 llvm::MDNode *getTBAAInfo(QualType QTy);
CGValue.h 218 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; }
CodeGenModule.h 459 llvm::MDNode *getTBAAInfo(QualType QTy);
    [all...]
CGExpr.cpp     [all...]
CodeGenFunction.h     [all...]
CodeGenModule.cpp 179 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) {
182 return TBAA->getTBAAInfo(QTy);
    [all...]
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 51 L->getTBAAInfo()),
54 R->getTBAAInfo()))
106 P->getTBAAInfo()),
155 SomePtr->getTBAAInfo()),
164 I.getTBAAInfo())))
194 I.getTBAAInfo())) !=
388 ASI.getTBAAInfo(),
542 I->second->getTBAAInfo(),
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 142 /// getTBAAInfo - Return the TBAA tag for the memory reference.
143 const MDNode *getTBAAInfo() const { return TBAAInfo; }
SelectionDAGNodes.h 934 const MDNode *getTBAAInfo() const { return MMO->getTBAAInfo(); }
    [all...]
  /external/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(); }
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 242 (*I)->getTBAAInfo());
274 (*I)->getTBAAInfo());
MachineInstr.cpp 462 if (const MDNode *TBAAInfo = MMO.getTBAAInfo()) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 346 milliseconds