Home
last modified time | relevance | path

Searched refs:SG (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp899 SG->initSchedGroup(SyncedInstrs[SG->getSyncID()]); in applyIGLPStrategy()
903 SG->initSchedGroup(SyncedInstrs[SG->getSyncID()]); in applyIGLPStrategy()
1229 SG->initSchedGroup(SyncedInstrs[SG->getSyncID()]); in applyIGLPStrategy()
1233 SG->initSchedGroup(SyncedInstrs[SG->getSyncID()]); in applyIGLPStrategy()
1239 SG->initSchedGroup(SyncedInstrs[SG->getSyncID()]); in applyIGLPStrategy()
1243 SG->initSchedGroup(SyncedInstrs[SG->getSyncID()]); in applyIGLPStrategy()
1253 SG->initSchedGroup(SyncedInstrs[SG->getSyncID()]); in applyIGLPStrategy()
1258 SG->initSchedGroup(SyncedInstrs[SG->getSyncID()]); in applyIGLPStrategy()
1265 SG->initSchedGroup(SyncedInstrs[SG->getSyncID()]); in applyIGLPStrategy()
1269 SG->initSchedGroup(SyncedInstrs[SG->getSyncID()]); in applyIGLPStrategy()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h166 const SymbolGroup &SG, uint32_t Modi, in iterateOneModule() argument
170 fmt_align(Modi, AlignStyle::Right, HeaderScope.LabelWidth), SG.name()); in iterateOneModule()
173 return Callback(Modi, SG); in iterateOneModule()
184 SymbolGroup SG(&Input, Modi); in iterateSymbolGroups()
186 SG, Modi, Callback); in iterateSymbolGroups()
191 for (const auto &SG : Input.symbol_groups()) { in iterateSymbolGroups() local
192 if (shouldDumpSymbolGroup(I, SG, Filters)) in iterateSymbolGroups()
195 SG, I, Callback)) in iterateSymbolGroups()
210 File, HeaderScope, [&](uint32_t Modi, const SymbolGroup &SG) -> Error { in iterateModuleSubsections()
211 for (const auto &SS : SG.getDebugSubsections()) { in iterateModuleSubsections()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp58 for (const SymbolGroup &SG : File.symbol_groups()) { in mark() local
60 for (const auto &SS : SG.getDebugSubsections()) { in mark()
72 } else if (SG.hasDebugStream()) { in mark()
73 for (const CVSymbol &S : SG.getPdbModuleStream().getSymbolArray()) in mark()
H A DDumpOutputStyle.cpp273 static StatCollection getSymbolStats(const SymbolGroup &SG, in getSymbolStats() argument
276 if (SG.getFile().isPdb() && SG.hasDebugStream()) { in getSymbolStats()
278 for (const auto &S : SG.getPdbModuleStream().symbols(nullptr)) { in getSymbolStats()
285 for (const auto &SS : SG.getDebugSubsections()) { in getSymbolStats()
301 static StatCollection getChunkStats(const SymbolGroup &SG, in getChunkStats() argument
304 for (const auto &Chunk : SG.getDebugSubsections()) { in getChunkStats()
559 File, Scope, [&](uint32_t Modi, const SymbolGroup &SG) -> Error { in dumpSymbolStats() argument
560 StatCollection SS = getSymbolStats(SG, SymStats); in dumpSymbolStats()
561 StatCollection CS = getChunkStats(SG, ChunkStats); in dumpSymbolStats()
563 if (!SG.getFile().isPdb()) in dumpSymbolStats()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp129 const SymbolGroup *SG) { in getFileNameForFileOffset() argument
130 if (SG) { in getFileNameForFileOffset()
131 Expected<StringRef> Filename = SG->getNameFromChecksums(FileOffset); in getFileNameForFileOffset()
158 const SymbolGroup *SG) { in printFileNameForOffset() argument
255 if (Error Err = printFileNameForOffset("FileID", FileOffset, SG)) in collectInlineeInfo()
263 if (Error Err = printFileNameForOffset("FileID", FID, SG)) in collectInlineeInfo()
288 const SymbolGroup *SG) { in createLines() argument
962 auto VisitInlineeLines = [&](int32_t Modi, const SymbolGroup &SG, in createScopes()
964 return collectInlineeInfo(Lines, &SG); in createScopes()
1075 auto VisitDebugLines = [this](int32_t Modi, const SymbolGroup &SG, in createScopes()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h138 const llvm::pdb::SymbolGroup *SG = nullptr);
145 const llvm::pdb::SymbolGroup *SG = nullptr);
153 const llvm::pdb::SymbolGroup *SG = nullptr);
181 const llvm::pdb::SymbolGroup *SG = nullptr);
/freebsd/contrib/arm-optimized-routines/pl/math/tools/
H A Dcbrtf.sollya20 for i from 0 to deg do round(coeff(poly,i), SG, RN);
H A Dlog1pf.sollya21 for i from 2 to deg do round(coeff(poly,i), SG, RN);
H A Dexpm1f.sollya21 for i from 2 to deg do round(coeff(poly,i), SG, RN);
H A Dasinhf.sollya21 p = roundcoefficients(approx(poly,i), [|SG ...|]);
H A Dv_log2f.sollya30 p = roundcoefficients(approx(poly,i), [|SG ...|]);
H A Dv_log10f.sollya34 p = roundcoefficients(approx(poly,i), [|SG ...|]);
/freebsd/crypto/openssl/test/smime-certs/
H A Dsmrsa3-key.pem11 /6cs4mwOVyZPFRgF9eWXYv7PJz8pNRizhII0iv9H/r2I3DzsZLPCg7c29mP+I/SG
H A Dsmrsa3.pem11 /6cs4mwOVyZPFRgF9eWXYv7PJz8pNRizhII0iv9H/r2I3DzsZLPCg7c29mP+I/SG
/freebsd/sys/dev/hpt27xx/
H A Dos_bsd.h157 SG psg[os_max_sg_descriptors];
H A Dhim.h296 SG, *PSG; typedef
/freebsd/sys/dev/hptnr/
H A Dos_bsd.h159 SG psg[os_max_sg_descriptors];
H A Dhim.h296 SG, *PSG; typedef
/freebsd/sys/dev/hptrr/
H A Dos_bsd.h160 SG psg[os_max_sg_descriptors];
H A Dhim.h264 SG, *PSG; typedef
/freebsd/sys/contrib/device-tree/Bindings/opp/
H A Dqcom-nvmem-cpufreq.txt52 4: MSM8996 SG, speedbin 0
53 5: MSM8996 SG, speedbin 1
54 6: MSM8996 SG, speedbin 2
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,coresight-tmc.yaml75 Indicates that the TMC-ETR can safely use the SG mode on this system.
H A Dcoresight.txt128 use the SG mode on this system.
/freebsd/sys/contrib/device-tree/Bindings/dma/xilinx/
H A Dxilinx_dma.txt57 1 timeout interval = 125 * clock period of SG clock.
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.reg1003 * SG Sequencer Byte Count
2744 * CMC SG Ram Address Pointer
2773 * CMC SG Control
2818 * CMC SG RAM Data Port

12