Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h44 bool HasVertexCache; variable
130 bool hasVertexCache() const { return HasVertexCache; } in hasVertexCache()
H A DR600Processors.td25 def FeatureVertexCache : SubtargetFeature<"HasVertexCache",
26 "HasVertexCache",
H A DGCNSubtarget.h178 bool HasVertexCache; variable
H A DAMDGPUSubtarget.cpp630 HasVertexCache(false), in R600Subtarget()