Searched refs:HasExtendedImageInsts (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 142 bool HasExtendedImageInsts = false; variable 1110 return HasExtendedImageInsts; in hasExtendedImageInsts()
|
| H A D | MIMGInstructions.td | 1691 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 D | AMDGPU.td | 696 "HasExtendedImageInsts", 2508 def HasExtendedImageInsts : Predicate<"Subtarget->hasExtendedImageInsts()">,
|