Searched refs:DstUnused (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp173 DstUnused DstUn;
178 SdwaSel DstSel_ = DWORD, DstUnused DstUn_ = UNUSED_PAD)
185 DstUnused getDstUnused() const { return DstUn; }
238 static raw_ostream& operator<<(raw_ostream &OS, const DstUnused &Un) {
389 MachineOperand *DstUnused = local
393 DstUnused->getImm() == AMDGPU::SDWA::DstUnused::UNUSED_PRESERVE) {
478 MachineOperand *DstUnused= TII->getNamedOperand(MI, AMDGPU::OpName::dst_unused); local
479 assert(DstUnused);
480 DstUnused
1096 MachineOperand *DstUnused = TII->getNamedOperand(MI, AMDGPU::OpName::dst_unused); local
1125 auto DstUnused = TII->getNamedOperand(MI, AMDGPU::OpName::dst_unused); local
[all...]
H A DSIDefines.h423 enum DstUnused : unsigned {
H A DSIInstrInfo.cpp3376 const MachineOperand *DstUnused = getNamedOperand(MI, AMDGPU::OpName::dst_unused);
3377 if (DstUnused && DstUnused->isImm() &&
3378 DstUnused->getImm() == AMDGPU::SDWA::UNUSED_PRESERVE) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp860 case DstUnused::UNUSED_PAD: O << "UNUSED_PAD"; break;
861 case DstUnused::UNUSED_SEXT: O << "UNUSED_SEXT"; break;
862 case DstUnused::UNUSED_PRESERVE: O << "UNUSED_PRESERVE"; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6836 .Case("UNUSED_PAD", DstUnused::UNUSED_PAD)
6837 .Case("UNUSED_SEXT", DstUnused::UNUSED_SEXT)
6838 .Case("UNUSED_PRESERVE", DstUnused::UNUSED_PRESERVE)
6928 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySdwaDstUnused, DstUnused::UNUSED_PRESERVE);
6938 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySdwaDstUnused, DstUnused::UNUSED_PRESERVE);

Completed in 211 milliseconds