Searched refs:HasExtendedImageInsts (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 137 bool HasExtendedImageInsts = false; variable 1063 return HasExtendedImageInsts; in hasExtendedImageInsts()
|
| H A D | MIMGInstructions.td | 1680 let OtherPredicates = [HasImageInsts, HasExtendedImageInsts] in { 1737 let OtherPredicates = [HasImageInsts, HasExtendedImageInsts, isGFX9Plus] in 1750 } // End OtherPredicates = [HasImageInsts, HasExtendedImageInsts] 1752 let OtherPredicates = [HasImageInsts, HasExtendedImageInsts, HasG16] in { 1769 } // End OtherPredicates = [HasImageInsts, HasExtendedImageInsts, HasG16]
|
| H A D | AMDGPU.td | 563 "HasExtendedImageInsts", 2106 def HasExtendedImageInsts : Predicate<"Subtarget->hasExtendedImageInsts()">,
|