Home
last modified time | relevance | path

Searched refs:GFX80 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h40 GFX80 = 4, enumerator
H A DSIInstrInfo.td26 int GFX80 = 4;
2782 // GFX80 encoding is added to work around a multiple matching
2786 [!cast<string>(SIEncodingFamily.GFX80)],
H A DBUFInstructions.td3154 SIMCInstr<ps.PseudoInstr, SIEncodingFamily.GFX80> {
3361 SIMCInstr<ps.PseudoInstr, SIEncodingFamily.GFX80> {
H A DSIInstrInfo.cpp9239 Gen = SIEncodingFamily::GFX80; in pseudoToMCOpcode()