Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGAtomic.cpp1485 CGF.CGM.DecorateInstructionWithTBAA(Load, LVal.getTBAAInfo()); in EmitAtomicLoadOp()
2009 CGM.DecorateInstructionWithTBAA(store, dest.getTBAAInfo()); in EmitAtomicStore()
HDCodeGenModule.h854 void DecorateInstructionWithTBAA(llvm::Instruction *Inst,
HDCGClass.cpp2599 CGM.DecorateInstructionWithTBAA(Store, TBAAInfo); in InitializeVTablePointer()
2695 CGM.DecorateInstructionWithTBAA(VTable, TBAAInfo); in GetVTablePtr()
HDCGExprAgg.cpp2215 CGM.DecorateInstructionWithTBAA(Inst, TBAAInfo); in EmitAggregateCopy()
HDCGExpr.cpp2003 CGM.DecorateInstructionWithTBAA(Load, TBAAInfo); in EmitLoadOfScalar()
2147 CGM.DecorateInstructionWithTBAA(Store, TBAAInfo); in EmitStoreOfScalar()
2804 CGM.DecorateInstructionWithTBAA(Load, RefLVal.getTBAAInfo()); in EmitLoadOfReference()
HDItaniumCXXABI.cpp1735 CGM.DecorateInstructionWithTBAA( in emitExactDynamicCast()
HDCodeGenModule.cpp1539 void CodeGenModule::DecorateInstructionWithTBAA(llvm::Instruction *Inst, in DecorateInstructionWithTBAA() function in CodeGenModule
HDCGBuiltin.cpp715 CGF.CGM.DecorateInstructionWithTBAA(Inst, TBAAInfo); in emitLibraryCall()
10160 CGM.DecorateInstructionWithTBAA(Load, TBAAInfo); in EmitSVEMaskedLoad()
10212 CGM.DecorateInstructionWithTBAA(Store, TBAAInfo); in EmitSVEMaskedStore()