Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h142 bool HasExtendedImageInsts = false; variable
1110 return HasExtendedImageInsts; in hasExtendedImageInsts()
H A DMIMGInstructions.td1691 let OtherPredicates = [HasImageInsts, HasExtendedImageInsts] in {
1748 let OtherPredicates = [HasImageInsts, HasExtendedImageInsts, isGFX9Plus] in
1761 } // End OtherPredicates = [HasImageInsts, HasExtendedImageInsts]
1763 let OtherPredicates = [HasImageInsts, HasExtendedImageInsts, HasG16] in {
1780 } // End OtherPredicates = [HasImageInsts, HasExtendedImageInsts, HasG16]
H A DAMDGPU.td696 "HasExtendedImageInsts",
2508 def HasExtendedImageInsts : Predicate<"Subtarget->hasExtendedImageInsts()">,