/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNSchedStrategy.cpp | 34 const SIRegisterInfo *SRI = static_cast<const SIRegisterInfo*>(TRI); in initialize() local 52 SGPRCriticalLimit = SRI->getRegPressureSetLimit(DAG->MF, in initialize() 53 SRI->getSGPRPressureSet()); in initialize() 54 VGPRCriticalLimit = SRI->getRegPressureSetLimit(DAG->MF, in initialize() 55 SRI->getVGPRPressureSet()); in initialize() 64 const SIRegisterInfo *SRI, in initCandidate() argument 86 unsigned NewSGPRPressure = Pressure[SRI->getSGPRPressureSet()]; in initCandidate() 87 unsigned NewVGPRPressure = Pressure[SRI->getVGPRPressureSet()]; in initCandidate() 112 Cand.RPDelta.Excess = PressureChange(SRI->getVGPRPressureSet()); in initCandidate() 117 Cand.RPDelta.Excess = PressureChange(SRI->getSGPRPressureSet()); in initCandidate() [all …]
|
D | AMDGPUMachineCFGStructurizer.cpp | 2107 for (auto SRI = PHIInfo.sources_begin(DestReg); SRI != SE; ++SRI) { in prunePHIInfo() local 2108 unsigned SourceReg = (*SRI).first; in prunePHIInfo() 2118 for (auto SRI = PHIInfo.sources_begin(DestReg); SRI != SE; ++SRI) { in prunePHIInfo() local 2119 PHILinearize::PHISourceT Source = *SRI; in prunePHIInfo() 2151 for (auto SRI = PHIInfo.sources_begin(DestReg); SRI != SE; ++SRI) { in createEntryPHI() local 2156 auto SRI = PHIInfo.sources_begin(DestReg); in createEntryPHI() local 2157 unsigned SourceReg = (*SRI).first; in createEntryPHI() 2167 for (auto SRI = PHIInfo.sources_begin(DestReg); SRI != SE; ++SRI) { in createEntryPHI() local 2168 unsigned SourceReg = (*SRI).first; in createEntryPHI() 2170 if (CurrentRegion->contains((*SRI).second)) { in createEntryPHI() [all …]
|
D | GCNSchedStrategy.h | 40 const SIRegisterInfo *SRI,
|
D | SIFoldOperands.cpp | 436 const SIRegisterInfo &SRI = TII->getRegisterInfo(); in tryAddToFoldList() local 440 if (!SRI.opCanUseInlineConstant(OpInfo.OperandType) || in tryAddToFoldList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCRegisterInfo.cpp | 37 const uint16_t *SRI = SubRegIndices + get(Reg).SubRegIndices; in getSubReg() local 38 for (MCSubRegIterator Subs(Reg, this); Subs.isValid(); ++Subs, ++SRI) in getSubReg() 39 if (*SRI == Idx) in getSubReg() 49 const uint16_t *SRI = SubRegIndices + get(Reg).SubRegIndices; in getSubRegIndex() local 50 for (MCSubRegIterator Subs(Reg, this); Subs.isValid(); ++Subs, ++SRI) in getSubRegIndex() 52 return *SRI; in getSubRegIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCChecker.cpp | 79 for (MCRegAliasIterator SRI(R, &RI, !MCSubRegIterator(R, &RI).isValid()); in initReg() local 80 SRI.isValid(); ++SRI) in initReg() 81 if (!MCSubRegIterator(*SRI, &RI).isValid()) in initReg() 83 Uses.insert(*SRI); in initReg() 138 for (MCRegAliasIterator SRI(R, &RI, !MCSubRegIterator(R, &RI).isValid()); in init() local 139 SRI.isValid(); ++SRI) { in init() 140 if (MCSubRegIterator(*SRI, &RI).isValid()) in init() 144 if (R == *SRI) { in init() 153 if (Hexagon::P3_0 != R && Hexagon::P3_0 == *SRI) in init() 158 SoftDefs.insert(*SRI); in init() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CriticalAntiDepBreaker.cpp | 266 for (MCSubRegIterator SRI(PhysReg, TRI, true); SRI.isValid(); ++SRI) in ScanInstruction() local 267 if (!MO.clobbersPhysReg(*SRI)) in ScanInstruction() 299 for (MCSubRegIterator SRI(Reg, TRI, true); SRI.isValid(); ++SRI) { in ScanInstruction() local 300 unsigned SubregReg = *SRI; in ScanInstruction()
|
D | VirtRegMap.cpp | 295 LiveInterval::const_iterator &SRI = RangeIterPair.second; in addLiveInsForSubRanges() local 296 while (SRI != SR->end() && SRI->end <= MBBBegin) in addLiveInsForSubRanges() 297 ++SRI; in addLiveInsForSubRanges() 298 if (SRI == SR->end()) in addLiveInsForSubRanges() 300 if (SRI->start <= MBBBegin) in addLiveInsForSubRanges()
|
/third_party/node/lib/internal/bootstrap/ |
D | pre_execution.js | 391 const SRI = require('internal/policy/sri'); 394 const integrityEntries = SRI.parse(experimentalPolicyIntegrity);
|
/third_party/node/lib/internal/policy/ |
D | manifest.js | 30 const SRI = require('internal/policy/sri'); constant 543 const sri = ObjectFreeze(SRI.parse(integrityEntries));
|
/third_party/node/deps/npm/node_modules/ssri/ |
D | CHANGELOG.md | 77 * **security:** tweak strict SRI regex ([#10](https://github.com/zkat/ssri/issues/10)) ([d0ebcdc](h… 272 * **strict-mode:** strict SRI support ([3f0b64c](https://github.com/zkat/ssri/commit/3f0b64c))
|
D | README.md | 63 * Parses and stringifies SRI strings. 64 * Generates SRI strings from raw data or Streams. 134 // Useful for cleaning up input SRI strings:
|
/third_party/node/deps/npm/node_modules/cacache/ |
D | CHANGELOG.md | 466 …rity:** The entire API has been overhauled to use SRI hashes instead of digest/hashAlgorithm pairs… 484 * Anywhere `opts.digest` was accepted, `opts.integrity` is now an option. Any valid SRI hash is acc… 486 …ream.byDigest`, `get.byDigest()` and `get.stream.byDigest()` now expect an SRI instead of a `diges…
|
D | README.md | 593 around SRI strings, including generation, parsing, and translating from existing
|
D | README.es.md | 577 hexadecimal y el formato SRI.
|
/third_party/node/deps/npm/node_modules/npm-logical-tree/ |
D | README.md | 142 * `opts.integrity` - SRI string.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 4922 unsigned SRI; in Select() local 4925 case 0: SRI = PPC::sub_lt; break; in Select() 4926 case 1: SRI = PPC::sub_gt; break; in Select() 4927 case 2: SRI = PPC::sub_eq; break; in Select() 4928 case 3: SRI = PPC::sub_un; break; in Select() 4931 SDValue CCBit = CurDAG->getTargetExtractSubreg(SRI, dl, MVT::i1, CCReg); in Select()
|
/third_party/node/doc/api/ |
D | policy.md | 80 [integrity attribute](https://www.w3.org/TR/SRI/#the-integrity-attribute)
|
D | errors.md | 2601 [Subresource Integrity specification]: https://www.w3.org/TR/SRI/#the-integrity-attribute
|
/third_party/node/deps/npm/node_modules/npm-registry-fetch/ |
D | README.md | 297 * Type: String | [SRI object](https://npm.im/ssri)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedCyclone.td | 496 // SLI,SRI
|
D | AArch64InstrInfo.td | 5755 defm SRI : SIMDScalarRShiftDTied< 1, 0b01000, "sri">; 5804 defm SRI : SIMDVectorRShiftBHSDTied<1, 0b01000, "sri", int_aarch64_neon_vsri>;
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V14.md | 3404 …dejs/node/commit/02ea320e0c)] - **policy**: add startup benchmark and make SRI lazier (Bradley Far…
|