Searched refs:DstUnused (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIPeepholeSDWA.cpp | 153 DstUnused DstUn; 158 SdwaSel DstSel_ = DWORD, DstUnused DstUn_ = UNUSED_PAD) in SDWADstOperand() 167 DstUnused getDstUnused() const { return DstUn; } in getDstUnused() 220 static raw_ostream& operator<<(raw_ostream &OS, const DstUnused &Un) { in operator <<() 406 MachineOperand *DstUnused = in convertToSDWA() local 410 DstUnused->getImm() == AMDGPU::SDWA::DstUnused::UNUSED_PRESERVE) { in convertToSDWA() 497 MachineOperand *DstUnused= TII->getNamedOperand(MI, AMDGPU::OpName::dst_unused); in convertToSDWA() local 498 assert(DstUnused); in convertToSDWA() 499 DstUnused->setImm(getDstUnused()); in convertToSDWA() 847 DstUnused OtherDstUnused = static_cast<DstUnused>( in matchSDWAOperand() [all …]
|
H A D | SIDefines.h | 888 enum DstUnused : unsigned { enum
|
H A D | SIInstrInfo.cpp | 1019 .addImm(AMDGPU::SDWA::DstUnused::UNUSED_PRESERVE) in copyPhysReg() 4847 const MachineOperand *DstUnused = getNamedOperand(MI, AMDGPU::OpName::dst_unused); in verifyInstruction() local 4848 if (DstUnused && DstUnused->isImm() && in verifyInstruction() 4849 DstUnused->getImm() == AMDGPU::SDWA::UNUSED_PRESERVE) { in verifyInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.cpp | 1236 case DstUnused::UNUSED_PAD: O << "UNUSED_PAD"; break; in printSDWADstUnused() 1237 case DstUnused::UNUSED_SEXT: O << "UNUSED_SEXT"; break; in printSDWADstUnused() 1238 case DstUnused::UNUSED_PRESERVE: O << "UNUSED_PRESERVE"; break; in printSDWADstUnused()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 9414 .Case("UNUSED_PAD", DstUnused::UNUSED_PAD) in parseSDWADstUnused() 9415 .Case("UNUSED_SEXT", DstUnused::UNUSED_SEXT) in parseSDWADstUnused() 9416 .Case("UNUSED_PRESERVE", DstUnused::UNUSED_PRESERVE) in parseSDWADstUnused() 9514 DstUnused::UNUSED_PRESERVE); in cvtSDWA() 9527 …Operand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySDWADstUnused, DstUnused::UNUSED_PRESERVE… in cvtSDWA()
|