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:Barrier
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
mcr_gate_meta_data.h
356
enum
Barrier
{
enum in panda::ecmascript::kungfu::MemoryAttribute
403
void SetBarrier(
Barrier
barrier)
in SetBarrier()
408
Barrier
GetBarrier() const
in GetBarrier()
439
static MemoryAttribute Create(Order order,
Barrier
barrier = UNKNOWN_BARRIER, ShareFlag share = UNKNOWN)
in Create()
449
using BarrierField = OrderField::NextField<
Barrier
, BARRIER_BITS>;
H
A
D
post_schedule.cpp
374
MemoryAttribute::
Barrier
kind = GetWriteBarrierKind(gate);
in VisitStore()
376
case MemoryAttribute::
Barrier
::UNKNOWN_BARRIER: {
in VisitStore()
384
case MemoryAttribute::
Barrier
::NEED_BARRIER: {
in VisitStore()
389
case MemoryAttribute::
Barrier
::NO_BARRIER: {
in VisitStore()
402
MemoryAttribute::
Barrier
PostSchedule::GetWriteBarrierKind(GateRef gate)
in GetWriteBarrierKind()
406
return MemoryAttribute::
Barrier
::NO_BARRIER;
in GetWriteBarrierKind()
H
A
D
post_schedule.h
79
MemoryAttribute::
Barrier
GetWriteBarrierKind(GateRef gate);
H
A
D
lcr_circuit_builder.cpp
115
if (mAttr.GetBarrier() == MemoryAttribute::
Barrier
::UNKNOWN_BARRIER && acc_.IsConstant(value)) {
in Store()
116
mAttr.SetBarrier(MemoryAttribute::
Barrier
::NO_BARRIER);
in Store()
H
A
D
mcr_circuit_builder.cpp
956
if (mAttr.GetBarrier() == MemoryAttribute::
Barrier
::UNKNOWN_BARRIER && acc_.IsConstant(value)) {
in StoreConstOffset()
957
mAttr.SetBarrier(MemoryAttribute::
Barrier
::NO_BARRIER);
in StoreConstOffset()
Completed in 8 milliseconds