Searched refs:HasImageInsts (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 141 bool HasImageInsts = false; variable 1106 return HasImageInsts; in hasImageInsts()
|
| H A D | MIMGInstructions.td | 1648 let OtherPredicates = [HasImageInsts] in { 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] 1785 let OtherPredicates = [HasImageInsts, HasGFX10_AEncoding, isGFX10Only] in 1788 let OtherPredicates = [HasImageInsts, HasGFX10_AEncoding] in { 1795 } // End OtherPredicates = [HasImageInsts, HasGFX10_AEncoding] 1807 } // End let OtherPredicates = [HasImageInsts]
|
| H A D | DSInstructions.td | 761 let OtherPredicates = [HasImageInsts] in 773 let OtherPredicates = [HasImageInsts] in { 778 } // End OtherPredicates = [HasImageInsts].
|
| H A D | SOPInstructions.td | 1609 let OtherPredicates = [HasImageInsts] in { 1612 } // End OtherPredicates = [HasImageInsts]. 1747 let OtherPredicates = [HasImageInsts] in { 1754 } // End OtherPredicates = [HasImageInsts].
|
| H A D | AMDGPU.td | 690 "HasImageInsts", 2505 def HasImageInsts : Predicate<"Subtarget->hasImageInsts()">,
|