Home
last modified time | relevance | path

Searched refs:LHSPtr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp325 static int CompareRelative(PathParser* LHSPtr, PathParser* RHSPtr) { in CompareRelative() argument
326 auto& LHS = *LHSPtr; in CompareRelative()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp71 if (auto *LHSPtr = dyn_cast_or_null<PointerValue>(LHSValue)) in evaluateBooleanEquality() local
76 if (&LHSPtr->getPointeeLoc() == &RHSPtr->getPointeeLoc()) in evaluateBooleanEquality()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3323 Value *LHSPtr = Builder.CreatePointerBitCastOrAddrSpaceCast( in createReductionFunction() local
3327 LHSPtrs.emplace_back(LHSPtr); in createReductionFunction()
3330 Value *LHS = Builder.CreateLoad(RI.ElementType, LHSPtr); in createReductionFunction()
3336 Builder.CreateStore(Reduced, LHSPtr); in createReductionFunction()
3546 Value *LHSPtr, *RHSPtr; in createReductionsGPU() local
3548 &LHSPtr, &RHSPtr, CurFunc)); in createReductionsGPU()
3552 LHSPtr->replaceUsesWithIf(LHS, [ReductionFunc](const Use &U) { in createReductionsGPU()
3731 Value *LHSPtr = Builder.CreateBitCast(LHSI8Ptr, RI.Variable->getType()); in createReductions() local
3732 Value *LHS = Builder.CreateLoad(RI.ElementType, LHSPtr); in createReductions()
3745 Builder.CreateStore(Reduced, LHSPtr); in createReductions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1729 llvm::Value **LHSPtr, llvm::Value **RHSPtr, in emitReduction()
1735 *LHSPtr = CGF.GetAddrOfLocalVar( in emitReduction()