OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypeByteSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp
118
unsigned
TypeByteSize
= DL.getTypeAllocSize(const_cast<Type *>(LoadType));
128
return Val ==
TypeByteSize
;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopAccessAnalysis.cpp
1301
uint64_t
TypeByteSize
) {
1314
const uint64_t NumItersForStoreLoadThroughMemory = 8 *
TypeByteSize
;
1317
VectorizerParams::MaxVectorWidth *
TypeByteSize
, MaxSafeDepDistBytes);
1320
for (uint64_t VF = 2 *
TypeByteSize
; VF <= MaxVFWithoutSLForwardIssues;
1330
if (MaxVFWithoutSLForwardIssues < 2 *
TypeByteSize
) {
1339
VectorizerParams::MaxVectorWidth *
TypeByteSize
)
1351
/// in \p Stride, and that have the same type size \p
TypeByteSize
,
1364
uint64_t
TypeByteSize
) {
1383
const uint64_t ByteStride = Stride *
TypeByteSize
;
1417
/// \p Distance is the positive distance and \p
TypeByteSize
is type size i
[
all
...]
Completed in 38 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026