Home
last modified time | relevance | path

Searched refs:WR (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp127 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 Dread.c93 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 Dmisc.c87 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 Dreverse.c262 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 Dextern.h34 #define WR(p, size) do { \ macro
/freebsd-14.2/contrib/ntp/libparse/
H A Dparsesolaris.c306 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 Dparsestreams.c458 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 Dadvantech,idk-2121wr.yaml7 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 Dadvantech,idk-1110wr.yaml7 title: Advantech IDK-1110WR 10.1" WSVGA LVDS Display Panel
/freebsd-14.2/sys/contrib/device-tree/src/arm64/renesas/
H A Dr8a774e1-hihope-rzg2h-ex-idk-1110wr.dts4 * to an Advantech IDK-1110WR 10.1" LVDS panel
H A Dr8a774b1-hihope-rzg2n-ex-idk-1110wr.dts4 * to an Advantech IDK-1110WR 10.1" LVDS panel
H A Dr8a774a1-hihope-rzg2m-ex-idk-1110wr.dts4 * to an Advantech IDK-1110WR 10.1" LVDS panel
H A Dr8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dts4 * Advantech IDK-1110WR 10.1" LVDS panel
H A Dr8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dts4 * to an Advantech IDK-1110WR 10.1" LVDS panel
H A Dr8a774c0-ek874-idk-2121wr.dts4 * connected to an Advantech IDK-2121WR 21.5" LVDS panel
/freebsd-14.2/sys/dev/cxgb/
H A Dcxgb_sge.c3163 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 DRegisterFile.h295 unsigned getElapsedCyclesFromWriteBack(const WriteRef &WR) const;
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp903 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 DCodeGenSchedule.cpp1926 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 DWindowsResource.cpp327 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 DSValBuilder.cpp1081 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 DWindowsResource.h157 Error parse(WindowsResource *WR, std::vector<std::string> &Duplicates);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp794 uint16_t WR = W0; in evaluate() local
796 assert(WR == 64 && WP == 8); in evaluate()
798 RegisterCell RC(WR); in evaluate()
H A DHexagonRegisterInfo.td514 (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 DMemorySSA.cpp859 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()

12