Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.h663 void DecorateInstruction(llvm::Instruction *Inst,
HDCGAtomic.cpp1254 CGF.CGM.DecorateInstruction(Load, LVal.getTBAAInfo()); in EmitAtomicLoadOp()
1783 CGM.DecorateInstruction(store, dest.getTBAAInfo()); in EmitAtomicStore()
HDCGClass.cpp2045 CGM.DecorateInstruction(Store, CGM.getTBAAInfoForVTablePtr()); in InitializeVTablePointer()
2126 CGM.DecorateInstruction(VTable, CGM.getTBAAInfoForVTablePtr()); in GetVTablePtr()
HDCGExpr.cpp1181 CGM.DecorateInstruction(Load, TBAAPath, false/*ConvertTypeToTag*/); in EmitLoadOfScalar()
1301 CGM.DecorateInstruction(Store, TBAAPath, false/*ConvertTypeToTag*/); in EmitStoreOfScalar()
2742 CGM.DecorateInstruction(load, tbaa); in EmitLValueForField()
HDCodeGenModule.cpp471 void CodeGenModule::DecorateInstruction(llvm::Instruction *Inst, in DecorateInstruction() function in CodeGenModule