Searched refs:DecorateInstructionWithTBAA (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenModule.h | 649 void DecorateInstructionWithTBAA(llvm::Instruction *Inst,
|
D | CGAtomic.cpp | 1277 CGF.CGM.DecorateInstructionWithTBAA(Load, LVal.getTBAAInfo()); in EmitAtomicLoadOp() 1800 CGM.DecorateInstructionWithTBAA(store, dest.getTBAAInfo()); in EmitAtomicStore()
|
D | CGClass.cpp | 2352 CGM.DecorateInstructionWithTBAA(Store, CGM.getTBAAInfoForVTablePtr()); in InitializeVTablePointer() 2446 CGM.DecorateInstructionWithTBAA(VTable, CGM.getTBAAInfoForVTablePtr()); in GetVTablePtr()
|
D | CGExpr.cpp | 1284 CGM.DecorateInstructionWithTBAA(Load, TBAAPath, in EmitLoadOfScalar() 1399 CGM.DecorateInstructionWithTBAA(Store, TBAAPath, in EmitStoreOfScalar() 3158 CGM.DecorateInstructionWithTBAA(load, tbaa); in EmitLValueForField()
|
D | CodeGenModule.cpp | 514 void CodeGenModule::DecorateInstructionWithTBAA(llvm::Instruction *Inst, in DecorateInstructionWithTBAA() function in CodeGenModule
|