Home
last modified time | relevance | path

Searched refs:MORE (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c429 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 Dregcomp.c139 #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 Dregcomp.c177 #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 DInstructionSelect.cpp116 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 DLegalizer.cpp320 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 DUtils.cpp252 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 DCombiner.cpp133 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in combineMachineInstrs() local
H A DRegBankSelect.cpp95 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 DLoadStoreOpt.cpp410 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 DInstructionSelector.h37 void setRemarkEmitter(MachineOptimizationRemarkEmitter *M) { MORE = M; } in setRemarkEmitter()
41 MachineOptimizationRemarkEmitter *MORE = nullptr; variable
H A DUtils.h159 MachineOptimizationRemarkEmitter &MORE,
163 MachineOptimizationRemarkEmitter &MORE,
170 MachineOptimizationRemarkEmitter &MORE,
H A DRegBankSelect.h505 std::unique_ptr<MachineOptimizationRemarkEmitter> MORE; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp100 MachineOptimizationRemarkEmitter MORE(MF, nullptr); in runOnFunction() local
101 MORE.emit([&]() { in runOnFunction()
H A DMachineOutliner.cpp525 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 DMIRSampleProfile.cpp149 MachineOptimizationRemarkEmitter *MORE) { in setInitVals() argument
154 ORE = MORE; in setInitVals()
H A DEarlyIfConversion.cpp919 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 Dsequencer.h84 MORE, enumerator
H A Dsequencer.c1605 ret = MORE; in seq_convertold()
/freebsd-14.2/usr.bin/tr/tests/
H A Dregress2.in9 Take it down and pass it around - NO MORE bottles of beer on the wall!!!
H A Dregress.06.out9 Take it down and pass it around - NO MORE bottles of beer on the wall!!!
/freebsd-14.2/tools/regression/environ/
H A Denvtest.t239 run_test -b BLANK_ME -p MORE=vars -g FOO -g BLANK_ME -g AFTER_BLANK
/freebsd-14.2/usr.bin/msgs/
H A Dmsgs.c102 #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 Dsm8350-sony-xperia-sagami.dtsi18 * 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 DRISCVInstructionSelector.cpp1007 reportGISelFailure(const_cast<MachineFunction &>(*MF), *TPC, *MORE, in selectAddr()
/freebsd-14.2/contrib/tcsh/
H A Dhost.defs289 comment : Hewlett Packard running MORE/bsd

12