Home
last modified time | relevance | path

Searched refs:DecorateInstructionWithTBAA (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h791 void DecorateInstructionWithTBAA(llvm::Instruction *Inst,
H A DCGAtomic.cpp1535 CGF.CGM.DecorateInstructionWithTBAA(Load, LVal.getTBAAInfo()); in EmitAtomicLoadOp()
2057 CGM.DecorateInstructionWithTBAA(store, dest.getTBAAInfo()); in EmitAtomicStore()
H A DCGClass.cpp2528 CGM.DecorateInstructionWithTBAA(Store, TBAAInfo); in InitializeVTablePointer()
2623 CGM.DecorateInstructionWithTBAA(VTable, TBAAInfo); in GetVTablePtr()
H A DCGExpr.cpp1752 CGM.DecorateInstructionWithTBAA(Load, TBAAInfo); in EmitLoadOfScalar()
1867 CGM.DecorateInstructionWithTBAA(Store, TBAAInfo); in EmitStoreOfScalar()
2478 CGM.DecorateInstructionWithTBAA(Load, RefLVal.getTBAAInfo()); in EmitLoadOfReference()
H A DCGExprAgg.cpp2168 CGM.DecorateInstructionWithTBAA(Inst, TBAAInfo); in EmitAggregateCopy()
H A DCodeGenModule.cpp913 void CodeGenModule::DecorateInstructionWithTBAA(llvm::Instruction *Inst, in DecorateInstructionWithTBAA() function in CodeGenModule