Home
last modified time | relevance | path

Searched refs:RSO (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlan.cpp654 raw_string_ostream RSO(IngredientString); in printAsIngredient() local
657 Inst->printAsOperand(RSO, false); in printAsIngredient()
658 RSO << " = "; in printAsIngredient()
660 RSO << Inst->getOpcodeName() << " "; in printAsIngredient()
663 Inst->getOperand(0)->printAsOperand(RSO, false); in printAsIngredient()
665 Inst->getOperand(I)->printAsOperand(RSO << ", ", false); in printAsIngredient()
668 V->printAsOperand(RSO, false); in printAsIngredient()
669 RSO.flush(); in printAsIngredient()
HDLoopVectorize.cpp7279 raw_string_ostream RSO(PlanName); in buildVPlanWithVPRecipes() local
7282 RSO << "Initial VPlan for VF={" << VF; in buildVPlanWithVPRecipes()
7285 RSO << "," << VF; in buildVPlanWithVPRecipes()
7287 RSO << "},UF>=1"; in buildVPlanWithVPRecipes()
7288 RSO.flush(); in buildVPlanWithVPRecipes()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDSourceCoverageViewHTML.cpp344 raw_string_ostream RSO{S}; in emitFileSummary() local
346 RSO << format("%*.2f", 7, Pctg) << "% "; in emitFileSummary()
348 RSO << "- "; in emitFileSummary()
349 RSO << '(' << Hit << '/' << Total << ')'; in emitFileSummary()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSeparateConstOffsetFromGEP.cpp1217 raw_string_ostream RSO(ErrMessage); in verifyNoDeadCode() local
1218 RSO << "Dead instruction detected!\n" << I << "\n"; in verifyNoDeadCode()
1219 llvm_unreachable(RSO.str().c_str()); in verifyNoDeadCode()
/freebsd-11-stable/contrib/binutils/opcodes/
HDppc-opc.c405 #define RSO RSQ + 1 macro
406 #define RTO RSO
410 #define SH RSO + 1
4215 { "tlbre", X(31,946), X_MASK, PPC403|BOOKE, { RSO, RAOPT, SHO } },
4231 { "tlbwe", X(31,978), X_MASK, PPC403|BOOKE, { RSO, RAOPT, SHO } },
HDChangeLog-020325 (RAO, RSO, SHO): New optional forms of RA, RS, SH operands.