Home
last modified time | relevance | path

Searched refs:Speculative (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1119 bool &Speculative) { in isReturnNonNull() argument
1122 Speculative = false; in isReturnNonNull()
1169 Speculative = true; in isReturnNonNull()
1208 bool Speculative = false; in addNonNullAttrs() local
1209 if (isReturnNonNull(F, SCCNodes, Speculative)) { in addNonNullAttrs()
1210 if (!Speculative) { in addNonNullAttrs()
/openbsd/src/gnu/llvm/llvm/docs/
DSecurityTransparencyReports.rst65 gadget variant that Speculative Load Hardening (SLH) does not mitigate. No
DReference.rst202 A description of the Speculative Load Hardening mitigation for Spectre v1.
DSpeculativeLoadHardening.md1 # Speculative Load Hardening
254 // Speculative execution enters here with a too-large size.
990 data](https://newsroom.intel.com/wp-content/uploads/sites/11/2018/01/Intel-Analysis-of-Speculative-…
DORCv2.rst947 1. **Speculative Compilation**
DLangRef.rst2045 `Speculative Load Hardening <https://llvm.org/docs/SpeculativeLoadHardening.html>`_
2048 Speculative Load Hardening is a best-effort mitigation against
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DAttributes.td270 /// Speculative Load Hardening is enabled.
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DLangOptions.def444 LANGOPT(SpeculativeLoadHardening, 1, 0, "Speculative load hardening enabled")
DAttrDocs.td5874 that `Speculative Load Hardening <https://llvm.org/docs/SpeculativeLoadHardening.html>`_
5879 Speculative Load Hardening is a best-effort mitigation against
5899 that `Speculative Load Hardening <https://llvm.org/docs/SpeculativeLoadHardening.html>`_
5904 Warning: This attribute may not prevent Speculative Load Hardening from being
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64.td402 "true", "Enable Speculative Store Bypass Safe bit (FEAT_SSBS, FEAT_SSBS2)" >;