OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsD16
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULegalizerInfo.cpp
3666
const bool
IsD16
= IsFormat && (EltTy.getSizeInBits() == 16);
3707
Opc =
IsD16
? AMDGPU::G_AMDGPU_TBUFFER_STORE_FORMAT_D16 :
3710
Opc =
IsD16
? AMDGPU::G_AMDGPU_BUFFER_STORE_FORMAT_D16 :
3788
const bool
IsD16
= IsFormat && (EltTy.getSizeInBits() == 16);
3798
Opc =
IsD16
? AMDGPU::G_AMDGPU_TBUFFER_LOAD_FORMAT_D16 :
3801
Opc =
IsD16
? AMDGPU::G_AMDGPU_BUFFER_LOAD_FORMAT_D16 :
3819
bool IsExtLoad = (!
IsD16
&& MemSize < 4) || (
IsD16
&& !Ty.isVector());
3824
else if (Unpacked &&
IsD16
&& Ty.isVector())
4320
const bool
IsD16
= Ty.getScalarType() == S16
[
all
...]
SIISelLowering.cpp
4649
bool
IsD16
= IsFormat && (EltType.getSizeInBits() == 16);
4654
if (
IsD16
) {
4659
if (!
IsD16
&& !LoadVT.isVector() && EltType.getSizeInBits() < 32)
5844
bool IsTexFail, bool Unpacked, bool
IsD16
,
5850
int NumDataDwords = (!
IsD16
|| (
IsD16
&& Unpacked)) ?
5853
int MaskPopDwords = (!
IsD16
|| (
IsD16
&& Unpacked)) ?
5880
if (
IsD16
)
5976
bool
IsD16
= false
[
all
...]
AMDGPUInstructionSelector.cpp
1485
bool
IsD16
= false;
1541
IsD16
= ((8 * MMO->getSize()) / DMaskLanes) < 32;
1553
if (
IsD16
&& !STI.hasUnpackedD16VMem())
1693
MIB.addImm(
IsD16
? -1 : 0);
Completed in 27 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026