OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumLoops
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
LoopExtractor.h
24
LoopExtractorPass(unsigned
NumLoops
= ~0) :
NumLoops
(
NumLoops
) {}
28
unsigned
NumLoops
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LoopExtractor.cpp
44
unsigned
NumLoops
;
46
explicit LoopExtractorLegacyPass(unsigned
NumLoops
= ~0)
47
: ModulePass(ID),
NumLoops
(
NumLoops
) {
65
unsigned
NumLoops
,
69
:
NumLoops
(
NumLoops
), LookupDomTree(LookupDomTree),
76
unsigned
NumLoops
;
133
return LoopExtractor(
NumLoops
, LookupDomTree, LookupLoopInfo, LookupACT)
142
if (!
NumLoops
)
[
all
...]
/src/sys/external/bsd/acpica/dist/debugger/
dbexec.c
656
for (i = 0; i < Info->
NumLoops
; i++)
854
UINT32
NumLoops
;
865
NumLoops
= strtoul (NumLoopsArg, NULL, 0);
867
if (!NumThreads || !
NumLoops
)
870
NumThreads,
NumLoops
);
936
AcpiGbl_DbMethodInfo.
NumLoops
=
NumLoops
;
977
NumThreads,
NumLoops
);
/src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp
324
unsigned
NumLoops
,
328
void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 *
NumLoops
));
330
new (Mem) OMPOrderedClause(Num,
NumLoops
, StartLoc, LParenLoc, EndLoc);
331
for (unsigned I = 0; I <
NumLoops
; ++I) {
339
unsigned
NumLoops
) {
340
void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 *
NumLoops
));
341
auto *Clause = new (Mem) OMPOrderedClause(
NumLoops
);
342
for (unsigned I = 0; I <
NumLoops
; ++I) {
1000
ArrayRef<Expr *> VL, unsigned
NumLoops
) {
1002
totalSizeToAlloc<Expr *>(VL.size() + /*depend-modifier*/ 1 +
NumLoops
),
[
all
...]
StmtOpenMP.cpp
126
Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned
NumLoops
,
129
for (unsigned Cnt = 0; Cnt <
NumLoops
; ++Cnt) {
155
Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned
NumLoops
,
158
CurStmt, TryImperfectlyNestedLoops,
NumLoops
,
340
unsigned
NumLoops
, Stmt *AssociatedStmt,
344
NumLoops
);
352
unsigned
NumLoops
) {
355
SourceLocation(), SourceLocation(),
NumLoops
);
/src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp
1561
size_t
NumLoops
= Loops.size();
1564
if (
NumLoops
== 1)
1608
NewIndVars.set_size(
NumLoops
);
1609
for (int i =
NumLoops
- 1; i >= 1; --i) {
1644
for (size_t i = 0; i <
NumLoops
- 1; ++i)
1651
for (size_t i =
NumLoops
- 1; i > 0; --i)
1662
for (size_t i = 0; i <
NumLoops
; ++i)
1683
int
NumLoops
= Loops.size();
1684
assert(
NumLoops
>= 1 && "At least one loop to tile required");
1709
for (int i = 0; i <
NumLoops
- 1; ++i)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MustExecute.cpp
449
const auto
NumLoops
= Loops.size();
450
if (
NumLoops
> 1)
451
OS << " ; (mustexec in " <<
NumLoops
<< " loops: ";
InlineCost.cpp
817
int
NumLoops
= 0;
822
NumLoops
++;
824
addCost(
NumLoops
* InlineConstants::CallPenalty);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
889
unsigned
NumLoops
,
893
unsigned
NumLoops
,
899
NumLoops
, NewCallback);
905
Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned
NumLoops
,
908
const Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned
NumLoops
,
914
NumLoops
, NewCallback);
4973
unsigned
NumLoops
)
4975
StartLoc, EndLoc,
NumLoops
) {}
4992
/// \param
NumLoops
Number of associated loops (number of items in the
5001
unsigned
NumLoops
, Stmt *AssociatedStmt
[
all
...]
OpenMPClause.h
1600
/// \param
NumLoops
Number of loops, associated with this clause.
1604
OMPOrderedClause(Expr *Num, unsigned
NumLoops
, SourceLocation StartLoc,
1607
LParenLoc(LParenLoc), NumForLoops(Num), NumberOfLoops(
NumLoops
) {}
1610
explicit OMPOrderedClause(unsigned
NumLoops
)
1612
NumberOfLoops(
NumLoops
) {}
1621
/// \param
NumLoops
Number of loops, associated with this clause.
1626
unsigned
NumLoops
, SourceLocation StartLoc,
1631
static OMPOrderedClause* CreateEmpty(const ASTContext &C, unsigned
NumLoops
);
4534
unsigned
NumLoops
= 0;
4542
/// \param
NumLoops
Number of loops that is associated with this depen
[
all
...]
/src/sys/external/bsd/acpica/dist/include/
aclocal.h
1434
UINT32
NumLoops
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
8945
unsigned
NumLoops
= std::max(OrderedLoopCount, NestedLoopCount);
8946
SmallVector<LoopIterationSpace, 4> IterSpaces(
NumLoops
);
8949
SupportsNonPerfectlyNested,
NumLoops
,
8950
[DKind, &SemaRef, &DSA,
NumLoops
, NestedLoopCount,
8955
NumLoops
, CollapseLoopCountExpr, OrderedLoopCountExpr,
12558
unsigned
NumLoops
= SizesClause->getNumSizes();
12565
SmallVector<OMPLoopBasedDirective::HelperExprs, 4> LoopHelpers(
NumLoops
);
12570
NumLoops
,
12597
NumLoops
, AStmt, nullptr, nullptr);
12605
FloorIndVars.resize(
NumLoops
);
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
3184
unsigned
NumLoops
= Record[ASTStmtReader::NumStmtFields];
3186
S = OMPTileDirective::CreateEmpty(Context, NumClauses,
NumLoops
);
ASTReader.cpp
11845
unsigned
NumLoops
= Record.readInt();
11846
C = OMPDependClause::CreateEmpty(Context, NumVars,
NumLoops
);
Completed in 48 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026