Home
last modified time | relevance | path

Searched refs:CreateLaunderInvariantGroup (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h355 using CGBuilderBaseTy::CreateLaunderInvariantGroup;
356 Address CreateLaunderInvariantGroup(Address Addr) { in CreateLaunderInvariantGroup() function
357 return Addr.withPointer(CreateLaunderInvariantGroup(Addr.getPointer()), in CreateLaunderInvariantGroup()
H A DCGClass.cpp1303 CXXThisValue = Builder.CreateLaunderInvariantGroup(LoadCXXThis()); in EmitCtorPrologue()
1320 CXXThisValue = Builder.CreateLaunderInvariantGroup(LoadCXXThis()); in EmitCtorPrologue()
1516 CXXThisValue = Builder.CreateLaunderInvariantGroup(LoadCXXThis()); in EmitDestructorBody()
H A DCGExprCXX.cpp1753 result = Builder.CreateLaunderInvariantGroup(result); in EmitCXXNewExpr()
H A DCGExprScalar.cpp2111 Src = Builder.CreateLaunderInvariantGroup(Src); in VisitCastExpr()
2346 IntToPtr = Builder.CreateLaunderInvariantGroup(IntToPtr); in VisitCastExpr()
H A DCGExpr.cpp4861 addr = Builder.CreateLaunderInvariantGroup(addr); in EmitLValueForField()
H A DCGBuiltin.cpp4393 Ptr = Builder.CreateLaunderInvariantGroup(Ptr); in EmitBuiltinExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1135 Value *IRBuilderBase::CreateLaunderInvariantGroup(Value *Ptr) { in CreateLaunderInvariantGroup() function in IRBuilderBase
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2559 Value *CreateLaunderInvariantGroup(Value *Ptr);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp481 Result = IC.Builder.CreateLaunderInvariantGroup(StrippedInvariantGroupsArg); in simplifyInvariantGroupIntrinsic()