Home
last modified time | relevance | path

Searched refs:UNUSED_PAD (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp158 SdwaSel DstSel_ = DWORD, DstUnused DstUn_ = UNUSED_PAD) in SDWADstOperand()
222 case UNUSED_PAD: OS << "UNUSED_PAD"; break; in operator <<()
599 Dst, Src1, *Imm == 16 ? WORD_1 : BYTE_3, UNUSED_PAD); in matchSDWAOperand()
636 return std::make_unique<SDWADstOperand>(Dst, Src1, BYTE_1, UNUSED_PAD); in matchSDWAOperand()
849 if (OtherDstUnused != DstUnused::UNUSED_PAD) in matchSDWAOperand()
1124 SDWAInst.addImm(AMDGPU::SDWA::DstUnused::UNUSED_PAD); in convertToSDWA()
H A DSIDefines.h889 UNUSED_PAD = 0, enumerator
H A DVOPInstructions.td508 int UNUSED_PAD = 0;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1236 case DstUnused::UNUSED_PAD: O << "UNUSED_PAD"; break; in printSDWADstUnused()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp9414 .Case("UNUSED_PAD", DstUnused::UNUSED_PAD) in parseSDWADstUnused()