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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 80 CodeGenTBAA::getTBAAInfo(QualType QTy) {
111 return getTBAAInfo(Context.ShortTy);
113 return getTBAAInfo(Context.IntTy);
115 return getTBAAInfo(Context.LongTy);
117 return getTBAAInfo(Context.LongLongTy);
119 return getTBAAInfo(Context.Int128Ty);
209 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy);
CodeGenTBAA.h 81 /// getTBAAInfo - Get the TBAA MDNode to be used for a dereference
83 llvm::MDNode *getTBAAInfo(QualType QTy);
CGAtomic.cpp 120 CGF.getContext(), lvalue.getTBAAInfo());
714 if (src.getTBAAInfo())
715 CGM.DecorateInstruction(load, src.getTBAAInfo());
    [all...]
CGValue.h 235 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; }
CGExpr.cpp     [all...]
CodeGenModule.h 492 llvm::MDNode *getTBAAInfo(QualType QTy);
    [all...]
CodeGenFunction.h     [all...]
CodeGenModule.cpp 211 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) {
214 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 952 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 {
208 const MDNode *getTBAAInfo() const { return CurNode->getTBAAInfo(); }
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 264 (*I)->getTBAAInfo());
296 (*I)->getTBAAInfo());
    [all...]
ScheduleDAGInstrs.cpp 548 MMOa->getTBAAInfo()),
550 MMOb->getTBAAInfo()));
    [all...]
MachineInstr.cpp 500 if (const MDNode *TBAAInfo = MMO.getTBAAInfo()) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 574 milliseconds