OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LSCEV
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCLoopInstrFormPrep.cpp
201
void addOneCandidate(Instruction *MemI, const SCEV *
LSCEV
,
309
void PPCLoopInstrFormPrep::addOneCandidate(Instruction *MemI, const SCEV *
LSCEV
,
314
assert(
LSCEV
&& "Invalid SCEV for Ptr value.");
317
const SCEV *Diff = SE->getMinusSCEV(
LSCEV
, B.BaseSCEV);
328
Buckets.push_back(Bucket(
LSCEV
, MemI));
366
const SCEV *
LSCEV
= SE->getSCEVAtScope(PtrValue, L);
367
const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(
LSCEV
);
372
addOneCandidate(MemI,
LSCEV
, Buckets, MaxCandidateNum);
846
const SCEV *
LSCEV
= SE->getSCEVAtScope(const_cast<Value *>(PtrValue), L);
847
const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(
LSCEV
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopDataPrefetch.cpp
339
const SCEV *
LSCEV
= SE->getSCEV(PtrValue);
340
const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(
LSCEV
);
LoopUnrollAndJamPass.cpp
267
const SCEV *
LSCEV
= SE.getSCEVAtScope(V, L);
268
if (SE.isLoopInvariant(
LSCEV
, L))
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FalkorHWPFFix.cpp
164
const SCEV *
LSCEV
= SE.getSCEV(PtrValue);
165
const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(
LSCEV
);
AArch64TargetTransformInfo.cpp
1330
const SCEV *
LSCEV
= SE.getSCEV(PtrValue);
1331
const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(
LSCEV
);
Completed in 64 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026