/external/rust/crates/syn/src/ |
D | discouraged.rs | 6 pub trait Speculative { interface 160 impl<'a> Speculative for ParseBuffer<'a> {
|
D | stmt.rs | 52 use crate::parse::discouraged::Speculative;
|
D | data.rs | 243 use crate::parse::discouraged::Speculative;
|
D | item.rs | 982 use crate::parse::discouraged::Speculative;
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 785 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/ |
D | FunctionAttrs.cpp | 971 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/ |
D | file.rs | 3 use syn::parse::discouraged::Speculative;
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 972 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/ |
D | test_parse_buffer.rs | 3 use syn::parse::{discouraged::Speculative, Parse, ParseStream, Parser, Result};
|
/external/arm-trusted-firmware/docs/ |
D | glossary.rst | 168 Speculative Store Bypass Safe. Introduced in Armv8.5, this configuration
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | lvi-hardening-gadget-graph.ll | 66 ; CHECK: digraph "Speculative gadgets for \"test\" function" { 67 ; CHECK-NEXT: label="Speculative gadgets for \"test\" function";
|
D | O0-pipeline.ll | 68 ; CHECK-NEXT: X86 Speculative Execution Side Effect Suppression
|
D | opt-pipeline.ll | 196 ; CHECK-NEXT: X86 Speculative Execution Side Effect Suppression
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_ConformanceTest | 60 Speculative Tests
|
/external/rust/crates/syn-mid/src/ |
D | func.rs | 73 parse::{discouraged::Speculative, Parse, ParseStream, Result},
|
/external/llvm-project/llvm/docs/ |
D | Reference.rst | 201 A description of the Speculative Load Hardening mitigation for Spectre v1.
|
D | SpeculativeLoadHardening.md | 1 # 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-…
|
D | ORCv2.rst | 830 1. **Speculative Compilation**
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.td | 191 /// Speculative Load Hardening is enabled.
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Attributes.td | 224 /// Speculative Load Hardening is enabled.
|
/external/llvm-project/clang/include/clang/Basic/ |
D | DiagnosticCommonKinds.td | 257 : Warning<"Speculative load hardening does not protect functions with "
|
D | LangOptions.def | 401 LANGOPT(SpeculativeLoadHardening, 1, 0, "Speculative load hardening enabled")
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64.td | 336 "true", "Enable Speculative Store Bypass Safe bit" >;
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64.td | 359 "true", "Enable Speculative Store Bypass Safe bit" >;
|
/external/rust/crates/regex/ |
D | CHANGELOG.md | 935 * Speculative support for Unicode word boundaries was added to the DFA. This
|