Home
last modified time | relevance | path

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

12

/external/rust/crates/syn/src/
Ddiscouraged.rs6 pub trait Speculative { interface
160 impl<'a> Speculative for ParseBuffer<'a> {
Dstmt.rs52 use crate::parse::discouraged::Speculative;
Ddata.rs243 use crate::parse::discouraged::Speculative;
Ditem.rs982 use crate::parse::discouraged::Speculative;
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp785 bool &Speculative) { in isReturnNonNull() argument
788 Speculative = false; in isReturnNonNull()
833 Speculative = true; in isReturnNonNull()
874 bool Speculative = false; in addNonNullAttrs() local
875 if (isReturnNonNull(F, SCCNodes, Speculative)) { in addNonNullAttrs()
876 if (!Speculative) { in addNonNullAttrs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp971 bool &Speculative) { in isReturnNonNull() argument
974 Speculative = false; in isReturnNonNull()
1021 Speculative = true; in isReturnNonNull()
1062 bool Speculative = false; in addNonNullAttrs() local
1063 if (isReturnNonNull(F, SCCNodes, Speculative)) { in addNonNullAttrs()
1064 if (!Speculative) { in addNonNullAttrs()
/external/rust/cxx/gen/src/
Dfile.rs3 use syn::parse::discouraged::Speculative;
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp972 bool &Speculative) { in isReturnNonNull() argument
975 Speculative = false; in isReturnNonNull()
1022 Speculative = true; in isReturnNonNull()
1063 bool Speculative = false; in addNonNullAttrs() local
1064 if (isReturnNonNull(F, SCCNodes, Speculative)) { in addNonNullAttrs()
1065 if (!Speculative) { in addNonNullAttrs()
/external/rust/crates/syn/tests/
Dtest_parse_buffer.rs3 use syn::parse::{discouraged::Speculative, Parse, ParseStream, Parser, Result};
/external/arm-trusted-firmware/docs/
Dglossary.rst168 Speculative Store Bypass Safe. Introduced in Armv8.5, this configuration
/external/llvm-project/llvm/test/CodeGen/X86/
Dlvi-hardening-gadget-graph.ll66 ; CHECK: digraph "Speculative gadgets for \"test\" function" {
67 ; CHECK-NEXT: label="Speculative gadgets for \"test\" function";
DO0-pipeline.ll68 ; CHECK-NEXT: X86 Speculative Execution Side Effect Suppression
Dopt-pipeline.ll196 ; CHECK-NEXT: X86 Speculative Execution Side Effect Suppression
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_ConformanceTest60 Speculative Tests
/external/rust/crates/syn-mid/src/
Dfunc.rs73 parse::{discouraged::Speculative, Parse, ParseStream, Result},
/external/llvm-project/llvm/docs/
DReference.rst201 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.rst830 1. **Speculative Compilation**
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.td191 /// Speculative Load Hardening is enabled.
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.td224 /// Speculative Load Hardening is enabled.
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticCommonKinds.td257 : Warning<"Speculative load hardening does not protect functions with "
DLangOptions.def401 LANGOPT(SpeculativeLoadHardening, 1, 0, "Speculative load hardening enabled")
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64.td336 "true", "Enable Speculative Store Bypass Safe bit" >;
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64.td359 "true", "Enable Speculative Store Bypass Safe bit" >;
/external/rust/crates/regex/
DCHANGELOG.md935 * Speculative support for Unicode word boundaries was added to the DFA. This

12