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:ISB
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H
A
D
InstrProfWriter.cpp
292
InstrProfSummaryBuilder
ISB
(ProfileSummaryBuilder::DefaultCutoffs);
in writeImpl()
293
InfoObj->SummaryBuilder = &
ISB
;
in writeImpl()
351
std::unique_ptr<ProfileSummary> PS =
ISB
.getSummary();
in writeImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H
A
D
AArch64InstPrinter.cpp
1385
if (Opcode == AArch64::
ISB
) {
in printBarrierOption()
1386
auto
ISB
= AArch64ISB::lookupISBByEncoding(Val);
in printBarrierOption()
local
1387
Name =
ISB
?
ISB
->Name : "";
in printBarrierOption()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H
A
D
AArch64SpeculationHardening.cpp
38
// by inserting a DSB SYS/
ISB
barrier pair which will prevent control
220
// A full control flow speculation barrier consists of (DSB SYS +
ISB
)
in insertFullSpeculationBarrier()
222
BuildMI(MBB, MBBI, DL, TII->get(AArch64::
ISB
)).addImm(0xf);
in insertFullSpeculationBarrier()
H
A
D
AArch64InstrInfo.cpp
976
case AArch64::
ISB
:
977
// DSB and
ISB
also are scheduling barriers.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
H
A
D
AArch64BaseInfo.h
374
struct
ISB
: SysAlias {
struct
/third_party/skia/third_party/externals/swiftshader/src/Device/
H
A
D
BC_Decoder.cpp
1113
const int
ISB
; // Index selection bits
member
1125
constexpr Bitfield IndexSelection() const { return Rotation().Then(
ISB
); }
in IndexSelection()
1165
// IDX NS PB RB
ISB
CB AB EPB SPB IB IBC, IB2
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
constants-arm64.h
789
ISB
= MemBarrierFixed | 0x00000040
H
A
D
assembler-arm64.cc
2609
Emit(
ISB
| ImmBarrierDomain(FullSystem) | ImmBarrierType(BarrierAll));
in isb()
/third_party/node/deps/v8/src/diagnostics/arm64/
H
A
D
disasm-arm64.cc
1527
case
ISB
: {
in VisitSystem()
/third_party/vixl/src/aarch64/
H
A
D
constants-aarch64.h
969
ISB
= MemBarrierFixed | 0x00000040
enumerator
H
A
D
assembler-aarch64.cc
3242
Emit(
ISB
| ImmBarrierDomain(FullSystem) | ImmBarrierType(BarrierAll));
Completed in 54 milliseconds