Home
last modified time | relevance | path

Searched refs:LHSVar (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5236 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar,
5244 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar);
5284 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; });
5373 const auto *LHSVar =
5375 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() {
5376 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar);
5403 CGF, (*IPriv)->getType(), LHSVar, RHSVar,
5427 const auto *LHSVar = cast<VarDecl>(LHS->getDecl());
5430 CGF, PrivateRef->getType(), LHSVar, RHSVar,
5710 const auto *LHSVar =
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5323 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5331 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5371 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
5460 const auto *LHSVar = in emitReductionFunction() local
5462 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() { in emitReductionFunction()
5463 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
5490 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5514 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5517 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5797 const auto *LHSVar = in emitReduction() local
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5489 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5497 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5537 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
5626 const auto *LHSVar = in emitReductionFunction() local
5628 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() { in emitReductionFunction()
5629 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
5655 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5679 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5682 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5960 const auto *LHSVar = in emitReduction() local
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5450 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5458 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5498 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
5587 const auto *LHSVar = in emitReductionFunction() local
5589 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() { in emitReductionFunction()
5590 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
5616 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5640 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5643 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5921 const auto *LHSVar = in emitReduction() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5450 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5458 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5498 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
5587 const auto *LHSVar = in emitReductionFunction() local
5589 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() { in emitReductionFunction()
5590 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
5616 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5640 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5643 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5921 const auto *LHSVar = in emitReduction() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5276 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5284 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5324 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
5413 const auto *LHSVar = in emitReductionFunction() local
5415 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() { in emitReductionFunction()
5416 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
5442 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5466 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5469 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5749 const auto *LHSVar = in emitReduction() local
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5197 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5205 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5245 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
5334 const auto *LHSVar = in emitReductionFunction() local
5336 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() { in emitReductionFunction()
5337 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
5363 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5387 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5390 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5670 const auto *LHSVar = in emitReduction() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5289 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5297 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5337 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
5426 const auto *LHSVar = in emitReductionFunction() local
5428 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() { in emitReductionFunction()
5429 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
5455 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5479 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5482 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5763 const auto *LHSVar = in emitReduction() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5356 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5364 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5405 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
5496 const auto *LHSVar = in emitReductionFunction() local
5498 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() { in emitReductionFunction()
5499 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
5525 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5549 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5552 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5832 const auto *LHSVar = in emitReduction() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5288 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5296 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5336 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
5425 const auto *LHSVar = in emitReductionFunction() local
5427 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() { in emitReductionFunction()
5428 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
5454 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5478 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5481 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5761 const auto *LHSVar = in emitReduction() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5332 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5340 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5381 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
5472 const auto *LHSVar = in emitReductionFunction() local
5474 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() { in emitReductionFunction()
5475 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
5501 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5525 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5528 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5808 const auto *LHSVar = in emitReduction() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5332 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5340 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5381 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
5472 const auto *LHSVar = in emitReductionFunction() local
5474 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() { in emitReductionFunction()
5475 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
5501 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5525 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5528 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5808 const auto *LHSVar = in emitReduction() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5332 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5340 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5381 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
5472 const auto *LHSVar = in emitReductionFunction() local
5474 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() { in emitReductionFunction()
5475 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
5501 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5525 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5528 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5808 const auto *LHSVar = in emitReduction() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5288 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5296 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5336 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
5425 const auto *LHSVar = in emitReductionFunction() local
5427 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() { in emitReductionFunction()
5428 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
5454 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5478 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5481 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5761 const auto *LHSVar = in emitReduction() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5332 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5340 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5381 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
5472 const auto *LHSVar = in emitReductionFunction() local
5474 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() { in emitReductionFunction()
5475 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
5501 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5525 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5528 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5808 const auto *LHSVar = in emitReduction() local
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5332 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5340 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5381 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
5472 const auto *LHSVar = in emitReductionFunction() local
5474 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() { in emitReductionFunction()
5475 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
5501 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5525 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5528 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5808 const auto *LHSVar = in emitReduction() local
[all …]