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

12

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DReader.cpp24 const WasmSection &WS = WasmObj.getWasmSection(Sec); local
26 {static_cast<uint8_t>(WS.Type), WS.Name, WS.Content});
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp432 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
433 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) {
1219 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1223 if (WS.isFunction()) {
1228 if (WS.isEvent())
1229 registerEventType(WS);
1231 if (WS.isTemporary())
1235 if (!WS
1276 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1366 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1518 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1554 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1626 const auto &WS = static_cast<const MCSectionWasm &>(S); local
[all...]
/freebsd-13-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-13-stable/usr.sbin/mailwrapper/
H A Dmailwrapper.c133 #define WS " \t\n" macro
136 cp += strspn(cp, WS);
143 if ((from = strsep(&cp, WS)) == NULL || cp == NULL)
146 cp += strspn(cp, WS);
148 if ((to = strsep(&cp, WS)) == NULL)
152 for (ap = strsep(&cp, WS); ap != NULL;
153 ap = strsep(&cp, WS)) {
/freebsd-13-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-13-stable/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-13-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-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h200 // Removes write \param WS from the register mappings.
203 void removeRegisterWrite(const WriteState &WS,
206 // Returns true if a move from RS to WS can be eliminated.
207 // On success, it updates WriteState by setting flag `WS.isEliminated`.
208 // If RS is a read from a zero register, and WS is eliminated, then
209 // `WS.WritesZero` is also set, so that method addRegisterWrite() would not
211 bool tryEliminateMove(WriteState &WS, ReadState &RS);
/freebsd-13-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-13-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-13-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-13-stable/contrib/nvi/common/
H A Dmultibyte.h61 #define WS "%ls" macro
95 #define WS "%s" macro
H A Doptions.c958 "%s"WS, O_ISSET(sp, offset) ? "" : "no", op->name);
961 curlen += ex_printf(sp, WS"=%ld", op->name, O_VAL(sp, offset));
964 curlen += ex_printf(sp, WS"=\"", op->name);
998 (void)fprintf(fp, "set "WS"\n", op->name);
1000 (void)fprintf(fp, "set no"WS"\n", op->name);
1004 "set "WS"=%-3ld\n", op->name, O_VAL(sp, cnt));
/freebsd-13-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-13-stable/lib/libc/tests/resolv/
H A Dresolv_test.c52 #define WS " \t\n\r" macro
89 for (ptr = strtok(line, WS); ptr; ptr = strtok(NULL, WS)) {
/freebsd-13-stable/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-13-stable/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-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp151 auto WS = getContext().getWasmSection(Name, Kind.getValue());
152 getStreamer().SwitchSection(WS);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp648 void llvm::format_provider<WaitStatus>::format(const WaitStatus &WS, argument
653 switch (WS.type) {
664 OS << formatv("{0}{1:x-2}", type, WS.status);
670 switch(WS.type) {
681 OS << desc << " " << int(WS.status);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h247 static void format(const lldb_private::WaitStatus &WS, raw_ostream &OS,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp650 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); local
651 if (WS && WS->getKind().isText())
904 auto WS = getContext().getWasmSection(SecName, SectionKind::getText()); variable
905 getStreamer().SwitchSection(WS); variable
908 getContext().addGenDwarfSection(WS); variable

Completed in 301 milliseconds

12