Home
last modified time | relevance | path

Searched refs:NORTHERN_ISLANDS (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/R600/
DAMDGPUTargetMachine.cpp82 if (Subtarget.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) { in AMDGPUTargetMachine()
107 if (ST.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) in createMachineScheduler()
170 if (ST.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) { in addPreRegAlloc()
186 if (ST.getGeneration() > AMDGPUSubtarget::NORTHERN_ISLANDS) { in addPostRegAlloc()
195 if (ST.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) in addPreSched2()
199 if (ST.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) in addPreSched2()
206 if (ST.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) { in addPreEmitPass()
DAMDGPUSubtarget.h39 NORTHERN_ISLANDS, enumerator
143 assert(getGeneration() <= NORTHERN_ISLANDS); in hasCFAluBug()
152 return getGeneration() <= NORTHERN_ISLANDS; in enableMachineScheduler()
DAMDGPUSubtarget.cpp47 if (getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) { in AMDGPUSubtarget()
55 assert(getGeneration() <= NORTHERN_ISLANDS); in getStackEntrySize()
DAMDGPU.td108 def FeatureNorthernIslands : SubtargetFeatureGeneration<"NORTHERN_ISLANDS",
DAMDGPUISelDAGToDAG.cpp338 if (ST.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) { in Select()
388 if (ST.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) in Select()
404 if (ST.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) in Select()
DAMDGPUAsmPrinter.cpp85 if (STM.getGeneration() > AMDGPUSubtarget::NORTHERN_ISLANDS) { in runOnMachineFunction()
DEvergreenInstructions.td24 "Subtarget.getGeneration() ==AMDGPUSubtarget::NORTHERN_ISLANDS"
DR600Instructions.td341 "Subtarget.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS">;