Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h649 void DecorateInstructionWithTBAA(llvm::Instruction *Inst,
DCGAtomic.cpp1277 CGF.CGM.DecorateInstructionWithTBAA(Load, LVal.getTBAAInfo()); in EmitAtomicLoadOp()
1800 CGM.DecorateInstructionWithTBAA(store, dest.getTBAAInfo()); in EmitAtomicStore()
DCGClass.cpp2352 CGM.DecorateInstructionWithTBAA(Store, CGM.getTBAAInfoForVTablePtr()); in InitializeVTablePointer()
2446 CGM.DecorateInstructionWithTBAA(VTable, CGM.getTBAAInfoForVTablePtr()); in GetVTablePtr()
DCGExpr.cpp1284 CGM.DecorateInstructionWithTBAA(Load, TBAAPath, in EmitLoadOfScalar()
1399 CGM.DecorateInstructionWithTBAA(Store, TBAAPath, in EmitStoreOfScalar()
3158 CGM.DecorateInstructionWithTBAA(load, tbaa); in EmitLValueForField()
DCodeGenModule.cpp514 void CodeGenModule::DecorateInstructionWithTBAA(llvm::Instruction *Inst, in DecorateInstructionWithTBAA() function in CodeGenModule