Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h134 bool HasExtendedImageInsts; variable
850 return HasExtendedImageInsts; in hasExtendedImageInsts()
H A DAMDGPUSubtarget.cpp260 HasExtendedImageInsts(false), in GCNSubtarget()
H A DAMDGPU.td463 "HasExtendedImageInsts",
1355 def HasExtendedImageInsts : Predicate<"Subtarget->hasExtendedImageInsts()">,
H A DMIMGInstructions.td949 let OtherPredicates = [HasExtendedImageInsts] in {
1033 } // End OtherPredicates = [HasExtendedImageInsts]