Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h43 bool CFALUBug; variable
128 bool hasCFAluBug() const { return CFALUBug; } in hasCFAluBug()
H A DR600Processors.td38 "CFALUBug",
H A DGCNSubtarget.h175 bool CFALUBug; variable
H A DAMDGPUSubtarget.cpp629 CFALUBug(false), in R600Subtarget()