Searched refs:LHSPtr (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | path.cpp | 328 static int CompareRelative(PathParser* LHSPtr, PathParser* RHSPtr) { in CompareRelative() argument 329 auto& LHS = *LHSPtr; in CompareRelative()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Transfer.cpp | 76 if (auto *LHSPtr = dyn_cast_or_null<PointerValue>(LHSValue)) in evaluateBooleanEquality() local 81 if (&LHSPtr->getPointeeLoc() == &RHSPtr->getPointeeLoc()) in evaluateBooleanEquality()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 3467 Value *LHSPtr = Builder.CreatePointerBitCastOrAddrSpaceCast( in createReductionFunction() local 3471 LHSPtrs.emplace_back(LHSPtr); in createReductionFunction() 3474 Value *LHS = Builder.CreateLoad(RI.ElementType, LHSPtr); in createReductionFunction() 3483 Builder.CreateStore(Reduced, LHSPtr); in createReductionFunction() 3705 Value *LHSPtr, *RHSPtr; in createReductionsGPU() local 3707 &LHSPtr, &RHSPtr, CurFunc)); in createReductionsGPU() 3711 LHSPtr->replaceUsesWithIf(LHS, [ReductionFunc](const Use &U) { in createReductionsGPU() 3795 Value *LHSPtr = Builder.CreatePointerBitCastOrAddrSpaceCast( in populateReductionFunction() local 3797 Value *LHS = Builder.CreateLoad(RI.ElementType, LHSPtr); in populateReductionFunction() 3817 Builder.CreateStore(Reduced, LHSPtr); in populateReductionFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1727 llvm::Value **LHSPtr, llvm::Value **RHSPtr, in emitReduction() 1733 *LHSPtr = CGF.GetAddrOfLocalVar( in emitReduction()
|