Searched refs:DecorateInstructionWithTBAA (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenModule.h | 655 void DecorateInstructionWithTBAA(llvm::Instruction *Inst,
|
D | CGAtomic.cpp | 1264 CGF.CGM.DecorateInstructionWithTBAA(Load, LVal.getTBAAInfo()); in EmitAtomicLoadOp() 1781 CGM.DecorateInstructionWithTBAA(store, dest.getTBAAInfo()); in EmitAtomicStore()
|
D | CGClass.cpp | 2474 CGM.DecorateInstructionWithTBAA(Store, CGM.getTBAAInfoForVTablePtr()); in InitializeVTablePointer() 2568 CGM.DecorateInstructionWithTBAA(VTable, CGM.getTBAAInfoForVTablePtr()); in GetVTablePtr()
|
D | CGExpr.cpp | 1310 CGM.DecorateInstructionWithTBAA(Load, TBAAPath, in EmitLoadOfScalar() 1424 CGM.DecorateInstructionWithTBAA(Store, TBAAPath, in EmitStoreOfScalar() 3367 CGM.DecorateInstructionWithTBAA(load, tbaa); in EmitLValueForField()
|
D | CodeGenModule.cpp | 543 void CodeGenModule::DecorateInstructionWithTBAA(llvm::Instruction *Inst, in DecorateInstructionWithTBAA() function in CodeGenModule
|