Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.h180 bool HasVertexCache; variable
H A DAMDGPUSubtarget.cpp733 HasVertexCache(false), in R600Subtarget()