Searched refs:RHSs (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 1217 const auto *RHSs = dyn_cast<StringInit>(RHS); in CompareInit() local 1219 if (LHSs && RHSs) { in CompareInit() 1223 Result = LHSs->getValue() == RHSs->getValue(); in CompareInit() 1226 Result = LHSs->getValue() != RHSs->getValue(); in CompareInit() 1229 Result = LHSs->getValue() <= RHSs->getValue(); in CompareInit() 1232 Result = LHSs->getValue() < RHSs->getValue(); in CompareInit() 1235 Result = LHSs->getValue() >= RHSs->getValue(); in CompareInit() 1238 Result = LHSs->getValue() > RHSs->getValue(); in CompareInit() 1294 const auto *RHSs = dyn_cast<DagInit>(RHS); in Fold() local 1295 if (LHSs && RHSs) { in Fold() [all …]
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SearchableTableEmitter.cpp | 312 std::string RHSs = primaryRepresentation(Index.Loc, Field, RHSI); in compareBy() local 315 RHSs = StringRef(RHSs).upper(); in compareBy() 317 return CmpLTString(LHSs, RHSs); in compareBy()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1266 SmallVector<const Expr *, 4> RHSs; in EmitOMPReductionClauseInit() local 1277 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit() 1291 auto *IRHS = RHSs.begin(); in EmitOMPReductionClauseInit() 3786 SmallVector<const Expr *, 4> RHSs; in emitScanBasedDirectiveFinals() local 3795 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in emitScanBasedDirectiveFinals() 3820 cast<VarDecl>(cast<DeclRefExpr>(RHSs[I])->getDecl()), CopyOps[I]); in emitScanBasedDirectiveFinals() 3853 SmallVector<const Expr *, 4> RHSs; in emitScanBasedDirective() local 3861 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in emitScanBasedDirective() 3878 auto &&CodeGen = [&S, OMPScanNumIterations, &LHSs, &RHSs, &CopyArrayElems, in emitScanBasedDirective() 3919 auto *IRHS = RHSs.begin(); in emitScanBasedDirective() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 18681 SmallVector<Expr *, 8> RHSs; member 18710 RHSs.reserve(Size); in ReductionData() 18728 RHSs.emplace_back(nullptr); in push() 18745 RHSs.emplace_back(RHS); 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()
|
| /freebsd/contrib/sendmail/cf/m4/ |
| H A D | proto.m4 | 2151 dnl we may have to filter here because otherwise some RHSs
|
| /freebsd/contrib/sendmail/cf/ |
| H A D | README | 3187 ${cipher_bits}. Legal RHSs in the access map are:
|