Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Unpredictable
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
IRBuilder.h
937
InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *
Unpredictable
) {
in addBranchMetadata()
argument
940
if (
Unpredictable
)
in addBranchMetadata()
941
I->setMetadata(LLVMContext::MD_unpredictable,
Unpredictable
);
in addBranchMetadata()
979
MDNode *
Unpredictable
= nullptr) {
in CreateCondBr()
981
BranchWeights,
Unpredictable
));
in CreateCondBr()
1002
MDNode *
Unpredictable
= nullptr) {
in CreateSwitch()
1004
BranchWeights,
Unpredictable
));
in CreateSwitch()
/third_party/node/deps/v8/src/execution/loong64/
H
A
D
simulator-loong64.h
308
//
Unpredictable
value.
309
Unpredictable
= 0xbadbeaf
enumerator
/third_party/node/deps/v8/src/execution/mips64/
H
A
D
simulator-mips64.h
344
//
Unpredictable
value.
345
Unpredictable
= 0xbadbeaf
enumerator
H
A
D
simulator-mips64.cc
4202
set_register(LO,
Unpredictable
);
4203
set_register(HI,
Unpredictable
);
5369
res = wt != 0 ? ws / wt : static_cast<T>(
Unpredictable
);
5373
: static_cast<T>(
Unpredictable
);
5376
res = wt != 0 ? ws % wt : static_cast<T>(
Unpredictable
);
5380
: static_cast<T>(
Unpredictable
);
/third_party/node/deps/v8/src/execution/mips/
H
A
D
simulator-mips.h
342
//
Unpredictable
value.
343
Unpredictable
= 0xbadbeaf
enumerator
H
A
D
simulator-mips.cc
4102
set_register(LO,
Unpredictable
);
4103
set_register(HI,
Unpredictable
);
5082
res = wt != 0 ? ws / wt : static_cast<T>(
Unpredictable
);
5086
: static_cast<T>(
Unpredictable
);
5089
res = wt != 0 ? ws % wt : static_cast<T>(
Unpredictable
);
5093
: static_cast<T>(
Unpredictable
);
/third_party/node/deps/v8/src/execution/riscv64/
H
A
D
simulator-riscv64.h
511
//
Unpredictable
value.
512
Unpredictable
= 0xbadbeaf
enumerator
/third_party/vixl/src/aarch32/
H
A
D
disasm-aarch32.h
616
virtual void
Unpredictable
() { os() << " ; unpredictable"; }
in Unpredictable()
function in vixl::aarch32::Disassembler
617
virtual void UnpredictableT32(uint32_t /*instr*/) { return
Unpredictable
(); }
in UnpredictableT32()
618
virtual void UnpredictableA32(uint32_t /*instr*/) { return
Unpredictable
(); }
in UnpredictableA32()
Completed in 39 milliseconds