Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h140 bool HasG16 = false; variable
1072 bool hasG16() const { return HasG16; } in hasG16()
H A DAMDGPU.td539 "HasG16",
2115 def HasG16 : Predicate<"Subtarget->hasG16()">,
H A DMIMGInstructions.td1752 let OtherPredicates = [HasImageInsts, HasExtendedImageInsts, HasG16] in {
1769 } // End OtherPredicates = [HasImageInsts, HasExtendedImageInsts, HasG16]