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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 98 CodeGenTBAA::getTBAAInfo(QualType QTy) {
125 return getTBAAInfo(Context.ShortTy);
127 return getTBAAInfo(Context.IntTy);
129 return getTBAAInfo(Context.LongTy);
131 return getTBAAInfo(Context.LongLongTy);
133 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 221 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; }
CodeGenModule.h 418 llvm::MDNode *getTBAAInfo(QualType QTy);
    [all...]
CGExpr.cpp 738 lvalue.getTBAAInfo());
800 lvalue.getTBAAInfo());
    [all...]
CGObjC.cpp     [all...]
CodeGenModule.cpp 174 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) {
177 return TBAA->getTBAAInfo(QTy);
    [all...]
CodeGenFunction.h     [all...]
  /external/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/llvm/lib/Analysis/
AliasSetTracker.cpp 51 L->getTBAAInfo()),
54 R->getTBAAInfo()))
106 P->getTBAAInfo()),
155 SomePtr->getTBAAInfo()),
164 I.getTBAAInfo())))
386 ASI.getTBAAInfo(),
540 I->second->getTBAAInfo(),
  /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 243 (*I)->getTBAAInfo());
275 (*I)->getTBAAInfo());
MachineInstr.cpp 444 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 329 milliseconds