| /openbsd-src/gnu/llvm/llvm/lib/MCA/HardwareUnits/ |
| H A D | RegisterFile.cpp | 126 WriteRef &WR = RegisterMappings[RegID].first; in onInstructionExecuted() local 127 if (WR.getWriteState() == &WS) in onInstructionExecuted() 128 WR.notifyExecuted(CurrentCycle); in onInstructionExecuted() 364 WriteRef &WR = RegisterMappings[RegID].first; in removeRegisterWrite() local 365 if (WR.getWriteState() == &WS) in removeRegisterWrite() 366 WR.commit(); in removeRegisterWrite() 497 unsigned RegisterFile::getElapsedCyclesFromWriteBack(const WriteRef &WR) const { in getElapsedCyclesFromWriteBack() 498 assert(WR.hasKnownWriteBackCycle() && "Write hasn't been committed yet!"); in getElapsedCyclesFromWriteBack() 499 return CurrentCycle - WR.getWriteBackCycle(); in getElapsedCyclesFromWriteBack() 519 const WriteRef &WR = RegisterMappings[RegID].first; in collectWrites() local [all …]
|
| /openbsd-src/usr.bin/tail/ |
| H A D | read.c | 92 WR(t + 1, len); in bytes() 100 WR(t + 1, len); in bytes() 104 WR(sp, tlen); in bytes() 109 WR(t + 1, len); in bytes() 111 WR(sp, tlen); in bytes() 115 WR(p, len); in bytes() 117 WR(sp, len); in bytes() 209 WR(lines[cnt - 1].l, lines[cnt - 1].len); in lines() 212 WR(lines[cnt - 1].l, lines[cnt - 1].len); in lines() 216 WR(lines[cnt].l, lines[cnt].len); in lines() [all …]
|
| H A D | reverse.c | 247 WR(p + 1, llen); in r_buf() 253 WR(tr->l, tr->len); in r_buf() 265 WR(tl->l, tl->len); in r_buf() 269 WR(tl->l, tl->len); in r_buf()
|
| H A D | extern.h | 35 #define WR(p, size) \ macro
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 2549.crt | 21 YaIiop/WR+I983EgY5CezqkIc6CXPlr1PvzZRDLPRQ8xr2biHp+dWenkpWqOBoew
|
| H A D | 790.key | 11 WR/ONdjJms1LYH4mMPmHACbWR7xpH+NbMgUFQF6RZb2hHGbw98K8MWC0uvZVAh2i
|
| H A D | 525.key | 25 MXN/WR/IEIz5tTdxaiL1lqEWShNiaES6qBRhyxMXBggb1sgvOiu1JxySsQfYaHQT
|
| H A D | 906.key | 9 luCArWt+6WR+HxBBEIC/YhRHyBMaWIbsjLf/cHzQTkJOnLq9qpjQchTZDsUlNF2M
|
| H A D | 2255.key | 11 e+og5SZGWmDvuplYqC0eafKTMGMM15ZAKBWfo4Yk2++4ppJtC0qTNmIhHuIi+3WR
|
| H A D | 2936.key | 22 N8mNfk9+WR+SanaiPkcKGBtAnCiFym8f6vOSZB5aj9MUuKwlrKgFyxasXv/zuafe
|
| H A D | 857.chain | 11 J+dKdXc+LvEMlr1kuTIgfgaPo9hz7sFoJLPHs1m61WE63783BSCGJuL4UnqVv+WR
|
| H A D | 963.chain | 18 kZ92zPWUS82xbQ+424WR/CaEG/gzySLlx4YtpfwznNn3hLoi/UxTyLvFA6fDhOQA
|
| H A D | 3422.chain | 19 4WR/gsNvtmAaOicI+FkkQo+fe3i5cch+c2h8gnwhlKPOYRgmBRx7kdKoZ1KjCItY
|
| H A D | 401.chain | 14 8G7yI6KxdhVGK9LA+ug9hvYCm3oZQnFW+WR/aHPyBLYeGaZRCjcVD0PLrAbb77yY
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/overstrike/ |
| H A D | wrapping | 10 WWRRAAPPPPIINNGG
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | mt-opc.c | 688 …{ { MNEM, ' ', OP (FRSR2), ',', '#', OP (RDA), ',', '#', OP (WR), ',', '#', OP (XMODE), ',', '#', … 700 …{ { MNEM, ' ', '#', OP (RDA), ',', '#', OP (WR), ',', '#', OP (FBINCR), ',', '#', OP (BALL), ',', … 706 …{ { MNEM, ' ', OP (FRSR2), ',', '#', OP (RDA), ',', '#', OP (WR), ',', '#', OP (FBINCR), ',', '#',… 712 …{ { MNEM, ' ', OP (FRSR1), ',', '#', OP (RDA), ',', '#', OP (WR), ',', '#', OP (BALL), ',', '#', O… 718 …{ { MNEM, ' ', OP (FRSR1), ',', OP (FRSR2), ',', '#', OP (RDA), ',', '#', OP (WR), ',', '#', OP (L…
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | RegisterFile.h | 295 unsigned getElapsedCyclesFromWriteBack(const WriteRef &WR) const;
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | SubtargetEmitter.cpp | 891 for (Record *WR : ProcModel.WriteResDefs) { in FindWriteResources() 892 if (!WR->isSubClassOf("WriteRes")) in FindWriteResources() 894 if (AliasDef == WR->getValueAsDef("WriteType") in FindWriteResources() 895 || SchedWrite.TheDef == WR->getValueAsDef("WriteType")) { in FindWriteResources() 897 PrintFatalError(WR->getLoc(), "Resources are defined for both " in FindWriteResources() 901 ResDef = WR; in FindWriteResources()
|
| H A D | CodeGenSchedule.cpp | 1907 for (Record *WR : WRDefs) { in collectProcResources() 1908 Record *ModelDef = WR->getValueAsDef("SchedModel"); in collectProcResources() 1909 addWriteRes(WR, getProcModel(ModelDef).Index); in collectProcResources()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 1071 const auto WR = RTy.getBitWidth(); in simplifySymbolCast() local 1075 if (((WT > WR) && (UR || !UT)) || ((WT == WR) && (UT == UR))) in simplifySymbolCast()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | WindowsResource.h | 157 Error parse(WindowsResource *WR, std::vector<std::string> &Duplicates);
|
| /openbsd-src/gnu/llvm/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))>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MemorySSA.cpp | 865 UpwardsWalkResult WR = walkToPhiOrClobber(Paths[Paused]); in tryOptimizePhi() local 866 if (WR.IsKnownClobber) in tryOptimizePhi() 867 Clobbers.push_back({WR.Result, Paused}); in tryOptimizePhi() 870 DefChainEnd = WR.Result; in tryOptimizePhi()
|