OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WidthVal
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp
838
uint32_t
WidthVal
= Width->getZExtValue();
841
SDLoc(N), N->getOperand(0), OffsetVal,
WidthVal
));
2174
uint32_t
WidthVal
= countPopulation(MaskVal);
2177
Srl.getOperand(0), ShiftVal,
WidthVal
));
2196
uint32_t
WidthVal
= countPopulation(MaskVal);
2199
And.getOperand(0), ShiftVal,
WidthVal
));
AMDGPUISelLowering.cpp
4004
uint32_t
WidthVal
= Width->getZExtValue() & 0x1f;
4005
if (
WidthVal
== 0)
4019
unsigned SignBits = Signed ? (32 -
WidthVal
+ 1) : (32 -
WidthVal
);
4025
EVT SmallVT = EVT::getIntegerVT(*DAG.getContext(),
WidthVal
);
4045
WidthVal
,
4052
WidthVal
,
4056
if ((OffsetVal +
WidthVal
) >= 32 &&
4057
!(Subtarget->hasSDWA() && OffsetVal == 16 &&
WidthVal
== 16)) {
4066
OffsetVal +
WidthVal
);
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026