Changeset View
Changeset View
Standalone View
Standalone View
llvm/lib/Target/AMDGPU/GCNSubtarget.h
Show First 20 Lines • Show All 91 Lines • ▼ Show 20 Lines | protected: | ||||
bool EnableDS128; | bool EnableDS128; | ||||
bool EnablePRTStrictNull; | bool EnablePRTStrictNull; | ||||
bool DumpCode; | bool DumpCode; | ||||
// Subtarget statically properties set by tablegen | // Subtarget statically properties set by tablegen | ||||
bool FP64; | bool FP64; | ||||
bool FMA; | bool FMA; | ||||
bool MIMG_R128; | bool MIMG_R128; | ||||
bool IsGCN; | |||||
bool CIInsts; | bool CIInsts; | ||||
bool GFX8Insts; | bool GFX8Insts; | ||||
bool GFX9Insts; | bool GFX9Insts; | ||||
bool GFX90AInsts; | bool GFX90AInsts; | ||||
bool GFX10Insts; | bool GFX10Insts; | ||||
bool GFX10_3Insts; | bool GFX10_3Insts; | ||||
bool GFX7GFX8GFX9Insts; | bool GFX7GFX8GFX9Insts; | ||||
bool SGPRInitBug; | bool SGPRInitBug; | ||||
▲ Show 20 Lines • Show All 51 Lines • ▼ Show 20 Lines | protected: | ||||
bool FlatAddressSpace; | bool FlatAddressSpace; | ||||
bool FlatInstOffsets; | bool FlatInstOffsets; | ||||
bool FlatGlobalInsts; | bool FlatGlobalInsts; | ||||
bool FlatScratchInsts; | bool FlatScratchInsts; | ||||
bool ScalarFlatScratchInsts; | bool ScalarFlatScratchInsts; | ||||
bool HasArchitectedFlatScratch; | bool HasArchitectedFlatScratch; | ||||
bool AddNoCarryInsts; | bool AddNoCarryInsts; | ||||
bool HasUnpackedD16VMem; | bool HasUnpackedD16VMem; | ||||
bool R600ALUInst; | |||||
bool CaymanISA; | |||||
bool CFALUBug; | |||||
bool LDSMisalignedBug; | bool LDSMisalignedBug; | ||||
bool HasMFMAInlineLiteralBug; | bool HasMFMAInlineLiteralBug; | ||||
bool HasVertexCache; | |||||
short TexVTXClauseSize; | |||||
bool UnalignedBufferAccess; | bool UnalignedBufferAccess; | ||||
bool UnalignedDSAccess; | bool UnalignedDSAccess; | ||||
bool HasPackedTID; | bool HasPackedTID; | ||||
bool ScalarizeGlobal; | bool ScalarizeGlobal; | ||||
bool HasVcmpxPermlaneHazard; | bool HasVcmpxPermlaneHazard; | ||||
bool HasVMEMtoScalarWriteHazard; | bool HasVMEMtoScalarWriteHazard; | ||||
bool HasSMEMtoVectorWriteHazard; | bool HasSMEMtoVectorWriteHazard; | ||||
▲ Show 20 Lines • Show All 998 Lines • Show Last 20 Lines |