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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 93 CodeGenTBAA::getTBAAInfo(QualType QTy) {
124 return getTBAAInfo(Context.ShortTy);
126 return getTBAAInfo(Context.IntTy);
128 return getTBAAInfo(Context.LongTy);
130 return getTBAAInfo(Context.LongLongTy);
132 return getTBAAInfo(Context.Int128Ty);
213 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy);
270 FieldNode = getTBAAInfo(FieldQTy);
CodeGenTBAA.h 101 /// getTBAAInfo - Get the TBAA MDNode to be used for a dereference
103 llvm::MDNode *getTBAAInfo(QualType QTy);
CGAtomic.cpp 121 CGF.getContext(), lvalue.getTBAAInfo());
772 if (src.getTBAAInfo())
773 CGM.DecorateInstruction(load, src.getTBAAInfo());
    [all...]
CGValue.h 250 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; }
CGExpr.cpp     [all...]
CodeGenModule.h 524 llvm::MDNode *getTBAAInfo(QualType QTy);
    [all...]
CodeGenFunction.h     [all...]
CodeGenModule.cpp 216 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) {
219 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 148 /// getTBAAInfo - Return the TBAA tag for the memory reference.
149 const MDNode *getTBAAInfo() const { return TBAAInfo; }
SelectionDAGNodes.h     [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 72 /// getTBAAInfo - Return the TBAAInfo, or null if there is no
74 const MDNode *getTBAAInfo() const {
207 const MDNode *getTBAAInfo() const { return CurNode->getTBAAInfo(); }
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 270 (*I)->getTBAAInfo());
302 (*I)->getTBAAInfo());
    [all...]
ScheduleDAGInstrs.cpp 545 MMOa->getTBAAInfo()),
547 MMOb->getTBAAInfo()));
    [all...]
MachineInstr.cpp 500 if (const MDNode *TBAAInfo = MMO.getTBAAInfo()) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp     [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 357 milliseconds