Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp1159 CGF.CGM.DecorateInstruction(Load, LVal.getTBAAInfo()); in EmitAtomicLoadOp()
1464 CGM.DecorateInstruction(store, dest.getTBAAInfo()); in EmitAtomicStore()
DCodeGenModule.h652 void DecorateInstruction(llvm::Instruction *Inst,
DCGClass.cpp2006 CGM.DecorateInstruction(Store, CGM.getTBAAInfoForVTablePtr()); in InitializeVTablePointer()
2087 CGM.DecorateInstruction(VTable, CGM.getTBAAInfoForVTablePtr()); in GetVTablePtr()
DCGExpr.cpp1180 CGM.DecorateInstruction(Load, TBAAPath, false/*ConvertTypeToTag*/); in EmitLoadOfScalar()
1300 CGM.DecorateInstruction(Store, TBAAPath, false/*ConvertTypeToTag*/); in EmitStoreOfScalar()
2729 CGM.DecorateInstruction(load, tbaa); in EmitLValueForField()
DCodeGenModule.cpp466 void CodeGenModule::DecorateInstruction(llvm::Instruction *Inst, in DecorateInstruction() function in CodeGenModule