Searched refs:getTBAAInfo (Results 1 - 16 of 16) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp78 CodeGenTBAA::getTBAAInfo(QualType QTy) { function in class:CodeGenTBAA
109 return getTBAAInfo(Context.ShortTy);
111 return getTBAAInfo(Context.IntTy);
113 return getTBAAInfo(Context.LongTy);
115 return getTBAAInfo(Context.LongLongTy);
117 return getTBAAInfo(Context.Int128Ty);
H A DCodeGenTBAA.h70 /// getTBAAInfo - Get the TBAA MDNode to be used for a dereference
72 llvm::MDNode *getTBAAInfo(QualType QTy);
H A DCGValue.h218 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; } function in class:clang::CodeGen::LValue
H A DCGExpr.cpp921 lvalue.getType(), lvalue.getTBAAInfo());
1118 lvalue.getTBAAInfo(), isInit);
2220 tbaa = CGM.getTBAAInfo(getContext().CharTy);
2222 tbaa = CGM.getTBAAInfo(type);
2258 if (mayAlias && LV.getTBAAInfo())
2259 LV.setTBAAInfo(CGM.getTBAAInfo(getContext().CharTy));
H A DCodeGenModule.h462 llvm::MDNode *getTBAAInfo(QualType QTy);
H A DCodeGenFunction.h1576 CGM.getTBAAInfo(T));
1584 CGM.getTBAAInfo(T));
H A DCodeGenModule.cpp193 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) { function in class:CodeGenModule
196 return TBAA->getTBAAInfo(QTy);
/external/llvm/lib/Analysis/
H A DAliasSetTracker.cpp51 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/
H A DMachineMemOperand.h142 /// getTBAAInfo - Return the TBAA tag for the memory reference.
143 const MDNode *getTBAAInfo() const { return TBAAInfo; } function in class:llvm::MachineMemOperand
H A DSelectionDAGNodes.h944 const MDNode *getTBAAInfo() const { return MMO->getTBAAInfo(); } function in class:llvm::SDNode::MemSDNode
/external/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
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp246 (*I)->getTBAAInfo());
278 (*I)->getTBAAInfo());
H A DScheduleDAGInstrs.cpp600 MMOa->getTBAAInfo()),
602 MMOb->getTBAAInfo()));
H A DMachineInstr.cpp499 if (const MDNode *TBAAInfo = MMO.getTBAAInfo()) {
1434 (*I)->getTBAAInfo())))
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9079 TBAAInfo = LS->getTBAAInfo();
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8041 St->getTBAAInfo());

Completed in 278 milliseconds