Home
last modified time | relevance | path

Searched defs:IsD16 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5980 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16); in lowerIntrinsicLoad() local
7779 bool Unpacked, bool IsD16, int DMaskPop, in constructRetValue()
7912 bool IsD16 = false; in lowerImage() local
9550 bool IsD16 = (VData.getValueType().getScalarType() == MVT::f16); in LowerINTRINSIC_VOID() local
9578 bool IsD16 = (VData.getValueType().getScalarType() == MVT::f16); in LowerINTRINSIC_VOID() local
9614 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16); in LowerINTRINSIC_VOID() local
9664 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16); in LowerINTRINSIC_VOID() local
H A DAMDGPULegalizerInfo.cpp5812 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16); in legalizeBufferStore() local
5969 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16); in legalizeBufferLoad() local
6357 const bool IsD16 = !IsAtomicPacked16Bit && Ty.getScalarType() == S16; in legalizeImageIntrinsic() local
H A DAMDGPUInstructionSelector.cpp1819 bool IsD16 = MI.getOpcode() == AMDGPU::G_AMDGPU_INTRIN_IMAGE_LOAD_D16 || in selectImageIntrinsic() local