Home
last modified time | relevance | path

Searched refs:dstRead (Results 1 – 12 of 12) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateSendLdStLsc.cpp122 G4_DstRegRegion *dstRead, // dst can be NULL reg (e.g store) in translateLscUntypedInst() argument
260 if (!isNullOperand(dstRead)) in translateLscUntypedInst()
262 evenAlignDcl(dstRead); in translateLscUntypedInst()
305 if (isNullOperand(dstRead)) { in translateLscUntypedInst()
334 if (dstRead->isNullReg()) { in translateLscUntypedInst()
405 if (!isNullOperand(dstRead)) { in translateLscUntypedInst()
408 dstRead->getBase()->asRegVar()->getDeclare()->getRootDeclare(); in translateLscUntypedInst()
437 dstRead, in translateLscUntypedInst()
459 G4_DstRegRegion *dstRead, // dst can be NULL reg (e.g store) in translateLscUntypedBlock2DInst() argument
504 if (isNullOperand(dstRead)) { in translateLscUntypedBlock2DInst()
[all …]
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclIO.c6129 int dstDecoded, dstRead, dstWrote, srcRead, numChars, code; in ReadChars() local
6166 dstRead = dstDecoded; in ReadChars()
6169 if (dstRead < dstDecoded) { in ReadChars()
6196 if (dstRead == 0) { in ReadChars()
6215 dstLimit = dstRead + (TCL_UTF_MAX - 1); in ReadChars()
6229 assert(dst[dstRead] == '\r'); in ReadChars()
6240 dstLimit = dstRead + (TCL_UTF_MAX - 1); in ReadChars()
6248 assert(dstRead == 0); in ReadChars()
6310 dstRead = numChars; in ReadChars()
6321 numChars -= (dstRead - dstWrote); in ReadChars()
[all …]
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclIO.c5593 int dstDecoded, dstRead, dstWrote, srcRead, numChars, code; in ReadChars() local
5625 dstRead = dstDecoded; in ReadChars()
5628 if (dstRead < dstDecoded) { in ReadChars()
5659 if (dstRead == 0) { in ReadChars()
5678 dstLimit = dstRead + TCL_UTF_MAX; in ReadChars()
5693 assert(dst[dstRead] == '\r'); in ReadChars()
5704 dstLimit = dstRead + TCL_UTF_MAX; in ReadChars()
5712 assert(dstRead == 0); in ReadChars()
5775 dstRead = numChars; in ReadChars()
5786 numChars -= (dstRead - dstWrote); in ReadChars()
[all …]
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclIO.c6178 int dstDecoded, dstRead, dstWrote, srcRead, numChars, code; in ReadChars() local
6215 dstRead = dstDecoded; in ReadChars()
6218 if (dstRead < dstDecoded) { in ReadChars()
6245 if (dstRead == 0) { in ReadChars()
6264 dstLimit = dstRead + (TCL_UTF_MAX - 1); in ReadChars()
6278 assert(dst[dstRead] == '\r'); in ReadChars()
6289 dstLimit = dstRead + (TCL_UTF_MAX - 1); in ReadChars()
6297 assert(dstRead == 0); in ReadChars()
6359 dstRead = numChars; in ReadChars()
6370 numChars -= (dstRead - dstWrote); in ReadChars()
[all …]
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1/
H A DtclIO.c4081 int srcLen, srcRead, dstNeeded, dstRead, dstWrote, numChars; local
4193 dstRead = dstWrote;
4194 if (TranslateInputEOL(chanPtr, dst, dst, &dstWrote, &dstRead) != 0) {
4206 dst, dstRead + TCL_UTF_MAX, &srcRead, &dstWrote, &numChars);
4207 TranslateInputEOL(chanPtr, dst, dst, &dstWrote, &dstRead);
4216 numChars -= (dstRead - dstWrote);
4230 dstRead = dstWrote;
4231 TranslateInputEOL(chanPtr, dst, dst, &dstWrote, &dstRead);
4232 numChars -= (dstRead - dstWrote);
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1b3/
H A DtclIO.c4081 int srcLen, srcRead, dstNeeded, dstRead, dstWrote, numChars; local
4193 dstRead = dstWrote;
4194 if (TranslateInputEOL(chanPtr, dst, dst, &dstWrote, &dstRead) != 0) {
4206 dst, dstRead + TCL_UTF_MAX, &srcRead, &dstWrote, &numChars);
4207 TranslateInputEOL(chanPtr, dst, dst, &dstWrote, &dstRead);
4216 numChars -= (dstRead - dstWrote);
4230 dstRead = dstWrote;
4231 TranslateInputEOL(chanPtr, dst, dst, &dstWrote, &dstRead);
4232 numChars -= (dstRead - dstWrote);
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1a2/
H A DtclIO.c3995 int srcLen, srcRead, dstNeeded, dstRead, dstWrote, numChars; local
4107 dstRead = dstWrote;
4108 if (TranslateInputEOL(chanPtr, dst, dst, &dstWrote, &dstRead) != 0) {
4120 dst, dstRead + TCL_UTF_MAX, &srcRead, &dstWrote, &numChars);
4121 TranslateInputEOL(chanPtr, dst, dst, &dstWrote, &dstRead);
4130 numChars -= (dstRead - dstWrote);
4144 dstRead = dstWrote;
4145 TranslateInputEOL(chanPtr, dst, dst, &dstWrote, &dstRead);
4146 numChars -= (dstRead - dstWrote);
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1b1/
H A DtclIO.c4099 int srcLen, srcRead, dstNeeded, dstRead, dstWrote, numChars; local
4211 dstRead = dstWrote;
4212 if (TranslateInputEOL(chanPtr, dst, dst, &dstWrote, &dstRead) != 0) {
4224 dst, dstRead + TCL_UTF_MAX, &srcRead, &dstWrote, &numChars);
4225 TranslateInputEOL(chanPtr, dst, dst, &dstWrote, &dstRead);
4234 numChars -= (dstRead - dstWrote);
4248 dstRead = dstWrote;
4249 TranslateInputEOL(chanPtr, dst, dst, &dstWrote, &dstRead);
4250 numChars -= (dstRead - dstWrote);
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1b2/
H A DtclIO.c4099 int srcLen, srcRead, dstNeeded, dstRead, dstWrote, numChars; local
4211 dstRead = dstWrote;
4212 if (TranslateInputEOL(chanPtr, dst, dst, &dstWrote, &dstRead) != 0) {
4224 dst, dstRead + TCL_UTF_MAX, &srcRead, &dstWrote, &numChars);
4225 TranslateInputEOL(chanPtr, dst, dst, &dstWrote, &dstRead);
4234 numChars -= (dstRead - dstWrote);
4248 dstRead = dstWrote;
4249 TranslateInputEOL(chanPtr, dst, dst, &dstWrote, &dstRead);
4250 numChars -= (dstRead - dstWrote);
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclIO.c4632 int srcRead, dstWrote, numChars, dstRead; local
4754 dstRead = dstWrote;
4755 if (TranslateInputEOL(statePtr, dst, dst, &dstWrote, &dstRead) != 0) {
4769 dst, dstRead + TCL_UTF_MAX, &srcRead, &dstWrote, &numChars);
4770 TranslateInputEOL(statePtr, dst, dst, &dstWrote, &dstRead);
4779 numChars -= (dstRead - dstWrote);
4793 dstRead = dstWrote;
4794 TranslateInputEOL(statePtr, dst, dst, &dstWrote, &dstRead);
4795 numChars -= (dstRead - dstWrote);
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DSpillManagerGMRF.cpp5179 auto dstRead = builder->createDst(inst->getDst()->getTopDcl()->getRegVar(), in expandFillLSC() local
5198 dstRead, in expandFillLSC()
5211 dstRead->getTopDcl()->getName())); in expandFillLSC()
H A DOptimizer.cpp8492 auto dstRead = builder.createDstRegRegion(sendDstDcl, 1); in loadThreadPayload() local
8508 dstRead, in loadThreadPayload()