| /freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
| H A D | RegisterFile.cpp | 127 if (WR.getWriteState() == &WS) in onInstructionExecuted() 128 WR.notifyExecuted(CurrentCycle); in onInstructionExecuted() 365 if (WR.getWriteState() == &WS) in removeRegisterWrite() 366 WR.commit(); in removeRegisterWrite() 520 if (WR.getWriteState()) { in collectWrites() 521 Writes.push_back(WR); in collectWrites() 528 CommittedWrites.push_back(WR); in collectWrites() 535 if (WR.getWriteState()) { in collectWrites() 536 Writes.push_back(WR); in collectWrites() 579 for (const WriteRef &WR : Writes) { in checkRAWHazards() local [all …]
|
| /freebsd-14.2/usr.bin/tail/ |
| H A D | read.c | 93 WR(t + 1, len); in bytes() 101 WR(t + 1, len); in bytes() 105 WR(sp, tlen); in bytes() 110 WR(t + 1, len); in bytes() 112 WR(sp, tlen); in bytes() 116 WR(p, len); in bytes() 119 WR(sp, len); in bytes() 194 WR(llines[cnt].l, llines[cnt].len); in lines() 197 WR(llines[cnt].l, llines[cnt].len); in lines() 201 WR(llines[cnt].l, llines[cnt].len); in lines() [all …]
|
| H A D | misc.c | 87 WR(mip->start + (startoff - mip->mapoff), n); in mapprint() 127 WR("\n", 1); in printfn() 128 WR("==> ", 4); in printfn() 129 WR(fn, strlen(fn)); in printfn() 130 WR(" <==\n", 5); in printfn()
|
| H A D | reverse.c | 262 WR(p, llen + 1); in r_buf() 264 WR(p + 1, llen); in r_buf() 266 WR(p, 1); in r_buf() 274 WR(&tr->l, tr->len); in r_buf()
|
| H A D | extern.h | 34 #define WR(p, size) do { \ macro
|
| /freebsd-14.2/contrib/ntp/libparse/ |
| H A D | parsesolaris.c | 306 return putctl1(WR(q)->q_next, M_CTL, (mode == M_PARSE) ? MC_SERVICEIMM : in setup_stream() 350 WR(q)->q_ptr = q->q_ptr; in parseopen() 351 pprintf(DD_OPEN, "parse: OPEN - WQ parse area q=%x, q->q_ptr=%x\n", WR(q), WR(q)->q_ptr); in parseopen() 433 WR(q)->q_ptr = (caddr_t)NULL; in parseclose() 784 dq = WR(q); in init_linemon()
|
| H A D | parsestreams.c | 458 return putctl1(WR(q)->q_next, M_CTL, (mode == M_PARSE) ? MC_SERVICEIMM : in setup_stream() 508 WR(q)->q_ptr = q->q_ptr; in parseopen() 588 WR(q)->q_ptr = (caddr_t)NULL; in parseclose() 934 dq = WR(q); in init_linemon()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | advantech,idk-2121wr.yaml | 7 title: Advantech IDK-2121WR 21.5" Full-HD dual-LVDS panel 14 The IDK-2121WR from Advantech is a Full-HD dual-LVDS panel.
|
| H A D | advantech,idk-1110wr.yaml | 7 title: Advantech IDK-1110WR 10.1" WSVGA LVDS Display Panel
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | r8a774e1-hihope-rzg2h-ex-idk-1110wr.dts | 4 * to an Advantech IDK-1110WR 10.1" LVDS panel
|
| H A D | r8a774b1-hihope-rzg2n-ex-idk-1110wr.dts | 4 * to an Advantech IDK-1110WR 10.1" LVDS panel
|
| H A D | r8a774a1-hihope-rzg2m-ex-idk-1110wr.dts | 4 * to an Advantech IDK-1110WR 10.1" LVDS panel
|
| H A D | r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dts | 4 * Advantech IDK-1110WR 10.1" LVDS panel
|
| H A D | r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dts | 4 * to an Advantech IDK-1110WR 10.1" LVDS panel
|
| H A D | r8a774c0-ek874-idk-2121wr.dts | 4 * connected to an Advantech IDK-2121WR 21.5" LVDS panel
|
| /freebsd-14.2/sys/dev/cxgb/ |
| H A D | cxgb_sge.c | 3163 uint32_t *WR, wr_hi, wr_lo, gen; in t3_dump_txq_eth() local 3205 WR = (uint32_t *)txd->flit; in t3_dump_txq_eth() 3206 wr_hi = ntohl(WR[0]); in t3_dump_txq_eth() 3207 wr_lo = ntohl(WR[1]); in t3_dump_txq_eth() 3214 WR[j], WR[j + 1], WR[j + 2], WR[j + 3]); in t3_dump_txq_eth() 3230 uint32_t *WR, wr_hi, wr_lo, gen; in t3_dump_txq_ctrl() local 3262 WR = (uint32_t *)txd->flit; in t3_dump_txq_ctrl() 3263 wr_hi = ntohl(WR[0]); in t3_dump_txq_ctrl() 3264 wr_lo = ntohl(WR[1]); in t3_dump_txq_ctrl() 3271 WR[j], WR[j + 1], WR[j + 2], WR[j + 3]); in t3_dump_txq_ctrl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | RegisterFile.h | 295 unsigned getElapsedCyclesFromWriteBack(const WriteRef &WR) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SubtargetEmitter.cpp | 903 for (Record *WR : ProcModel.WriteResDefs) { in FindWriteResources() 904 if (!WR->isSubClassOf("WriteRes")) in FindWriteResources() 906 if (AliasDef == WR->getValueAsDef("WriteType") in FindWriteResources() 907 || SchedWrite.TheDef == WR->getValueAsDef("WriteType")) { in FindWriteResources() 909 PrintFatalError(WR->getLoc(), "Resources are defined for both " in FindWriteResources() 913 ResDef = WR; in FindWriteResources()
|
| H A D | CodeGenSchedule.cpp | 1926 for (Record *WR : WRDefs) { in collectProcResources() 1927 Record *ModelDef = WR->getValueAsDef("SchedModel"); in collectProcResources() 1928 addWriteRes(WR, getProcModel(ModelDef).Index); in collectProcResources()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 327 Error WindowsResourceParser::parse(WindowsResource *WR, in parse() argument 329 auto EntryOrErr = WR->getHeadEntry(); in parse() 347 InputFilenames.push_back(std::string(WR->getFileName())); in parse() 356 Entry, InputFilenames[Node->Origin], WR->getFileName())); in parse()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 1081 const auto WR = RTy.getBitWidth(); in simplifySymbolCast() local 1085 if (((WT > WR) && (UR || !UT)) || ((WT == WR) && (UT == UR))) in simplifySymbolCast()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | WindowsResource.h | 157 Error parse(WindowsResource *WR, std::vector<std::string> &Duplicates);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitTracker.cpp | 794 uint16_t WR = W0; in evaluate() local 796 assert(WR == 64 && WP == 8); in evaluate() 798 RegisterCell RC(WR); in evaluate()
|
| H A D | HexagonRegisterInfo.td | 514 (add (sequence "W%u", 0, 15), (sequence "WR%u", 0, 15))> { 567 (add (sequence "WR%u", 0, 15))>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemorySSA.cpp | 859 UpwardsWalkResult WR = walkToPhiOrClobber(Paths[Paused]); in tryOptimizePhi() local 860 if (WR.IsKnownClobber) in tryOptimizePhi() 861 Clobbers.push_back({WR.Result, Paused}); in tryOptimizePhi() 864 DefChainEnd = WR.Result; in tryOptimizePhi()
|