Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp919 bool &Speculative) { in isReturnNonNull() argument
922 Speculative = false; in isReturnNonNull()
969 Speculative = true; in isReturnNonNull()
1010 bool Speculative = false; in addNonNullAttrs() local
1011 if (isReturnNonNull(F, SCCNodes, Speculative)) { in addNonNullAttrs()
1012 if (!Speculative) { in addNonNullAttrs()
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_ConformanceTest60 Speculative Tests
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfin.td69 "Speculative Fetches of Indirect-Pointer Instructions">;
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DSpeculativeLoadHardening.md1 # Speculative Load Hardening
254 // Speculative execution enters here with a too-large size.
991 data](https://newsroom.intel.com/wp-content/uploads/sites/11/2018/01/Intel-Analysis-of-Speculative-…
/external/v8/src/compiler/
Doperation-typer.cc1054 Type OperationTyper::Speculative##Name(Type lhs, Type rhs) { \