Searched refs:LHSs (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 860 if (const auto *LHSs = dyn_cast<StringInit>(LHS)) in Fold() local 861 return StringInit::get(RK, LHSs->getValue().lower()); in Fold() 864 if (const auto *LHSs = dyn_cast<StringInit>(LHS)) in Fold() local 865 return StringInit::get(RK, LHSs->getValue().upper()); in Fold() 869 if (const auto *LHSs = dyn_cast<StringInit>(LHS)) in Fold() local 870 return LHSs; in Fold() 959 if (const auto *LHSs = dyn_cast<StringInit>(LHS)) in Fold() local 960 return IntInit::get(RK, LHSs->getValue().size()); in Fold() 968 if (const auto *LHSs = dyn_cast<StringInit>(LHS)) in Fold() local 969 return IntInit::get(RK, LHSs->getValue().empty()); in Fold() [all …]
|
| H A D | TGParser.cpp | 1306 const auto *LHSs = dyn_cast<StringInit>(LHS); in ParseOperation() local 1309 if (!LHSl && !LHSs && !LHSd && !LHSt) { in ParseOperation()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SearchableTableEmitter.cpp | 311 std::string LHSs = primaryRepresentation(Index.Loc, Field, LHSI); in compareBy() local 314 LHSs = StringRef(LHSs).upper(); in compareBy() 317 return CmpLTString(LHSs, RHSs); in compareBy()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1265 SmallVector<const Expr *, 4> LHSs; in EmitOMPReductionClauseInit() local 1276 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit() 1290 auto *ILHS = LHSs.begin(); in EmitOMPReductionClauseInit() 3785 SmallVector<const Expr *, 4> LHSs; in emitScanBasedDirectiveFinals() local 3794 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in emitScanBasedDirectiveFinals() 3819 cast<VarDecl>(cast<DeclRefExpr>(LHSs[I])->getDecl()), in emitScanBasedDirectiveFinals() 3852 SmallVector<const Expr *, 4> LHSs; in emitScanBasedDirective() local 3860 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in emitScanBasedDirective() 3878 auto &&CodeGen = [&S, OMPScanNumIterations, &LHSs, &RHSs, &CopyArrayElems, in emitScanBasedDirective() 3918 auto *ILHS = LHSs.begin(); in emitScanBasedDirective() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 18679 SmallVector<Expr *, 8> LHSs; member 18709 LHSs.reserve(Size); in ReductionData() 18727 LHSs.emplace_back(nullptr); in push() 18744 LHSs.emplace_back(LHS); in push() 19641 RD.Privates, RD.LHSs, RD.RHSs, RD.ReductionOps, RD.InscanCopyOps, in ActOnOpenMPReductionClause() 19663 RD.Privates, RD.LHSs, RD.RHSs, RD.ReductionOps, in ActOnOpenMPTaskReductionClause() 19683 RD.Privates, RD.LHSs, RD.RHSs, RD.ReductionOps, RD.TaskgroupDescriptors, in ActOnOpenMPInReductionClause()
|
| H A D | SemaExpr.cpp | 17679 auto &LHSs = ExprEvalContexts.back().VolatileAssignmentLHSs; in CheckUnusedVolatileAssignment() local 17680 llvm::erase(LHSs, BO->getLHS()); in CheckUnusedVolatileAssignment()
|