OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WL
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetSubtargetInfo.cpp
20
const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *
WL
,
23
: MCSubtargetInfo(TT, CPU, TuneCPU, FS, PF, PD, WPR,
WL
, RA, IS, OC, FP) {}
WasmEHPrepare.cpp
163
SmallVector<BasicBlock *, 8>
WL
(BBs.begin(), BBs.end());
164
while (!
WL
.empty()) {
165
auto *BB =
WL
.pop_back_val();
168
WL
.append(succ_begin(BB), succ_end(BB));
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyLateEHPrepare.cpp
69
SmallVector<MachineBasicBlock *, 2>
WL
;
71
WL
.push_back(MI->getParent());
73
while (!
WL
.empty()) {
74
MachineBasicBlock *MBB =
WL
.pop_back_val();
88
WL
.push_back(Pred);
97
SmallVector<MachineBasicBlock *, 8>
WL
(MBBs.begin(), MBBs.end());
99
while (!
WL
.empty()) {
100
MachineBasicBlock *MBB =
WL
.pop_back_val();
104
WL
.append(MBB->succ_begin(), MBB->succ_end());
WebAssemblyExceptionInfo.cpp
61
SmallVector<const MachineBasicBlock *, 8>
WL
;
63
WL
.push_back(Src);
65
while (!
WL
.empty()) {
66
const auto *MBB =
WL
.pop_back_val();
72
WL
.push_back(Succ);
287
SmallVector<MachineBasicBlock *, 8>
WL
;
288
WL
.push_back(EHPad);
289
while (!
WL
.empty()) {
290
MachineBasicBlock *MBB =
WL
.pop_back_val();
306
WL
.push_back(Frontier)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_gddr5.c
43
int
WL
, CL, WR, at[2], dt, ds;
63
WL
= (ram->next->bios.timing[1] & 0x00000f80) >> 7;
75
if (
WL
< 1 ||
WL
> 7 || CL < 5 || CL > 36 || WR < 4 || WR > 35)
83
ram->mr[0] |= (
WL
& 0x07) << 0;
/src/external/apache2/llvm/dist/clang/tools/libclang/
CursorVisitor.h
267
bool RunVisitorWorkList(VisitorWorkList &
WL
);
268
void EnqueueWorkList(VisitorWorkList &
WL
, const Stmt *S);
CIndex.cpp
1990
VisitorWorkList &
WL
;
1994
EnqueueVisitor(VisitorWorkList &
wl
, CXCursor parent)
1995
:
WL
(
wl
), Parent(parent) {}
2132
WL
.push_back(DeclarationNameInfoVisit(S, Parent));
2138
WL
.push_back(NestedNameSpecifierLocVisit(Qualifier, Parent));
2143
WL
.push_back(StmtVisit(S, Parent));
2147
WL
.push_back(DeclVisit(D, Parent, isFirst));
2151
WL
.push_back(ExplicitTemplateArgsVisit(A, A + NumTemplateArgs, Parent));
2155
WL
.push_back(MemberRefVisit(D, L, Parent))
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ReachableCode.cpp
316
SmallVector<const CFGBlock*, 32>
WL
;
325
WL
.push_back(Start);
328
while (!
WL
.empty()) {
329
const CFGBlock *item =
WL
.pop_back_val();
366
WL
.push_back(B);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetSubtargetInfo.h
65
const MCWriteLatencyEntry *
WL
,
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCSubtargetInfo.cpp
229
const MCWriteLatencyEntry *
WL
,
235
WriteLatencyTable(
WL
), ReadAdvanceTable(RA), Stages(IS),
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTree.h
379
SmallVector<const DomTreeNodeBase<NodeT> *, 8>
WL
;
380
WL
.push_back(RN);
382
while (!
WL
.empty()) {
383
const DomTreeNodeBase<NodeT> *N =
WL
.pop_back_val();
385
WL
.append(N->begin(), N->end());
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSubtargetInfo.h
99
const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *
WL
,
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp
801
ArrayRef<unsigned>
WL
) {
806
for (unsigned M :
WL
)
814
if (
WL
.empty() || WLS.count(MD.first))
817
if (
WL
.empty() || WLS.count(LLVMContext::MD_dbg))
/src/sys/net/
if_llatbl.h
119
LLE_LOCK_TRACE(
WL
, (lle)); \
/src/external/gpl3/gdb/dist/sim/mcore/
interp.c
263
int32_t
WL
[MAXWL];
329
WLhash = WLhash &
WL
[w];
390
if (pc ==
WL
[w])
1321
callback->printf_filtered (callback, "
WL
= %s %8x\n",WLstr[w],
WL
[w]);
/src/external/gpl3/gdb.old/dist/sim/mcore/
interp.c
263
int32_t
WL
[MAXWL];
329
WLhash = WLhash &
WL
[w];
390
if (pc ==
WL
[w])
1321
callback->printf_filtered (callback, "
WL
= %s %8x\n",WLstr[w],
WL
[w]);
/src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp
1107
Stmt *Body, SourceLocation
WL
, SourceLocation LParenLoc,
1118
setWhileLoc(
WL
);
1129
Stmt *Body, SourceLocation
WL
,
1136
return new (Mem) WhileStmt(Ctx, Var, Cond, Body,
WL
, LParenLoc, RParenLoc);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h
315
/// Copy metadata from \p SrcInst to this instruction. \p
WL
, if not empty,
316
/// specifies the list of meta data that needs to be copied. If \p
WL
is
319
ArrayRef<unsigned>
WL
= ArrayRef<unsigned>());
IRBuilder.h
986
unsigned
WL
[4] = {LLVMContext::MD_prof, LLVMContext::MD_unpredictable,
988
Br->copyMetadata(*MDSrc, makeArrayRef(&
WL
[0], 4));
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
2992
DFSWorkList
WL
;
2993
WL
.push_back(errorNode);
2996
while (!
WL
.empty()) {
2997
WLItem &WI =
WL
.back();
3009
WL
.clear();
3020
WL
.push_back(Succ);
3027
if (!
WL
.empty() && &
WL
.back() == &WI)
3028
WL
.pop_back();
RegionStore.cpp
705
WorkList
WL
;
758
WL
.push_back(E);
767
while (!
WL
.empty()) {
768
WorkListElement E =
WL
.pop_back_val();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
2346
SourceLocation
WL
, SourceLocation LParenLoc,
2355
Stmt *Body, SourceLocation
WL
,
2456
DoStmt(Stmt *Body, Expr *Cond, SourceLocation DL, SourceLocation
WL
,
2458
: Stmt(DoStmtClass), WhileLoc(
WL
), RParenLoc(RP) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
6307
SmallVector<const Use *, 8>
WL
;
6309
WL
.push_back(&U);
6311
while (!
WL
.empty()) {
6312
const Use *U =
WL
.pop_back_val();
6324
WL
.push_back(&UU);
Completed in 64 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026