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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp93 CodeGenTBAA::getTBAAInfo(QualType QTy) { function in class:CodeGenTBAA
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);
232 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy);
300 FieldNode = getTBAAInfo(FieldQTy);
H A DCodeGenTBAA.h101 /// getTBAAInfo - Get the TBAA MDNode to be used for a dereference
103 llvm::MDNode *getTBAAInfo(QualType QTy);
H A DCGAtomic.cpp121 CGF.getContext(), lvalue.getTBAAInfo());
791 if (src.getTBAAInfo())
792 CGM.DecorateInstruction(load, src.getTBAAInfo());
978 if (dest.getTBAAInfo())
979 CGM.DecorateInstruction(store, dest.getTBAAInfo());
H A DCGValue.h250 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; } function in class:clang::CodeGen::LValue
H A DCGExpr.cpp1069 lvalue.getType(), lvalue.getTBAAInfo(),
1311 lvalue.getTBAAInfo(), isInit, lvalue.getTBAABaseType(),
2567 tbaa = CGM.getTBAAInfo(getContext().CharTy);
2569 tbaa = CGM.getTBAAInfo(type);
2615 if (mayAlias && LV.getTBAAInfo())
2616 LV.setTBAAInfo(CGM.getTBAAInfo(getContext().CharTy));
H A DCodeGenModule.h520 llvm::MDNode *getTBAAInfo(QualType QTy);
H A DCodeGenFunction.h1691 CGM.getTBAAInfo(T));
1699 CGM.getTBAAInfo(T));
H A DCodeGenModule.cpp210 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) { function in class:CodeGenModule
213 return TBAA->getTBAAInfo(QTy);
/freebsd-10.0-release/contrib/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(),
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h148 /// getTBAAInfo - Return the TBAA tag for the memory reference.
149 const MDNode *getTBAAInfo() const { return TBAAInfo; } function in class:llvm::MachineMemOperand
H A DSelectionDAGNodes.h946 const MDNode *getTBAAInfo() const { return MMO->getTBAAInfo(); } function in class:llvm::SDNode::MemSDNode
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h72 /// getTBAAInfo - Return the TBAAInfo, or null if there is no
74 const MDNode *getTBAAInfo() const { function in class:llvm::AliasSet::PointerRec
207 const MDNode *getTBAAInfo() const { return CurNode->getTBAAInfo(); } function
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp264 (*I)->getTBAAInfo());
296 (*I)->getTBAAInfo());
H A DScheduleDAGInstrs.cpp552 MMOa->getTBAAInfo()),
554 MMOb->getTBAAInfo()));
H A DMachineInstr.cpp500 if (const MDNode *TBAAInfo = MMO.getTBAAInfo()) {
1338 (*I)->getTBAAInfo())))
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13265 (*MMOI)->getTBAAInfo(),
13552 (*MMOI)->getTBAAInfo(),
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10178 TBAAInfo = LS->getTBAAInfo();
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8625 St->getTBAAInfo());

Completed in 332 milliseconds