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.cpp209 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy); in CollectFields() local
210 llvm::MDNode *TBAATag = getTBAAScalarTagInfo(TBAAInfo); in CollectFields()
DCGExpr.cpp1266 llvm::MDNode *TBAAInfo, in EmitLoadOfScalar() argument
1295 LValue::MakeAddr(Addr, Ty, getContext(), AlignSource, TBAAInfo); in EmitLoadOfScalar()
1306 if (TBAAInfo) { in EmitLoadOfScalar()
1307 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitLoadOfScalar()
1377 llvm::MDNode *TBAAInfo, in EmitStoreOfScalar() argument
1406 LValue::MakeAddr(Addr, Ty, getContext(), AlignSource, TBAAInfo); in EmitStoreOfScalar()
1420 if (TBAAInfo) { in EmitStoreOfScalar()
1421 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitStoreOfScalar()
DCodeGenModule.h656 llvm::MDNode *TBAAInfo,
DCodeGenModule.cpp544 llvm::MDNode *TBAAInfo, in DecorateInstructionWithTBAA() argument
548 TBAA->getTBAAScalarTagInfo(TBAAInfo)); in DecorateInstructionWithTBAA()
550 Inst->setMetadata(llvm::LLVMContext::MD_tbaa, TBAAInfo); in DecorateInstructionWithTBAA()
DCodeGenFunction.h2655 llvm::MDNode *TBAAInfo = nullptr,
2672 llvm::MDNode *TBAAInfo = nullptr, bool isInit = false,
/external/llvm/lib/CodeGen/
DMachineInstr.cpp589 if (const MDNode *TBAAInfo = getAAInfo().TBAA) { in print() local
591 if (TBAAInfo->getNumOperands() > 0) in print()
592 TBAAInfo->getOperand(0)->printAsOperand(OS, MST); in print()