OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp
1524
unsigned
ExtSize
= EltSize;
1541
ExtSize
= TypeSize;
1555
ExtSize
= TypeSize;
1559
if (
ExtSize
* NumElems != 128 || NumElems < 4)
1563
if (
ExtSize
== 32)
1568
if (
ExtSize
!= 8 &&
ExtSize
!= 16)
1578
if (Scale != 1 && Scale * 8 !=
ExtSize
)
1582
if (ZExt->getOperand(0)->getType()->getScalarSizeInBits() <=
ExtSize
)
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h
1730
unsigned
ExtSize
= RetTy->getScalarSizeInBits() * 2;
1731
Type *ExtTy = RetTy->getWithNewBitWidth(
ExtSize
);
1799
unsigned
ExtSize
= MulTy->getScalarSizeInBits() * 2;
1800
Type *ExtTy = MulTy->getWithNewBitWidth(
ExtSize
);
Completed in 24 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026