Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h135 bool HasImageInsts = false; variable
977 return HasImageInsts; in hasImageInsts()
H A DAMDGPU.td530 "HasImageInsts",
1907 def HasImageInsts : Predicate<"Subtarget->hasImageInsts()">,
H A DMIMGInstructions.td1524 let OtherPredicates = [HasImageInsts] in {
1670 } // End let OtherPredicates = [HasImageInsts]