Home
last modified time | relevance | path

Searched refs:HasExtendedImageInsts (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h137 bool HasExtendedImageInsts = false; variable
1063 return HasExtendedImageInsts; in hasExtendedImageInsts()
H A DMIMGInstructions.td1680 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 DAMDGPU.td563 "HasExtendedImageInsts",
2106 def HasExtendedImageInsts : Predicate<"Subtarget->hasExtendedImageInsts()">,