Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h136 bool HasImageInsts = false; variable
1059 return HasImageInsts; in hasImageInsts()
H A DMIMGInstructions.td1641 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 DSOPInstructions.td1634 let OtherPredicates = [HasImageInsts] in {
1637 } // End OtherPredicates = [HasImageInsts].
1766 let OtherPredicates = [HasImageInsts] in {
1773 } // End OtherPredicates = [HasImageInsts].
H A DAMDGPU.td557 "HasImageInsts",
2103 def HasImageInsts : Predicate<"Subtarget->hasImageInsts()">,
H A DDSInstructions.td720 let OtherPredicates = [HasImageInsts] in