Home
last modified time | relevance | path

Searched refs:TBAAInfo (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
DCGValue.h217 llvm::MDNode *TBAAInfo; variable
222 llvm::MDNode *TBAAInfo = nullptr) {
242 this->TBAAInfo = TBAAInfo;
308 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; } in getTBAAInfo()
309 void setTBAAInfo(llvm::MDNode *N) { TBAAInfo = N; } in setTBAAInfo()
374 llvm::MDNode *TBAAInfo = nullptr) {
382 R.Initialize(type, qs, address.getAlignment(), alignSource, TBAAInfo);
DCodeGenTBAA.cpp205 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy); in CollectFields() local
206 llvm::MDNode *TBAATag = getTBAAScalarTagInfo(TBAAInfo); in CollectFields()
DCGExpr.cpp1240 llvm::MDNode *TBAAInfo, in EmitLoadOfScalar() argument
1270 LValue::MakeAddr(Addr, Ty, getContext(), AlignSource, TBAAInfo); in EmitLoadOfScalar()
1280 if (TBAAInfo) { in EmitLoadOfScalar()
1281 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitLoadOfScalar()
1351 llvm::MDNode *TBAAInfo, in EmitStoreOfScalar() argument
1383 AlignSource, TBAAInfo), in EmitStoreOfScalar()
1395 if (TBAAInfo) { in EmitStoreOfScalar()
1396 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitStoreOfScalar()
DCodeGenModule.h650 llvm::MDNode *TBAAInfo,
DCodeGenModule.cpp515 llvm::MDNode *TBAAInfo, in DecorateInstructionWithTBAA() argument
519 TBAA->getTBAAScalarTagInfo(TBAAInfo)); in DecorateInstructionWithTBAA()
521 Inst->setMetadata(llvm::LLVMContext::MD_tbaa, TBAAInfo); in DecorateInstructionWithTBAA()
DCodeGenFunction.h2470 llvm::MDNode *TBAAInfo = nullptr,
2487 llvm::MDNode *TBAAInfo = nullptr, bool isInit = false,
/external/llvm/lib/CodeGen/
DMachineInstr.cpp583 if (const MDNode *TBAAInfo = getAAInfo().TBAA) { in print() local
585 if (TBAAInfo->getNumOperands() > 0) in print()
586 TBAAInfo->getOperand(0)->printAsOperand(OS, MST); in print()