Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/boost/libs/fiber/doc/
Dtuning.qbk105 [heading Speculative execution (hardware transactional memory)]
108 together with transactional memory (see section [link speculation Speculative
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_ConformanceTest60 Speculative Tests
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.td191 /// Speculative Load Hardening is enabled.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64.td336 "true", "Enable Speculative Store Bypass Safe bit" >;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc305 …{ "ssbs", "Enable Speculative Store Bypass Safe bit", AArch64::FeatureSSBS, { { { 0x0ULL, 0x0ULL, …
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch68932 # SSBD (Speculative Store Bypass Disable) is a mitigation of Spectre Variant 4.