| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | regcomp.c | 429 assert(!MORE() || SEE(stop)); in p_ere() 452 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() 547 if (!MORE()) in p_ere_exp() 598 if (!MORE()) in p_ere_exp() 613 REQUIRE(MORE(), REG_EMPTY); in p_str() 614 while (MORE()) in p_str() 901 REQUIRE(MORE(), REG_EBRACK); in p_b_term() 905 REQUIRE(MORE(), REG_EBRACK); in p_b_term() 910 REQUIRE(MORE(), REG_EBRACK); in p_b_term() 990 REQUIRE(MORE(), REG_EBRACK); in p_b_symbol() [all …]
|
| /freebsd-14.2/contrib/nvi/regex/ |
| H A D | regcomp.c | 139 #define MORE() (p->next < p->end) macro 330 assert(!MORE() || SEE(stop)); in p_ere() 352 (void)REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() 420 if (!MORE()) in p_ere_exp() 463 while (MORE() && PEEK() != '}') in p_ere_exp() 471 if (!MORE()) in p_ere_exp() 486 (void)REQUIRE(MORE(), REG_EMPTY); in p_str() 487 while (MORE()) in p_str() 835 while (MORE() && isalpha(PEEK())) in p_b_cclass() 876 (void)REQUIRE(MORE(), REG_EBRACK); in p_b_symbol() [all …]
|
| /freebsd-14.2/lib/libc/regex/ |
| H A D | regcomp.c | 177 #define MORE() (p->end - p->next > 0) macro 417 (void)REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() 553 if (!MORE()) in p_ere_exp() 598 while (MORE() && PEEK() != '}') in p_ere_exp() 606 if (!MORE()) in p_ere_exp() 623 (void)REQUIRE(MORE(), REG_EMPTY); in p_str() 624 while (MORE()) in p_str() 805 assert(!MORE() || SEE(end1)); in p_re() 890 if (MORE() && !SEETWO('\\', ')')) in p_simp_re() 1250 (void)REQUIRE(MORE(), REG_EBRACK); [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InstructionSelect.cpp | 116 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in runOnMachineFunction() local 117 ISel->setRemarkEmitter(&MORE); in runOnMachineFunction() 129 reportGISelFailure(MF, TPC, MORE, "gisel-select", in runOnMachineFunction() 202 reportGISelFailure(MF, TPC, MORE, "gisel-select", "cannot select", MI); in runOnMachineFunction() 278 reportGISelFailure(MF, TPC, MORE, "gisel-select", in runOnMachineFunction() 286 MF, TPC, MORE, "gisel-select", in runOnMachineFunction() 297 reportGISelFailure(MF, TPC, MORE, R); in runOnMachineFunction()
|
| H A D | Legalizer.cpp | 320 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in runOnMachineFunction() local 352 reportGISelFailure(MF, TPC, MORE, "gisel-legalize", in runOnMachineFunction() 364 reportGISelWarning(MF, TPC, MORE, R); in runOnMachineFunction()
|
| H A D | Utils.cpp | 252 MachineOptimizationRemarkEmitter &MORE, in reportGISelDiagnostic() argument 264 MORE.emit(R); in reportGISelDiagnostic() 268 MachineOptimizationRemarkEmitter &MORE, in reportGISelWarning() argument 270 reportGISelDiagnostic(DS_Warning, MF, TPC, MORE, R); in reportGISelWarning() 274 MachineOptimizationRemarkEmitter &MORE, in reportGISelFailure() argument 277 reportGISelDiagnostic(DS_Error, MF, TPC, MORE, R); in reportGISelFailure() 281 MachineOptimizationRemarkEmitter &MORE, in reportGISelFailure() argument 288 if (TPC.isGlobalISelAbortEnabled() || MORE.allowExtraAnalysis(PassName)) in reportGISelFailure() 290 reportGISelFailure(MF, TPC, MORE, R); in reportGISelFailure()
|
| H A D | Combiner.cpp | 133 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in combineMachineInstrs() local
|
| H A D | RegBankSelect.cpp | 95 MORE = std::make_unique<MachineOptimizationRemarkEmitter>(MF, MBFI); in init() 710 reportGISelFailure(MF, *TPC, *MORE, "gisel-regbankselect", in assignRegisterBanks() 724 reportGISelFailure(MF, *TPC, *MORE, "gisel-regbankselect", in checkFunctionIsLegal()
|
| H A D | LoadStoreOpt.cpp | 410 MachineOptimizationRemarkEmitter MORE(*MF, nullptr); in doSingleStoreMerge() local 411 MORE.emit([&]() { in doSingleStoreMerge()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | InstructionSelector.h | 37 void setRemarkEmitter(MachineOptimizationRemarkEmitter *M) { MORE = M; } in setRemarkEmitter() 41 MachineOptimizationRemarkEmitter *MORE = nullptr; variable
|
| H A D | Utils.h | 159 MachineOptimizationRemarkEmitter &MORE, 163 MachineOptimizationRemarkEmitter &MORE, 170 MachineOptimizationRemarkEmitter &MORE,
|
| H A D | RegBankSelect.h | 505 std::unique_ptr<MachineOptimizationRemarkEmitter> MORE; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunctionPass.cpp | 100 MachineOptimizationRemarkEmitter MORE(MF, nullptr); in runOnFunction() local 101 MORE.emit([&]() { in runOnFunction()
|
| H A D | MachineOutliner.cpp | 525 MachineOptimizationRemarkEmitter MORE(*(C.getMF()), nullptr); in emitNotOutliningCheaperRemark() local 526 MORE.emit([&]() { in emitNotOutliningCheaperRemark() 553 MachineOptimizationRemarkEmitter MORE(*OF.MF, nullptr); in emitOutlinedFunctionRemark() local 573 MORE.emit(R); in emitOutlinedFunctionRemark() 1104 MachineOptimizationRemarkEmitter MORE(*MF, nullptr); in emitInstrCountChangedRemark() local 1105 MORE.emit([&]() { in emitInstrCountChangedRemark()
|
| H A D | MIRSampleProfile.cpp | 149 MachineOptimizationRemarkEmitter *MORE) { in setInitVals() argument 154 ORE = MORE; in setInitVals()
|
| H A D | EarlyIfConversion.cpp | 919 MachineOptimizationRemarkEmitter MORE(*MBB.getParent(), nullptr); in shouldConvertIf() local 932 MORE.emit([&]() { in shouldConvertIf() 1018 MORE.emit([&]() { in shouldConvertIf() 1034 MORE.emit([&]() { in shouldConvertIf()
|
| /freebsd-14.2/sys/dev/sound/midi/ |
| H A D | sequencer.h | 84 MORE, enumerator
|
| H A D | sequencer.c | 1605 ret = MORE; in seq_convertold()
|
| /freebsd-14.2/usr.bin/tr/tests/ |
| H A D | regress2.in | 9 Take it down and pass it around - NO MORE bottles of beer on the wall!!!
|
| H A D | regress.06.out | 9 Take it down and pass it around - NO MORE bottles of beer on the wall!!!
|
| /freebsd-14.2/tools/regression/environ/ |
| H A D | envtest.t | 239 run_test -b BLANK_ME -p MORE=vars -g FOO -g BLANK_ME -g AFTER_BLANK
|
| /freebsd-14.2/usr.bin/msgs/ |
| H A D | msgs.c | 102 #define MORE "More? [ynq]" macro 531 ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT)); in main()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sm8350-sony-xperia-sagami.dtsi | 18 * Yes, you are correct, there is NO MORE {msm,board,pmic}-id on SM8350!
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 1007 reportGISelFailure(const_cast<MachineFunction &>(*MF), *TPC, *MORE, in selectAddr()
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | host.defs | 289 comment : Hewlett Packard running MORE/bsd
|