Searched refs:RHSs (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 1136 StringInit *RHSs = dyn_cast<StringInit>(RHS); in CompareInit() local 1138 if (LHSs && RHSs) { in CompareInit() 1142 Result = LHSs->getValue() == RHSs->getValue(); in CompareInit() 1145 Result = LHSs->getValue() != RHSs->getValue(); in CompareInit() 1148 Result = LHSs->getValue() <= RHSs->getValue(); in CompareInit() 1151 Result = LHSs->getValue() < RHSs->getValue(); in CompareInit() 1154 Result = LHSs->getValue() >= RHSs->getValue(); in CompareInit() 1157 Result = LHSs->getValue() > RHSs->getValue(); in CompareInit() 1213 DagInit *RHSs = dyn_cast<DagInit>(RHS); in Fold() local 1214 if (LHSs && RHSs) { in Fold() [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | SearchableTableEmitter.cpp | 286 std::string RHSs = primaryRepresentation(Index.Loc, Field, RHSI); in compareBy() local 290 RHSs = StringRef(RHSs).upper(); in compareBy() 293 int comp = LHSs.compare(RHSs); in compareBy()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1228 SmallVector<const Expr *, 4> RHSs; in EmitOMPReductionClauseInit() local 1239 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit() 1253 auto *IRHS = RHSs.begin(); in EmitOMPReductionClauseInit() 3644 SmallVector<const Expr *, 4> RHSs; in emitScanBasedDirectiveFinals() local 3653 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in emitScanBasedDirectiveFinals() 3678 cast<VarDecl>(cast<DeclRefExpr>(RHSs[I])->getDecl()), CopyOps[I]); in emitScanBasedDirectiveFinals() 3711 SmallVector<const Expr *, 4> RHSs; in emitScanBasedDirective() local 3719 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in emitScanBasedDirective() 3736 auto &&CodeGen = [&S, OMPScanNumIterations, &LHSs, &RHSs, &CopyArrayElems, in emitScanBasedDirective() 3777 auto *IRHS = RHSs.begin(); in emitScanBasedDirective() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 18057 SmallVector<Expr *, 8> RHSs; member 18081 RHSs.reserve(Size); in ReductionData() 18098 RHSs.emplace_back(nullptr); in push() 18114 RHSs.emplace_back(RHS); in push() 18981 RD.Privates, RD.LHSs, RD.RHSs, RD.ReductionOps, RD.InscanCopyOps, in ActOnOpenMPReductionClause() 19002 RD.Privates, RD.LHSs, RD.RHSs, RD.ReductionOps, in ActOnOpenMPTaskReductionClause() 19022 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:
|