Searched refs:WS (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-12-stable/contrib/gcc/
H A Dgengtype-lex.l56 WS [[:space:]]+
58 ITYPE {IWORD}({WS}{IWORD})*
65 [^[:alnum:]_]typedef{WS}(struct|union){WS}{ID}{WS}?[*[:space:]]{WS}?{ID}{WS}?";" {
104 [^[:alnum:]_]typedef{WS}{ITYPE}{WS}{ID}{WS}
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp149 WriteState &WS = *Write.getWriteState(); local
150 MCPhysReg RegID = WS.getRegisterID();
171 bool IsWriteZero = WS.isWriteZero();
172 bool IsEliminated = WS.isEliminated();
175 WS.setPRF(RRI.IndexPlusCost.first);
181 if (!WS.clearsSuperRegisters()) {
191 OtherWS->addUser(OtherWrite.getSourceIndex(), &WS);
198 WS.clearsSuperRegisters() ? RegID : WS.getRegisterID();
227 if (!WS
243 removeRegisterWrite( const WriteState &WS, MutableArrayRef<unsigned> FreedPhysRegs) argument
291 tryEliminateMove(WriteState &WS, ReadState &RS) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp414 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
415 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) {
1145 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1149 if (WS.isFunction())
1150 registerFunctionType(WS);
1152 if (WS.isEvent())
1153 registerEventType(WS);
1155 if (WS
1200 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1290 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1417 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1441 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1511 const auto &WS = static_cast<const MCSectionWasm &>(S); local
[all...]
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt.c45 #define WS "\t\n " macro
63 optstring = strtok(&line[6], WS);
75 args[nargs = 0] = strtok(&line[6], WS);
81 while ((args[++nargs] = strtok(NULL, WS)) != NULL)
94 result = strtok(&line[8], WS);
H A Dh_getopt_long.c48 #define WS "\t\n " macro
69 optstring = strtok(&line[11], WS);
85 ptr = strtok(&line[10], WS);
160 args[nargs = 0] = strtok(&line[6], WS);
165 while ((args[++nargs] = strtok(NULL, WS)) != NULL)
173 result = strtok(&line[8], WS);
/freebsd-12-stable/usr.sbin/mailwrapper/
H A Dmailwrapper.c132 #define WS " \t\n" macro
135 cp += strspn(cp, WS);
142 if ((from = strsep(&cp, WS)) == NULL || cp == NULL)
145 cp += strspn(cp, WS);
147 if ((to = strsep(&cp, WS)) == NULL)
151 for (ap = strsep(&cp, WS); ap != NULL;
152 ap = strsep(&cp, WS)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DRetireStage.cpp59 for (const WriteState &WS : Inst.getDefs())
60 PRF.removeRegisterWrite(WS, FreedRegs);
H A DDispatchStage.cpp123 for (WriteState &WS : IS.getDefs())
124 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp143 for (const WriteState &WS : getDefs()) {
144 const CriticalDependency &WriteCRD = WS.getCriticalRegDep();
175 for (WriteState &WS : getDefs())
176 WS.onInstructionIssued(IID);
/freebsd-12-stable/contrib/flex/
H A Dscan.l109 WS [[:blank:]]+
142 ^{WS} indented_code = true; BEGIN(CODEBLOCK);
144 ^#{OPTWS}line{WS} yy_push_state( LINEDIR );
163 {WS} /* discard */
180 ^"%"{LEXOPT}{WS}.*{NL} ++linenum; /* ignore */
291 {WS} /* separates name and definition */
326 {WS} option_sense = true;
464 ^{WS}.* ACTION_ECHO; /* indented code in prolog */
515 {WS}"%{" {
526 {WS}"|"
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h201 // Removes write \param WS from the register mappings.
204 void removeRegisterWrite(const WriteState &WS,
207 // Returns true if a move from RS to WS can be eliminated.
208 // On success, it updates WriteState by setting flag `WS.isEliminated`.
209 // If RS is a read from a zero register, and WS is eliminated, then
210 // `WS.WritesZero` is also set, so that method addRegisterWrite() would not
212 bool tryEliminateMove(WriteState &WS, ReadState &RS);
/freebsd-12-stable/crypto/openssl/crypto/conf/
H A Dkeysets.pl17 my $WS = 0x0010;
37 $v |= $WS if $c =~ /[ \t\r\n]/;
50 $v |= $WS if $c =~ /[ \t\r\n]/;
77 #define CONF_WS $WS
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp65 const WriteState &WS = Inst.getDefs()[0]; local
71 if (WS.isEliminated())
73 if (WS.isWriteZero() && RS.isReadZero())
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c48 #define WS " \t\n\r" macro
85 for (ptr = strtok(line, WS); ptr; ptr = strtok(NULL, WS))
/freebsd-12-stable/contrib/nvi/common/
H A Dmultibyte.h63 #define WS "%ls" macro
97 #define WS "%s" macro
H A Doptions.c973 "%s"WS, O_ISSET(sp, offset) ? "" : "no", op->name);
976 curlen += ex_printf(sp, WS"=%ld", op->name, O_VAL(sp, offset));
979 curlen += ex_printf(sp, WS"=\"%s\"", op->name,
1010 (void)fprintf(fp, "set "WS"\n", op->name);
1012 (void)fprintf(fp, "set no"WS"\n", op->name);
1016 "set "WS"=%-3ld\n", op->name, O_VAL(sp, cnt));
/freebsd-12-stable/contrib/amd/amd/
H A Dconf_tok.l158 dprintf("%8d: Non-WS string \"%s\"\n", yytext);
164 dprintf("%8d: QUOTED-Non-WS-EQ string \"%s\"\n", yytext);
172 dprintf("%8d: Non-WS-EQ string \"%s\"\n", yytext);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp646 void llvm::format_provider<WaitStatus>::format(const WaitStatus &WS, argument
651 switch (WS.type) {
662 OS << formatv("{0}{1:x-2}", type, WS.status);
668 switch(WS.type) {
679 OS << desc << " " << int(WS.status);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h608 WriteRef(unsigned SourceIndex, WriteState *WS) : Data(SourceIndex, WS) {} argument
624 const WriteState *WS = getWriteState(); local
625 return !WS || WS->isExecuted();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp239 LexicalScope *WS = WorkStack.back(); local
240 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren();
251 WS->setDFSOut(++Counter);
/freebsd-12-stable/lib/libc/tests/resolv/
H A Dresolv_test.c51 #define WS " \t\n\r" macro
83 for (ptr = strtok(line, WS); ptr; ptr = strtok(NULL, WS)) {
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h243 static void format(const lldb_private::WaitStatus &WS, raw_ostream &OS,
/freebsd-12-stable/contrib/nvi/ex/
H A Dex_bang.c91 (void)ex_printf(sp, "!"WS"\n", ap->bp);
/freebsd-12-stable/contrib/dtc/
H A Ddtc-lexer.l32 WS [[:space:]]
79 <*>"/include/"{WS}*{STRING} {
253 <*>{WS}+ /* eat whitespace */
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp151 auto WS = getContext().getWasmSection(Name, Kind.getValue());
152 getStreamer().SwitchSection(WS);

Completed in 474 milliseconds

12