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

12

/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp24 const WasmSection &WS = WasmObj.getWasmSection(Sec); local
25 Obj->Sections.push_back({static_cast<uint8_t>(WS.Type),
26 WS.HeaderSecSizeEncodingLen, WS.Name, WS.Content});
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp27 WriteRef::WriteRef(unsigned SourceIndex, WriteState *WS) argument
29 Write(WS) {}
107 for (WriteState &WS : IS->getDefs()) {
108 if (WS.isEliminated())
111 MCPhysReg RegID = WS.getRegisterID();
118 assert(WS.getCyclesLeft() != UNKNOWN_CYCLES &&
120 assert(WS.getCyclesLeft() <= 0 && "Invalid cycles left for this write!");
127 if (WR.getWriteState() == &WS)
132 if (OtherWR.getWriteState() == &WS)
136 if (!WS
230 WriteState &WS = *Write.getWriteState(); local
332 removeRegisterWrite( const WriteState &WS, MutableArrayRef<unsigned> FreedPhysRegs) argument
384 canEliminateMove(const WriteState &WS, const ReadState &RS, unsigned RegisterFileIndex) const argument
451 const WriteState &WS = Writes[E - (I + 1)]; local
458 WriteState &WS = Writes[E - (I + 1)]; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp472 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
473 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) {
1351 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1355 if (WS.isFunction()) {
1363 if (WS.isTag())
1364 registerTagType(WS);
1366 if (WS.isTemporary())
1370 if (!WS
1422 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1570 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1737 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1775 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1852 const auto &WS = static_cast<const MCSectionWasm &>(S); local
[all...]
/freebsd-current/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-current/usr.sbin/mailwrapper/
H A Dmailwrapper.c141 #define WS " \t\n" macro
144 cp += strspn(cp, WS);
151 if ((from = strsep(&cp, WS)) == NULL || cp == NULL)
154 cp += strspn(cp, WS);
156 if ((to = strsep(&cp, WS)) == NULL)
160 for (ap = strsep(&cp, WS); ap != NULL;
161 ap = strsep(&cp, WS)) {
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DRetireStage.cpp69 for (const WriteState &WS : Inst.getDefs())
70 PRF.removeRegisterWrite(WS, FreedRegs);
H A DInOrderIssueStage.cpp90 for (const WriteState &WS : IR.getInstruction()->getDefs()) {
91 int CyclesLeft = WS.getCyclesLeft();
93 CyclesLeft = WS.getLatency();
165 for (WriteState &WS : IS.getDefs())
166 PRF.addRegisterWrite(WriteRef(SourceIndex, &WS), UsedRegs);
341 for (const WriteState &WS : IS.getDefs())
342 PRF.removeRegisterWrite(WS, FreedRegs);
H A DDispatchStage.cpp119 for (WriteState &WS : IS.getDefs())
120 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles);
/freebsd-current/contrib/flex/src/
H A Dscan.l137 WS [[:blank:]]+
170 ^{WS} START_CODEBLOCK(true);
172 ^#{OPTWS}line{WS} yy_push_state( LINEDIR );
186 {WS} /* discard */
203 ^"%"{LEXOPT}{WS}.*{NL} ++linenum; /* ignore */
317 {WS} /* separates name and definition */
352 {WS} option_sense = true;
489 ^{WS} START_CODEBLOCK(true); /* indented code in prolog */
541 {WS}"%{" {
552 {WS}"|"
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp136 for (const WriteState &WS : getDefs()) {
137 const CriticalDependency &WriteCRD = WS.getCriticalRegDep();
180 for (WriteState &WS : getDefs())
181 WS.onInstructionIssued(IID);
/freebsd-current/crypto/openssl/crypto/conf/
H A Dkeysets.pl20 my $WS = 0x0010;
41 $v |= $WS if $c =~ /[ \t\r\n]/;
55 $v |= $WS if $c =~ /[ \t\r\n]/;
82 #define CONF_WS $WS
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp192 MCSectionWasm *WS = getContext().getWasmSection(
195 if (WS->getSegmentFlags() != Flags)
198 utohexstr(WS->getSegmentFlags()));
201 if (!WS->isWasmData())
203 WS->setPassive();
206 getStreamer().switchSection(WS);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp67 const WriteState &WS = Inst.getDefs()[I]; local
73 if (WS.isEliminated())
75 if (WS.isWriteZero() && RS.isReadZero())
/freebsd-current/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c48 #define WS " \t\n\r" macro
86 for (ptr = strtok(line, WS); ptr; ptr = strtok(NULL, WS))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h51 WriteRef(unsigned SourceIndex, WriteState *WS);
261 // Removes write \param WS from the register mappings.
264 void removeRegisterWrite(const WriteState &WS,
268 // WS.
269 bool canEliminateMove(const WriteState &WS, const ReadState &RS,
274 // WriteState by setting flag `WS.isEliminated`, and by propagating the zero
/freebsd-current/contrib/nvi/common/
H A Dmultibyte.h61 #define WS "%ls" macro
95 #define WS "%s" macro
H A Doptions.c960 "%s"WS, O_ISSET(sp, offset) ? "" : "no", op->name);
963 curlen += ex_printf(sp, WS"=%ld", op->name, O_VAL(sp, offset));
966 curlen += ex_printf(sp, WS"=\"", op->name);
1000 (void)fprintf(fp, "set "WS"\n", op->name);
1002 (void)fprintf(fp, "set no"WS"\n", op->name);
1006 "set "WS"=%-3ld\n", op->name, O_VAL(sp, cnt));
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp575 void llvm::format_provider<WaitStatus>::format(const WaitStatus &WS,
580 switch (WS.type) {
591 OS << formatv("{0}{1:x-2}", type, WS.status);
597 switch(WS.type) {
608 OS << desc << " " << int(WS.status);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp243 LexicalScope *WS = ScopePosition.first; local
245 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren();
252 WS->setDFSOut(++Counter);
/freebsd-current/lib/libc/tests/resolv/
H A Dresolv_test.c51 #define WS " \t\n\r" macro
88 for (ptr = strtok(line, WS); ptr; ptr = strtok(NULL, WS)) {
/freebsd-current/contrib/nvi/ex/
H A Dex_bang.c86 (void)ex_printf(sp, "!"WS"\n", ap->bp);
H A Dex_read.c130 "!"WS"\n", cmdp->argv[argc]->bp);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h279 static void format(const lldb_private::WaitStatus &WS, raw_ostream &OS,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp773 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); local
774 if (WS && WS->getKind().isText())
1122 auto *WS = variable
1125 getStreamer().switchSection(WS); variable
1128 getContext().addGenDwarfSection(WS); variable

Completed in 210 milliseconds

12