OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Barrier
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRangeShrink.cpp
139
unsigned
Barrier
= 0;
147
//
Barrier
is the last instruction where MO get used. MI should not
148
// be moved above
Barrier
.
149
if (
Barrier
< UseMap[MO.getReg()].first) {
150
Barrier
= UseMap[MO.getReg()].first;
156
// If MI has side effects, it should become a
barrier
for code motion.
210
// If
Barrier
equals IOM[I], traverse forward to find if BarrierMI is
212
for (MachineInstr *I = Insert; I && IOM[I] ==
Barrier
;
219
if (DefMO && Insert && NumEligibleUse > 1 &&
Barrier
<= IOM[Insert]) {
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
mutex.h
99
class
Barrier
{
101
Barrier
(int num_threads) : running_threads_(num_threads) {}
125
// State for
barrier
management
127
int entered_ = 0; // Number of threads that have entered this
barrier
129
// Enter the
barrier
and wait until all other threads have also
130
// entered the
barrier
. Returns iff this is the last thread to
131
// enter the
barrier
.
146
// Last thread has reached the
barrier
/src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
mutex.h
99
class
Barrier
{
101
Barrier
(int num_threads) : running_threads_(num_threads) {}
125
// State for
barrier
management
127
int entered_ = 0; // Number of threads that have entered this
barrier
129
// Enter the
barrier
and wait until all other threads have also
130
// entered the
barrier
. Returns iff this is the last thread to
131
// enter the
barrier
.
146
// Last thread has reached the
barrier
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleDAG.h
69
Barrier
, ///< An unknown scheduling
barrier
.
173
/// Tests if this is an Order dependence that is marked as a
barrier
.
175
return getKind() == Order && Contents.OrdKind ==
Barrier
;
382
/// Adds a
barrier
edge to SU by calling addPred(), with latency 0
385
SDep Dep(SU, SDep::
Barrier
);
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrDesc.h
154
Barrier
,
284
bool isBarrier() const { return Flags & (1ULL << MCID::
Barrier
); }
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
449
struct BarrierOp
Barrier
;
486
Barrier
= o.
Barrier
;
565
return
Barrier
.Val;
570
return StringRef(
Barrier
.Data,
Barrier
.Length);
575
return
Barrier
.HasnXSModifier;
1984
Op->
Barrier
.Val = Val;
1985
Op->
Barrier
.Data = Str.data();
1986
Op->
Barrier
.Length = Str.size()
[
all
...]
Completed in 48 milliseconds
Indexes created Wed Aug 26 00:26:28 UTC 2026