HomeSort by: relevance | last modified time | path
    Searched refs:RHSs (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp 966 DagInit *RHSs = dyn_cast<DagInit>(RHS);
967 if (LHSs && RHSs) {
969 DefInit *ROp = dyn_cast<DefInit>(RHSs->getOperator());
971 (!ROp && !isa<UnsetInit>(RHSs->getOperator())))
975 LHSs->getAsString() + "' vs. '" + RHSs->getAsString() +
988 for (unsigned i = 0, e = RHSs->getNumArgs(); i != e; ++i) {
989 Args.push_back(RHSs->getArg(i));
990 ArgNames.push_back(RHSs->getArgName(i));
998 ListInit *RHSs = dyn_cast<ListInit>(RHS);
999 if (LHSs && RHSs) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
SearchableTableEmitter.cpp 272 std::string RHSs = primaryRepresentation(Index.Loc, Field, RHSI);
276 RHSs = StringRef(RHSs).upper();
279 int comp = LHSs.compare(RHSs);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 1204 SmallVector<const Expr *, 4> RHSs;
1215 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end());
1229 auto *IRHS = RHSs.begin();
3394 SmallVector<const Expr *, 4> RHSs;
3402 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end());
3419 auto &&CodeGen = [&S, OMPScanNumIterations, &LHSs, &RHSs, &CopyArrayElems,
3460 auto *IRHS = RHSs.begin();
3490 CGF, S.getEndLoc(), Privates, LHSs, RHSs, ReductionOps,
4316 SmallVector<const Expr *, 4> RHSs;
4324 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end())
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 16179 SmallVector<Expr *, 8> RHSs;
16203 RHSs.reserve(Size);
16220 RHSs.emplace_back(nullptr);
16236 RHSs.emplace_back(RHS);
17084 RD.Privates, RD.LHSs, RD.RHSs, RD.ReductionOps, RD.InscanCopyOps,
17105 RD.Privates, RD.LHSs, RD.RHSs, RD.ReductionOps,
17125 RD.Privates, RD.LHSs, RD.RHSs, RD.ReductionOps, RD.TaskgroupDescriptors,

Completed in 74 milliseconds