Searched refs:WORD_1 (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIPeepholeSDWA.cpp | 214 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 D | SIDefines.h | 884 WORD_1 = 5, enumerator
|
H A D | VOP1Instructions.td | 626 (inst_sdwa 0, $src, 0, 0, SDWA.WORD_1),
|
H A D | VOPInstructions.td | 504 int WORD_1 = 5;
|
H A D | SIInstrInfo.cpp | 1018 : AMDGPU::SDWA::SdwaSel::WORD_1) in copyPhysReg() 1021 : AMDGPU::SDWA::SdwaSel::WORD_1) in copyPhysReg()
|
H A D | AMDGPUInstructionSelector.cpp | 2249 .addImm(AMDGPU::SDWA::WORD_1) // $dst_sel in selectG_TRUNC()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.cpp | 1201 case SdwaSel::WORD_1: O << "WORD_1"; break; in printSDWASel()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 9390 .Case("WORD_1", SdwaSel::WORD_1) in parseSDWASel()
|