OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElSize
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ShuffleDecodeConstantPool.h
30
void DecodeVPERMILPMask(const Constant *C, unsigned
ElSize
, unsigned Width,
34
void DecodeVPERMIL2PMask(const Constant *C, unsigned M2Z, unsigned
ElSize
,
X86ShuffleDecodeConstantPool.cpp
154
void DecodeVPERMILPMask(const Constant *C, unsigned
ElSize
, unsigned Width,
159
assert((
ElSize
== 32 ||
ElSize
== 64) && "Unexpected vector element size.");
164
if (!extractConstantMask(C,
ElSize
, UndefElts, RawMask))
167
unsigned NumElts = Width /
ElSize
;
168
unsigned NumEltsPerLane = 128 /
ElSize
;
180
if (
ElSize
== 64)
189
void DecodeVPERMIL2PMask(const Constant *C, unsigned M2Z, unsigned
ElSize
,
200
if (!extractConstantMask(C,
ElSize
, UndefElts, RawMask))
203
unsigned NumElts = Width /
ElSize
;
[
all
...]
X86MCInstLower.cpp
2061
unsigned
ElSize
;
2075
ElSize
= 32;
2088
ElSize
= 64;
2110
DecodeVPERMILPMask(C,
ElSize
, Width, Mask);
2128
unsigned
ElSize
;
2131
case X86::VPERMIL2PSrm: case X86::VPERMIL2PSYrm:
ElSize
= 32; break;
2132
case X86::VPERMIL2PDrm: case X86::VPERMIL2PDYrm:
ElSize
= 64; break;
2139
DecodeVPERMIL2PMask(C, (unsigned)CtrlOp.getImm(),
ElSize
, Width, Mask);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp
472
const SCEV *
ElSize
= SE.getSizeOfExpr(IntIdxTy, ElTy);
473
if (!
ElSize
->isZero()) {
477
if (FactorOutConstant(Op, Remainder,
ElSize
, SE, DL)) {
478
// Op now has
ElSize
factored out.
545
// E.g., If ElTy is scalable vector, then
ElSize
is not a compile-time
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
11300
unsigned
ElSize
= DL.getTypeSizeInBits(VecTy->getElementType());
11307
if (
ElSize
!= 8 &&
ElSize
!= 16 &&
ElSize
!= 32 &&
ElSize
!= 64)
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
19582
unsigned
ElSize
= DL.getTypeSizeInBits(VecTy->getElementType());
19600
if (
ElSize
!= 8 &&
ElSize
!= 16 &&
ElSize
!= 32)
19603
if (Subtarget->hasMVEIntegerOps() && Alignment <
ElSize
/ 8)
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp
4783
llvm::Value *
ElSize
= CGF.getTypeSize(KmpDependInfoTy);
4815
ElSize
,
Completed in 221 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026