reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  333   bool isDLC() const { return isImmTy(ImmTyDLC); }
  826     case ImmTyDLC: OS << "DLC"; break;
 4632   if (!isGFX10() && ImmTy == AMDGPUOperand::ImmTyDLC)
 5782   return AMDGPUOperand::CreateImm(this, 0, SMLoc(), AMDGPUOperand::ImmTyDLC);
 5863     addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyDLC);
 5903     addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyDLC);
 5946     addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyDLC);
 6046   {"dlc",     AMDGPUOperand::ImmTyDLC, true, nullptr},