Home
last modified time | relevance | path

Searched refs:WORD_1 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp214 case WORD_1: OS << "WORD_1"; break; in operator <<()
417 if (DstSel == AMDGPU::SDWA::SdwaSel::WORD_1 && in convertToSDWA()
599 Dst, Src1, *Imm == 16 ? WORD_1 : BYTE_3, UNUSED_PAD); in matchSDWAOperand()
602 Src1, Dst, *Imm == 16 ? WORD_1 : BYTE_3, false, false, in matchSDWAOperand()
683 SrcSel = WORD_1; in matchSDWAOperand()
814 (OtherDstSel == WORD_1)); in matchSDWAOperand()
816 case WORD_1: DstSelAgree = ((OtherDstSel == BYTE_0) || in matchSDWAOperand()
823 (OtherDstSel == WORD_1)); in matchSDWAOperand()
828 (OtherDstSel == WORD_1)); in matchSDWAOperand()
H A DSIDefines.h884 WORD_1 = 5, enumerator
H A DVOP1Instructions.td626 (inst_sdwa 0, $src, 0, 0, SDWA.WORD_1),
H A DVOPInstructions.td504 int WORD_1 = 5;
H A DSIInstrInfo.cpp1018 : AMDGPU::SDWA::SdwaSel::WORD_1) in copyPhysReg()
1021 : AMDGPU::SDWA::SdwaSel::WORD_1) in copyPhysReg()
H A DAMDGPUInstructionSelector.cpp2249 .addImm(AMDGPU::SDWA::WORD_1) // $dst_sel in selectG_TRUNC()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1201 case SdwaSel::WORD_1: O << "WORD_1"; break; in printSDWASel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp9390 .Case("WORD_1", SdwaSel::WORD_1) in parseSDWASel()