OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BEInsns
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnrollAndJamPass.cpp
151
assert(LoopSize >= UP.
BEInsns
&& "LoopSize should not be less than
BEInsns
!");
152
return static_cast<uint64_t>(LoopSize - UP.
BEInsns
) * UP.Count + UP.
BEInsns
;
334
Convergent, TTI, EphValues, UP.
BEInsns
);
337
TTI, EphValues, UP.
BEInsns
);
LoopUnrollPass.cpp
204
UP.
BEInsns
= 2;
657
const SmallPtrSetImpl<const Value *> &EphValues, unsigned
BEInsns
) {
673
LoopSize = std::max(LoopSize,
BEInsns
+ 1);
748
assert(LoopSize >= UP.
BEInsns
&&
749
"LoopSize should not be less than
BEInsns
!");
750
return (uint64_t)(LoopSize - UP.
BEInsns
) * UP.Count + UP.
BEInsns
;
844
// When computing the unrolled size, note that
BEInsns
are not replicated
895
(std::max(UP.PartialThreshold, UP.
BEInsns
+ 1) - UP.
BEInsns
) /
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.cpp
139
UP.
BEInsns
= 2;
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
UnrollLoop.h
135
unsigned
BEInsns
);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp
111
UP.
BEInsns
+= 3;
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h
473
unsigned
BEInsns
;
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h
545
UP.
BEInsns
= 2;
Completed in 33 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026