Home
last modified time | relevance | path

Searched refs:WS (Results 1 – 25 of 59) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp29 Write(WS) {} in WriteRef()
108 if (WS.isEliminated()) in onInstructionExecuted()
127 if (WR.getWriteState() == &WS) in onInstructionExecuted()
136 if (!WS.clearsSuperRegisters()) in onInstructionExecuted()
283 WS.clearsSuperRegisters() ? RegID : WS.getRegisterID(); in addRegisterWrite()
319 if (!WS.clearsSuperRegisters()) in addRegisterWrite()
336 if (WS.isEliminated()) in removeRegisterWrite()
365 if (WR.getWriteState() == &WS) in removeRegisterWrite()
374 if (!WS.clearsSuperRegisters()) in removeRegisterWrite()
479 WS.setWriteZero(); in tryEliminateMoveOrSwap()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp473 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) { in executePostLayoutBinding()
1363 if (WS.isTag()) in prepareImports()
1370 if (!WS.isDefined() && !WS.isComdat()) { in prepareImports()
1381 if (WS.isWeak()) in prepareImports()
1393 if (WS.isWeak()) in prepareImports()
1582 if (WS.isComdat() && !WS.isDefined()) in writeOneObject()
1783 if (WS.isWeak()) in writeOneObject()
1785 if (WS.isHidden()) in writeOneObject()
1787 if (!WS.isExternal() && WS.isDefined()) in writeOneObject()
1801 if (WS.isTLS()) in writeOneObject()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create() local
25 Obj->Sections.push_back({static_cast<uint8_t>(WS.Type), in create()
26 WS.HeaderSecSizeEncodingLen, WS.Name, WS.Content}); in create()
/freebsd-14.2/usr.sbin/mailwrapper/
H A Dmailwrapper.c131 #define WS " \t\n" in main() macro
134 cp += strspn(cp, WS); in main()
141 if ((from = strsep(&cp, WS)) == NULL || cp == NULL) in main()
144 cp += strspn(cp, WS); in main()
146 if ((to = strsep(&cp, WS)) == NULL) in main()
150 for (ap = strsep(&cp, WS); ap != NULL; in main()
151 ap = strsep(&cp, WS)) { in main()
/freebsd-14.2/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt.c45 #define WS "\t\n " macro
63 optstring = strtok(&line[6], WS); in main()
75 args[nargs = 0] = strtok(&line[6], WS); in main()
81 while ((args[++nargs] = strtok(NULL, WS)) != NULL) in main()
94 result = strtok(&line[8], WS); in main()
H A Dh_getopt_long.c48 #define WS "\t\n " macro
69 optstring = strtok(&line[11], WS); in main()
85 ptr = strtok(&line[10], WS); in main()
160 args[nargs = 0] = strtok(&line[6], WS); in main()
165 while ((args[++nargs] = strtok(NULL, WS)) != NULL) in main()
173 result = strtok(&line[8], WS); in main()
/freebsd-14.2/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-14.2/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 */
489 ^{WS} START_CODEBLOCK(true); /* indented code in prolog */
541 {WS}"%{" {
552 {WS}"|".*{NL} {
567 ^{WS}"/*" {
581 ^{WS} /* allow indented rules */ ;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp192 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective() local
195 if (WS->getSegmentFlags() != Flags) in parseSectionDirective()
198 utohexstr(WS->getSegmentFlags())); in parseSectionDirective()
201 if (!WS->isWasmData()) in parseSectionDirective()
203 WS->setPassive(); in parseSectionDirective()
206 getStreamer().switchSection(WS); in parseSectionDirective()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp90 for (const WriteState &WS : IR.getInstruction()->getDefs()) { in findFirstWriteBackCycle() local
91 int CyclesLeft = WS.getCyclesLeft(); in findFirstWriteBackCycle()
93 CyclesLeft = WS.getLatency(); in findFirstWriteBackCycle()
165 for (WriteState &WS : IS.getDefs()) in addRegisterReadWrite()
166 PRF.addRegisterWrite(WriteRef(SourceIndex, &WS), UsedRegs); in addRegisterReadWrite()
341 for (const WriteState &WS : IS.getDefs()) in retireInstruction() local
342 PRF.removeRegisterWrite(WS, FreedRegs); in retireInstruction()
H A DRetireStage.cpp69 for (const WriteState &WS : Inst.getDefs()) in notifyInstructionRetired() local
70 PRF.removeRegisterWrite(WS, FreedRegs); in notifyInstructionRetired()
H A DDispatchStage.cpp119 for (WriteState &WS : IS.getDefs()) in dispatch()
120 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles); in dispatch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp136 for (const WriteState &WS : getDefs()) { in computeCriticalRegDep() local
137 const CriticalDependency &WriteCRD = WS.getCriticalRegDep(); in computeCriticalRegDep()
180 for (WriteState &WS : getDefs()) in execute()
181 WS.onInstructionIssued(IID); in execute()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h51 WriteRef(unsigned SourceIndex, WriteState *WS);
264 void removeRegisterWrite(const WriteState &WS,
269 bool canEliminateMove(const WriteState &WS, const ReadState &RS,
/freebsd-14.2/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)) in load()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp67 const WriteState &WS = Inst.getDefs()[I]; in updateMoveElimInfo() local
73 if (WS.isEliminated()) in updateMoveElimInfo()
75 if (WS.isWriteZero() && RS.isReadZero()) in updateMoveElimInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp575 void llvm::format_provider<WaitStatus>::format(const WaitStatus &WS, in format() argument
580 switch (WS.type) { in format()
591 OS << formatv("{0}{1:x-2}", type, WS.status); in format()
597 switch(WS.type) { in format()
608 OS << desc << " " << int(WS.status); in format()
/freebsd-14.2/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); in opts_print()
963 curlen += ex_printf(sp, WS"=%ld", op->name, O_VAL(sp, offset)); in opts_print()
966 curlen += ex_printf(sp, WS"=\"", op->name); in opts_print()
1000 (void)fprintf(fp, "set "WS"\n", op->name); in opts_save()
1002 (void)fprintf(fp, "set no"WS"\n", op->name); in opts_save()
1006 "set "WS"=%-3ld\n", op->name, O_VAL(sp, cnt)); in opts_save()
/freebsd-14.2/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)) { in load()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp243 LexicalScope *WS = ScopePosition.first; in constructScopeNest() local
245 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in constructScopeNest()
252 WS->setDFSOut(++Counter); in constructScopeNest()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dpuzzle9 # "Universal" or "WS Journal" links on the right side of
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp773 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection() local
774 if (WS && WS->getKind().isText()) in CheckDataSection()
1122 auto *WS = in doBeforeLabelEmit() local
1125 getStreamer().switchSection(WS); in doBeforeLabelEmit()
1128 getContext().addGenDwarfSection(WS); in doBeforeLabelEmit()
/freebsd-14.2/contrib/nvi/ex/
H A Dex_bang.c86 (void)ex_printf(sp, "!"WS"\n", ap->bp); in ex_bang()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3451 LexicalScope *WS = ScopePosition.first; in makeDepthFirstEjectionMap() local
3467 auto DILocationIt = ScopeToDILocation.find(WS); in makeDepthFirstEjectionMap()
3470 ScopeToAssignBlocks.find(WS)->second); in makeDepthFirstEjectionMap()
3474 EjectionMap[BBNum] = WS->getDFSOut(); in makeDepthFirstEjectionMap()
3541 LexicalScope *WS = ScopePosition.first; in depthFirstVLocAndEmit() local
3549 auto DILocIt = ScopeToDILocation.find(WS); in depthFirstVLocAndEmit()
3552 auto &VarsWeCareAbout = ScopeToVars.find(WS)->second; in depthFirstVLocAndEmit()
3559 HighestDFSIn = std::max(HighestDFSIn, WS->getDFSIn()); in depthFirstVLocAndEmit()
3572 auto DILocationIt = ScopeToDILocation.find(WS); in depthFirstVLocAndEmit()
3577 ScopeToAssignBlocks.find(WS)->second); in depthFirstVLocAndEmit()
[all …]

123