Searched refs:RSO (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp654 raw_string_ostream RSO(IngredientString);
657 Inst->printAsOperand(RSO, false);
658 RSO << " = ";
660 RSO << Inst->getOpcodeName() << " ";
663 Inst->getOperand(0)->printAsOperand(RSO, false);
665 Inst->getOperand(I)->printAsOperand(RSO << ", ", false);
668 V->printAsOperand(RSO, false);
669 RSO.flush();
H A DLoopVectorize.cpp7279 raw_string_ostream RSO(PlanName);
7282 RSO << "Initial VPlan for VF={" << VF;
7285 RSO << "," << VF;
7287 RSO << "},UF>=1";
7288 RSO.flush();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp344 raw_string_ostream RSO{S};
346 RSO << format("%*.2f", 7, Pctg) << "% ";
348 RSO << "- ";
349 RSO << '(' << Hit << '/' << Total << ')';
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1217 raw_string_ostream RSO(ErrMessage);
1218 RSO << "Dead instruction detected!\n" << I << "\n";
1219 llvm_unreachable(RSO.str().c_str());
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dppc-opc.c407 #define RSO RSQ + 1
408 #define RTO RSO
412 #define SH RSO + 1
4220 { "tlbre", X(31,946), X_MASK, PPC403|BOOKE, { RSO, RAOPT, SHO } },
4236 { "tlbwe", X(31,978), X_MASK, PPC403|BOOKE, { RSO, RAOPT, SHO } },
405 #define RSO macro

Completed in 333 milliseconds