Searched refs:DecorateInstructionWithTBAA (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1510 CGF.CGM.DecorateInstructionWithTBAA(Load, LVal.getTBAAInfo());
2028 CGM.DecorateInstructionWithTBAA(store, dest.getTBAAInfo());
H A DCodeGenModule.h762 /// DecorateInstructionWithTBAA - Decorate the instruction with a TBAA tag.
763 void DecorateInstructionWithTBAA(llvm::Instruction *Inst,
H A DCGClass.cpp2499 CGM.DecorateInstructionWithTBAA(Store, TBAAInfo);
2594 CGM.DecorateInstructionWithTBAA(VTable, TBAAInfo);
H A DCGExpr.cpp1682 CGM.DecorateInstructionWithTBAA(Load, TBAAInfo);
1764 CGM.DecorateInstructionWithTBAA(Store, TBAAInfo);
2328 CGM.DecorateInstructionWithTBAA(Load, RefLVal.getTBAAInfo());
H A DCGExprAgg.cpp2012 CGM.DecorateInstructionWithTBAA(Inst, TBAAInfo);
H A DCodeGenModule.cpp732 void CodeGenModule::DecorateInstructionWithTBAA(llvm::Instruction *Inst, function in class:CodeGenModule

Completed in 282 milliseconds