Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1162 bool &Speculative) { in isReturnNonNull() argument
1165 Speculative = false; in isReturnNonNull()
1217 Speculative = true; in isReturnNonNull()
1256 bool Speculative = false; in addNonNullAttrs() local
1257 if (isReturnNonNull(F, SCCNodes, Speculative)) { in addNonNullAttrs()
1258 if (!Speculative) { in addNonNullAttrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td300 /// Speculative Load Hardening is enabled.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def488 LANGOPT(SpeculativeLoadHardening, 1, 0, "Speculative load hardening enabled")
H A DAttrDocs.td6373 that `Speculative Load Hardening <https://llvm.org/docs/SpeculativeLoadHardening.html>`_
6378 Speculative Load Hardening is a best-effort mitigation against
6398 that `Speculative Load Hardening <https://llvm.org/docs/SpeculativeLoadHardening.html>`_
6403 Warning: This attribute may not prevent Speculative Load Hardening from being
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Features.td256 "Enable Speculative Store Bypass Safe bit">;