Searched refs:HasImageInsts (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 136 bool HasImageInsts = false; variable 1059 return HasImageInsts; in hasImageInsts()
|
| H A D | MIMGInstructions.td | 1641 let OtherPredicates = [HasImageInsts] in { 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] 1774 let OtherPredicates = [HasImageInsts, HasGFX10_AEncoding, isGFX10Only] in 1777 let OtherPredicates = [HasImageInsts, HasGFX10_AEncoding] in { 1784 } // End OtherPredicates = [HasImageInsts, HasGFX10_AEncoding] 1786 } // End let OtherPredicates = [HasImageInsts]
|
| H A D | SOPInstructions.td | 1634 let OtherPredicates = [HasImageInsts] in { 1637 } // End OtherPredicates = [HasImageInsts]. 1766 let OtherPredicates = [HasImageInsts] in { 1773 } // End OtherPredicates = [HasImageInsts].
|
| H A D | AMDGPU.td | 557 "HasImageInsts", 2103 def HasImageInsts : Predicate<"Subtarget->hasImageInsts()">,
|
| H A D | DSInstructions.td | 720 let OtherPredicates = [HasImageInsts] in
|