Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h655 void DecorateInstructionWithTBAA(llvm::Instruction *Inst,
DCGAtomic.cpp1264 CGF.CGM.DecorateInstructionWithTBAA(Load, LVal.getTBAAInfo()); in EmitAtomicLoadOp()
1781 CGM.DecorateInstructionWithTBAA(store, dest.getTBAAInfo()); in EmitAtomicStore()
DCGClass.cpp2474 CGM.DecorateInstructionWithTBAA(Store, CGM.getTBAAInfoForVTablePtr()); in InitializeVTablePointer()
2568 CGM.DecorateInstructionWithTBAA(VTable, CGM.getTBAAInfoForVTablePtr()); in GetVTablePtr()
DCGExpr.cpp1310 CGM.DecorateInstructionWithTBAA(Load, TBAAPath, in EmitLoadOfScalar()
1424 CGM.DecorateInstructionWithTBAA(Store, TBAAPath, in EmitStoreOfScalar()
3367 CGM.DecorateInstructionWithTBAA(load, tbaa); in EmitLValueForField()
DCodeGenModule.cpp543 void CodeGenModule::DecorateInstructionWithTBAA(llvm::Instruction *Inst, in DecorateInstructionWithTBAA() function in CodeGenModule