Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h133 bool HasG16 = false; variable
913 bool hasG16() const { return HasG16; } in hasG16()
H A DAMDGPU.td486 "HasG16",
1702 def HasG16 : Predicate<"Subtarget->hasG16()">,
H A DMIMGInstructions.td1350 let OtherPredicates = [HasExtendedImageInsts,HasG16] in {
1367 } // End OtherPredicates = [HasExtendedImageInsts,HasG16]