Home
last modified time | relevance | path

Searched refs:hasPackedD16 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1272 bool hasPackedD16(const MCSubtargetInfo &STI);
H A DAMDGPUBaseInfo.cpp2078 bool hasPackedD16(const MCSubtargetInfo &STI) { in hasPackedD16() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1020 if (D16 && AMDGPU::hasPackedD16(STI)) { in convertMIMGInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1448 bool hasPackedD16() const { in hasPackedD16() function in __anon6862249c0111::AMDGPUAsmParser
1449 return AMDGPU::hasPackedD16(getSTI()); in hasPackedD16()
3886 if (hasPackedD16()) { in validateMIMGDataSize()