Home
last modified time | relevance | path

Searched refs:J (Results 1 – 25 of 950) sorted by relevance

12345678910>>...38

/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp71 for (MachineBasicBlock::iterator J = Pred->getLastNonDebugInstr();;) { in processBlock() local
72 if (J == Pred->end()) in processBlock()
75 if (J->getOpcode() == PPC::B) { in processBlock()
76 if (J->getOperand(0).getMBB() == &ReturnMBB) { in processBlock()
80 Pred->insert(J, MI); in processBlock()
82 MachineBasicBlock::iterator K = J--; in processBlock()
88 } else if (J->getOpcode() == PPC::BCC) { in processBlock()
89 if (J->getOperand(2).getMBB() == &ReturnMBB) { in processBlock()
95 .add(J->getOperand(0)) in processBlock()
96 .add(J->getOperand(1)); in processBlock()
[all …]
/src/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp183 json::OStream J(OS); in write() local
184 J.objectBegin(); in write()
185 J.attributeBegin("traceEvents"); in write()
186 J.arrayBegin(); in write()
193 J.object([&] { in write()
194 J.attribute("pid", Pid); in write()
195 J.attribute("tid", int64_t(Tid)); in write()
196 J.attribute("ts", StartUs); in write()
198 J.attribute("cat", E.Name); in write()
199 J.attribute("ph", "b"); in write()
[all …]
/src/contrib/llvm-project/llvm/include/llvm-c/
H A DLLJIT.h122 LLVMErrorRef LLVMOrcDisposeLLJIT(LLVMOrcLLJITRef J);
130 LLVMOrcExecutionSessionRef LLVMOrcLLJITGetExecutionSession(LLVMOrcLLJITRef J);
138 LLVMOrcJITDylibRef LLVMOrcLLJITGetMainJITDylib(LLVMOrcLLJITRef J);
144 const char *LLVMOrcLLJITGetTripleString(LLVMOrcLLJITRef J);
149 char LLVMOrcLLJITGetGlobalPrefix(LLVMOrcLLJITRef J);
159 LLVMOrcLLJITMangleAndIntern(LLVMOrcLLJITRef J, const char *UnmangledName);
170 LLVMErrorRef LLVMOrcLLJITAddObjectFile(LLVMOrcLLJITRef J, LLVMOrcJITDylibRef JD,
182 LLVMErrorRef LLVMOrcLLJITAddObjectFileWithRT(LLVMOrcLLJITRef J,
195 LLVMErrorRef LLVMOrcLLJITAddLLVMIRModule(LLVMOrcLLJITRef J,
208 LLVMErrorRef LLVMOrcLLJITAddLLVMIRModuleWithRT(LLVMOrcLLJITRef J,
[all …]
/src/sys/contrib/libsodium/
H A DAUTHORS14 chacha20 Daniel J. Bernstein
19 curve25519 Daniel J. Bernstein
21 curve25519xsalsa20poly1305 Daniel J. Bernstein
23 ed25519 Daniel J. Bernstein
29 poly1305 Daniel J. Bernstein
31 salsa20 Daniel J. Bernstein
36 Daniel J. Bernstein
53 crypto_box/curve25519xsalsa20poly1305 Daniel J. Bernstein
57 crypto_core/ed25519 Daniel J. Bernstein
62 crypto_core/hsalsa20 Daniel J. Bernstein
[all …]
/src/contrib/bmake/mk/
H A DChangeLog1 2025-11-18 Simon J Gerraty <sjg@beast.crufty.net>
14 2025-11-13 Simon J Gerraty <sjg@beast.crufty.net>
19 2025-11-11 Simon J Gerraty <sjg@beast.crufty.net>
27 2025-09-16 Simon J Gerraty <sjg@beast.crufty.net>
44 2025-08-09 Simon J Gerraty <sjg@beast.crufty.net>
50 2025-07-24 Simon J Gerraty <sjg@beast.crufty.net>
58 2025-07-22 Simon J Gerraty <sjg@beast.crufty.net>
67 2025-07-04 Simon J Gerraty <sjg@beast.crufty.net>
71 2025-05-28 Simon J Gerraty <sjg@beast.crufty.net>
77 2025-05-18 Simon J Gerraty <sjg@beast.crufty.net>
[all …]
/src/share/doc/psd/01.cacm/
H A Dref.bib5 %J Comm. Assoc. Comp. Mach.
20 %J Comm. Assoc. Comp. Mach.
30 %A J. F. Ossanna
31 %J Bell Sys. Tech. J.
38 %A J. R. Mashey
40 %J Proc. 2nd Int. Conf. on Software Engineering
47 %A J. R. Mashey
48 %J Bell Sys. Tech. J.
58 %J Bell Sys. Tech. J.
73 %J Software Practice and Experience
[all …]
/src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp663 static void printDatum(json::OStream &J, const char *Key, json::Value Value) { in printDatum() argument
665 J.attribute(Key, "overflowed"); in printDatum()
667 J.attribute(Key, Value); in printDatum()
672 static void printLocationStats(json::OStream &J, const char *Key, in printLocationStats() argument
675 J.attribute((Twine(Key) + in printLocationStats()
680 J.attribute( in printLocationStats()
690 J.attribute((Twine(Key) + in printLocationStats()
695 J.attribute((Twine(Key) + in printLocationStats()
706 J.attribute((Twine(Key) + " with [" + Twine((i - 1) * 10) + "%," + in printLocationStats()
712 J.attribute((Twine(Key) + " with [" + Twine((i - 1) * 10) + "%," + in printLocationStats()
[all …]
/src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dinterval_map.h94 auto J = Impl.upper_bound(KS); in erase() local
98 auto I = std::prev(J); in erase()
111 J, std::make_pair(std::make_pair(KE, Tmp.first.second), Tmp.second)); in erase()
112 J = std::prev(J); in erase()
118 J, std::make_pair(std::make_pair(Tmp.first.first, KS), Tmp.second)); in erase()
134 auto J = this->Impl.upper_bound(KS); in insert() local
138 if (J != this->end() && KE == J->first.first && J->second == V) { in insert()
139 KE = J->first.second; in insert()
140 auto Tmp = J++; in insert()
145 if (J != this->begin()) { in insert()
[all …]
/src/contrib/llvm-project/clang/lib/Format/
H A DMatchFilePath.cpp38 for (unsigned J = 0; J < End; ++J) { in matchFilePath() local
42 switch (const auto F = FilePath[J]; Pattern[I]) { in matchFilePath()
54 const auto K = FilePath.find(Separator, J); // Index of next `Separator`. in matchFilePath()
65 J = K; // Skip to next `Separator` in `FilePath`. in matchFilePath()
69 for (auto Pat = Pattern.substr(I); J < End && FilePath[J] != Separator; in matchFilePath()
70 ++J) { in matchFilePath()
71 if (matchFilePath(Pat, FilePath.substr(J))) in matchFilePath()
/src/contrib/bmake/
H A DChangeLog1 2025-11-15 Simon J Gerraty <sjg@beast.crufty.net>
6 2025-11-12 Simon J Gerraty <sjg@beast.crufty.net>
12 2025-11-11 Simon J Gerraty <sjg@beast.crufty.net>
16 2025-11-10 Simon J Gerraty <sjg@beast.crufty.net>
21 2025-10-23 Simon J Gerraty <sjg@beast.crufty.net>
25 2025-10-22 Simon J Gerraty <sjg@beast.crufty.net>
32 2025-09-16 Simon J Gerraty <sjg@beast.crufty.net>
38 2025-08-04 Simon J Gerraty <sjg@beast.crufty.net>
47 2025-07-07 Simon J Gerraty <sjg@beast.crufty.net>
54 2025-07-04 Simon J Gerraty <sjg@beast.crufty.net>
[all …]
/src/contrib/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp71 json::OStream J(Out->os(), 1); in exportToFile() local
72 J.objectBegin(); in exportToFile()
78 J.attributeBegin(SimOptionStr); in exportToFile()
79 J.arrayBegin(); in exportToFile()
92 J.object([&] { in exportToFile()
93 J.attribute("start", *Start); in exportToFile()
94 J.attribute("end", *End); in exportToFile()
97 J.arrayEnd(); in exportToFile()
98 J.attributeEnd(); in exportToFile()
101 J.objectEnd(); in exportToFile()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1208 const MachineInstr &J) { in hasDeadDependence() argument
1212 if (I.isCall() || J.isCall()) in hasDeadDependence()
1214 if (HII->isPredicated(I) || HII->isPredicated(J)) in hasDeadDependence()
1224 for (auto &MO : J.operands()) { in hasDeadDependence()
1235 const MachineInstr &J) { in hasControlDependence() argument
1239 doesModifyCalleeSavedReg(J, HRI)) || in hasControlDependence()
1240 (HII->isSaveCalleeSavedRegsCall(J) && in hasControlDependence()
1245 if (isControlFlow(I) && isControlFlow(J)) in hasControlDependence()
1259 if (HII->isLoopN(I) && isBadForLoopN(J)) in hasControlDependence()
1261 if (HII->isLoopN(J) && isBadForLoopN(I)) in hasControlDependence()
[all …]
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp133 GenericLLVMIRPlatformSupport(LLJIT &J, JITDylib &PlatformJD) in GenericLLVMIRPlatformSupport() argument
134 : J(J), InitFunctionPrefix(J.mangle("__orc_init_func.")), in GenericLLVMIRPlatformSupport()
135 DeInitFunctionPrefix(J.mangle("__orc_deinit_func.")) { in GenericLLVMIRPlatformSupport()
140 setInitTransform(J, GlobalCtorDtorScraper(*this, InitFunctionPrefix, in GenericLLVMIRPlatformSupport()
145 StdInterposes[J.mangleAndIntern("__lljit.platform_support_instance")] = { in GenericLLVMIRPlatformSupport()
147 StdInterposes[J.mangleAndIntern("__lljit.cxa_atexit_helper")] = { in GenericLLVMIRPlatformSupport()
152 cantFail(J.addIRModule(PlatformJD, createPlatformRuntimeModule())); in GenericLLVMIRPlatformSupport()
155 ExecutionSession &getExecutionSession() { return J.getExecutionSession(); } in getExecutionSession()
162 PerJDInterposes[J.mangleAndIntern("__lljit.run_atexits_helper")] = { in setupJITDylib()
164 PerJDInterposes[J.mangleAndIntern("__lljit.atexit_helper")] = { in setupJITDylib()
[all …]
/src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp79 for (unsigned J = 0; J < NumUnits; ++J) { in printColumnNames() local
83 OS << '.' << J; in printColumnNames()
118 for (unsigned J = 0; J < NumUnits; ++J) { in printResourcePressurePerIter() local
121 FOS << '.' << J; in printResourcePressurePerIter()
161 for (unsigned J = 0; J < NumResourceUnits; ++J) { in printResourcePressurePerInst() local
162 double Usage = ResourceUsage[J + BaseEltIdx]; in printResourcePressurePerInst()
163 printResourcePressure(FOS, Usage / Executions, (J + 1) * 7); in printResourcePressurePerInst()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeUtils.h29 typename LiveRangeT::iterator J = LR.begin(), E = LR.end(); in DistributeRange() local
30 while (J != E && VNIClasses[J->valno->id] == 0) in DistributeRange()
31 ++J; in DistributeRange()
32 for (typename LiveRangeT::iterator I = J; I != E; ++I) { in DistributeRange()
38 *J++ = *I; in DistributeRange()
40 LR.segments.erase(J, E); in DistributeRange()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp206 for (User *J : AAPtr->users()) { in processAssumption()
207 if (J == ACall) in processAssumption()
210 if (Instruction *K = dyn_cast<Instruction>(J)) in processAssumption()
215 Instruction *J = WorkList.pop_back_val(); in processAssumption() local
216 if (LoadInst *LI = dyn_cast<LoadInst>(J)) { in processAssumption()
217 if (!isValidAssumeForContext(ACall, J, DT)) in processAssumption()
225 } else if (StoreInst *SI = dyn_cast<StoreInst>(J)) { in processAssumption()
226 if (!isValidAssumeForContext(ACall, J, DT)) in processAssumption()
234 } else if (MemIntrinsic *MI = dyn_cast<MemIntrinsic>(J)) { in processAssumption()
235 if (!isValidAssumeForContext(ACall, J, DT)) in processAssumption()
[all …]
H A DScalarizer.cpp261 for (unsigned J = 0; J < NumPacked; ++J) in concatenate() local
262 InsertMask[I * VS.NumPacked + J] = NumElements + J; in concatenate()
265 for (unsigned J = 0; J < NumPacked; ++J) in concatenate() local
266 InsertMask[I * VS.NumPacked + J] = I * VS.NumPacked + J; in concatenate()
380 for (unsigned J = 0; J < VecTy->getNumElements(); ++J) in operator []() local
381 Mask.push_back(Frag * VS.NumPacked + J); in operator []()
396 unsigned J = Idx->getZExtValue(); in operator []() local
398 if (Frag * VS.NumPacked == J) { in operator []()
403 if (VS.NumPacked == 1 && !CV[J]) { in operator []()
407 CV[J] = Insert->getOperand(1); in operator []()
[all …]
H A DBDCE.cpp57 auto *J = cast<Instruction>(JU); in clearAssumptionsOfUsers() local
58 if (J->getType()->isIntOrIntVectorTy()) { in clearAssumptionsOfUsers()
59 Visited.insert(J); in clearAssumptionsOfUsers()
60 WorkList.push_back(J); in clearAssumptionsOfUsers()
75 Instruction *J = WorkList.pop_back_val(); in clearAssumptionsOfUsers() local
78 J->dropPoisonGeneratingAnnotations(); in clearAssumptionsOfUsers()
85 if (DB.getDemandedBits(J).isAllOnes()) in clearAssumptionsOfUsers()
88 for (User *KU : J->users()) { in clearAssumptionsOfUsers()
/src/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Dcert-onecolumn.pem112 J
148 J
160 J
216 J
252 J
324 J
400 J
432 J
552 J
588 J
[all …]
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp246 auto J = std::next(I); in FactorNodes() local
247 if (J == E) in FactorNodes()
251 auto K = J; in FactorNodes()
265 while (J != E && (*J)->isEqual(Optn)) in FactorNodes()
266 EqualMatchers.push_back(*J++); in FactorNodes()
272 while (J != E) { in FactorNodes()
273 Matcher *ScanMatcher = *J; in FactorNodes()
280 ++J; in FactorNodes()
288 *K++ = *J++; in FactorNodes()
301 *J = M2; in FactorNodes()
[all …]
/src/contrib/sendmail/contrib/
H A Dmail.local.linux37 M'+UYV6=Q!YI!QQTL4IMJL%C",6EUR#:J[,'^C;$&GG>P,5]PV4H97@*[^<DJ
38 M&:[*5J"D=>A(\7$7/ZGC<P:YZ"#(/S+G''3246?=R]@!.J%W%PH!W1IEJ%Q=
40 MQ@%5)T9O`Q[[!@C"61M=Q$NQ.J*,--I(\QCIZ>A:>T#:B.K$7_*,<9H:LPOB
59 M>=G+/+9*3YH@)H?VC!4UFPH4O+B%M0%%RT`(4A"#%#6J"#&*0A;"D(8<YKG\
79 M6!S[Q1[SX0)T*`([$%B%HQT@,!H@H"M_4B"RH0))*%AFP(1.J(@*8!EZ<B13
80 M^"5C,`;20098J(4@T(5GE0*Q]5H$,09OY0(V,!MT95?E9ALVH%<YP%<Q`(B"
81 M6"C(88B(^(2+V(B#55@@P`-SD`=S0!9*H19NL5B"Y0;.9EC!.(R4>(Q*J(R$
84 M49#ZR([4"!W=\08+28T/N1\7R8QT0`:`\H\&R8T!Z8U<4R0;^8F(Q59N@5J-
88 MB0*!209VJ0!?X08HH!1G,`8<=@9V,$\)H(C^(0>1&8@)T)<J`)EV$(A[H`!7
89 MB0?DTA^8N1KG2`:<60:F"1W]T9>J"9F<:1\U0R-AL'($>1H#R9F8*8478@9D
[all …]
/src/lib/libxo/tests/
H A DMakefile32 ${PACKAGE}FILES+= test_01.J.err
33 ${PACKAGE}FILES+= test_01.J.out
52 ${PACKAGE}FILES+= test_02.J.err
53 ${PACKAGE}FILES+= test_02.J.out
72 ${PACKAGE}FILES+= test_03.J.err
73 ${PACKAGE}FILES+= test_03.J.out
92 ${PACKAGE}FILES+= test_04.J.err
93 ${PACKAGE}FILES+= test_04.J.out
110 ${PACKAGE}FILES+= test_05.J.err
111 ${PACKAGE}FILES+= test_05.J.out
[all …]
/src/share/doc/papers/relengr/
H A Dref.bib2 %A J. M. Bloom
3 %A M. J. Karels
11 %A M. J. Karels
19 %A S. J. Leffler
21 %A M. J. Karels
22 %A J. S. Quarterman
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupport.cpp21 Error enableDebuggerSupport(LLJIT &J) { in enableDebuggerSupport() argument
22 auto *ObjLinkingLayer = dyn_cast<ObjectLinkingLayer>(&J.getObjLinkingLayer()); in enableDebuggerSupport()
27 auto ProcessSymsJD = J.getProcessSymbolsJITDylib(); in enableDebuggerSupport()
33 auto &ES = J.getExecutionSession(); in enableDebuggerSupport()
34 const auto &TT = J.getTargetTriple(); in enableDebuggerSupport()
/src/share/doc/psd/02.implement/
H A Dref.bib5 %J Bell Sys. Tech. J.
14 %J SIGPLAN Notices
29 %A J. A. Hawley
42 %J Bell Sys. Tech. J.

12345678910>>...38