Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1485 CGF.CGM.DecorateInstructionWithTBAA(Load, LVal.getTBAAInfo()); in EmitAtomicLoadOp()
2009 CGM.DecorateInstructionWithTBAA(store, dest.getTBAAInfo()); in EmitAtomicStore()
H A DCodeGenModule.h854 void DecorateInstructionWithTBAA(llvm::Instruction *Inst,
H A DCGClass.cpp2599 CGM.DecorateInstructionWithTBAA(Store, TBAAInfo); in InitializeVTablePointer()
2695 CGM.DecorateInstructionWithTBAA(VTable, TBAAInfo); in GetVTablePtr()
H A DCGExprAgg.cpp2215 CGM.DecorateInstructionWithTBAA(Inst, TBAAInfo); in EmitAggregateCopy()
H A DCGExpr.cpp2003 CGM.DecorateInstructionWithTBAA(Load, TBAAInfo); in EmitLoadOfScalar()
2147 CGM.DecorateInstructionWithTBAA(Store, TBAAInfo); in EmitStoreOfScalar()
2804 CGM.DecorateInstructionWithTBAA(Load, RefLVal.getTBAAInfo()); in EmitLoadOfReference()
H A DItaniumCXXABI.cpp1735 CGM.DecorateInstructionWithTBAA( in emitExactDynamicCast()
H A DCodeGenModule.cpp1539 void CodeGenModule::DecorateInstructionWithTBAA(llvm::Instruction *Inst, in DecorateInstructionWithTBAA() function in CodeGenModule
H A DCGBuiltin.cpp715 CGF.CGM.DecorateInstructionWithTBAA(Inst, TBAAInfo); in emitLibraryCall()
10160 CGM.DecorateInstructionWithTBAA(Load, TBAAInfo); in EmitSVEMaskedLoad()
10212 CGM.DecorateInstructionWithTBAA(Store, TBAAInfo); in EmitSVEMaskedStore()