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

/external/clang/lib/CodeGen/
H A DCGAtomic.cpp928 CGM.DecorateInstruction(load, src.getTBAAInfo());
1108 CGM.DecorateInstruction(store, dest.getTBAAInfo());
H A DCodeGenModule.h627 void DecorateInstruction(llvm::Instruction *Inst,
H A DCGClass.cpp1902 CGM.DecorateInstruction(Store, CGM.getTBAAInfoForVTablePtr());
1983 CGM.DecorateInstruction(VTable, CGM.getTBAAInfoForVTablePtr());
H A DCGExpr.cpp1123 CGM.DecorateInstruction(Load, TBAAPath, false/*ConvertTypeToTag*/);
1237 CGM.DecorateInstruction(Store, TBAAPath, false/*ConvertTypeToTag*/);
2581 CGM.DecorateInstruction(load, tbaa);
H A DCodeGenModule.cpp438 void CodeGenModule::DecorateInstruction(llvm::Instruction *Inst, function in class:CodeGenModule

Completed in 2214 milliseconds