Home
last modified time | relevance | path

Searched refs:HasImageInsts (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h141 bool HasImageInsts = false; variable
1106 return HasImageInsts; in hasImageInsts()
H A DMIMGInstructions.td1648 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 DDSInstructions.td761 let OtherPredicates = [HasImageInsts] in
773 let OtherPredicates = [HasImageInsts] in {
778 } // End OtherPredicates = [HasImageInsts].
H A DSOPInstructions.td1609 let OtherPredicates = [HasImageInsts] in {
1612 } // End OtherPredicates = [HasImageInsts].
1747 let OtherPredicates = [HasImageInsts] in {
1754 } // End OtherPredicates = [HasImageInsts].
H A DAMDGPU.td690 "HasImageInsts",
2505 def HasImageInsts : Predicate<"Subtarget->hasImageInsts()">,